Shades of Kelly Green #2AB702
Tints of Kelly Green #2AB702
RGB
CMYK
RGB Variations
Color information
#2AB702 (or 0x2AB702) is known color: Kelly Green. HEX triplet: 2A, B7 and 02. RGB value is (42,183,2). Sum of RGB (Red+Green+Blue) = 42+183+2=227 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.50% from 227); Green value is 183 (71.88% from 255 or 80.62% from 227); Blue value is 2 (1.17% from 255 or 0.88% from 227); Max value from RGB is 183 - color contains mainly: green. Hex color #2AB702 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AB702 is #D548FD. Grayscale: #787878. Windows color (decimal): -13977854 or 177962. OLE color: 177962.
HSL color Cylindrical-coordinate representation of color #2AB702: hue angle of 106.74º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2AB702 is Cyan = 0.77, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 42 | 183 | 2 | - |
| CMYK | 0.77 | 0 | 0.99 | 0.28 |
| HSL | 106.74º | 0.98% | 0.36% | - |
| HSV(B) | 106.74º | 0.99% | 0.72% | - |
| XYZ | 17.9 | 34.36 | 5.75 | - |
| YUV | 120.21 | 61.29 | 72.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 183 | 2 | 0.77 | 0 | 0.99 | 0.28 | 106.74 | 0.98 | 0.36 |
| Hex | 2A | B7 | 2 | 4D | 0 | 63 | 1C | 6B | 62 | 24 |
| Octal | 52 | 267 | 2 | 115 | 0 | 143 | 34 | 153 | 142 | 44 |
| Binary | 101010 | 10110111 | 10 | 1001101 | 0 | 1100011 | 11100 | 1101011 | 1100010 | 100100 |
Color Harmonies of #2AB702
Complementary color
Monochromatic Colors of #2AB702
Black with #2AB702
Text Example
Text Example
White with #2AB702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB702; }
p { color: rgb(42,183,2); }
H1.HeaderClassName
{
color: #2AB702;
}
.AnyTagClassName
{
color: #2AB702;
}
</style>
background-color css
<style>
a { background-color: #2AB702; }
a { background-color: rgb(42,183,2); }
div.DivClassName
{
background-color: #2AB702;
}
.BgClassName
{
background-color: #2AB702;
}
</style>
border-color css
<style>
span { border-color: #2AB702; }
span { border-color: rgb(42,183,2); }
td.TdClassName
{
border-color: #2AB702;
}
.TagClassName
{
border-color: #2AB702;
}
</style>