CSS Button | CSS Button Green Color Classes | Part 09

CSS Button Color Classes
CSS Button Color Classes
Overview:

More than 10 button green 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.

 Green

Green Button
Green Button

Classes

.btn-green-0

{

    background-color: rgb(76,175,80);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-green-50

{

    background-color: rgb(232,245,233);

    padding10px 10px;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-green-100

{

    background-color: rgb(200,230,201);

    padding10px 10px;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-green-200

{

    background-color: rgb(165,214,167);

    padding10px 10px;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-green-300

{

    background-color: rgb(129,199,132);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-green-400

{

    background-color:rgb(102,187,106);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-green-500

{

    background-color: rgb(76,175,80);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-green-600

{

    background-color: rgb(67,160,71);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-green-700

{

    background-color: rgb(56,142,60);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-green-800

{

    background-color: rgb(46,125,50);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-green-900

{

    background-color: rgb(27,94,32);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-green-a

{

    background-color: rgb(185,246,202);

    padding10px 10px;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-green-b

{

    background-color: rgb(105,240,174);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-green-c

{

    background-color: rgb(0,230,118);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

.btn-green-d

{

    background-color: rgb(0,200,83);

    padding10px 10px;

    colorwhite;

    margin1%;

    width10%;

    bordernone;

    border-radius10px;

}

0 Comments