CSS Button | CSS Button Lime Color Classes | Part 14

CSS Button Color Classes
CSS Button Color Classes
Overview:

More than 10 button lime color classes. Just for your convenience, we develop these color classes. Copy below classes and paste in .css file and then link this file with your project. For amazing tips and tricks please follow us.  

Lime

Lime Button


Classes

.btn-lime-0

{

    background-color: rgb(205,220,57);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-lime-50

{

    background-color: rgb(249,251,231);

    padding10px 10px;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-lime-100

{

    background-color: rgb(240,244,195);

    padding10px 10px;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-lime-200

{

    background-color: rgb(230,238,156);

    padding10px 10px;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-lime-300

{

    background-color: rgb(220,231,117);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-lime-400

{

    background-color:rgb(212,225,87);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-lime-500

{

    background-color: rgb(205,220,57);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-lime-600

{

    background-color: rgb(192,202,51);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-lime-700

{

    background-color: rgb(175,180,43);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-lime-800

{

    background-color: rgb(158,157,36);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-lime-900

{

    background-color: rgb(130,119,23);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-lime-a

{

    background-color: rgb(244,255,129);

    padding10px 10px;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-lime-b

{

    background-color: rgb(238,255,65);

    padding10px 10px;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-lime-c

{

    background-color: rgb(198,255,0);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-lime-d

{

    background-color: rgb(174,234,0);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

0 Comments