Shades of Kelly Green #2AB616
Tints of Kelly Green #2AB616
RGB
CMYK
RGB Variations
Color information
#2AB616 (or 0x2AB616) is known color: Kelly Green. HEX triplet: 2A, B6 and 16. RGB value is (42,182,22). Sum of RGB (Red+Green+Blue) = 42+182+22=246 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.07% from 246); Green value is 182 (71.48% from 255 or 73.98% from 246); Blue value is 22 (8.98% from 255 or 8.94% from 246); Max value from RGB is 182 - color contains mainly: green. Hex color #2AB616 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AB616 is #D549E9. Grayscale: #7A7A7A. Windows color (decimal): -13978090 or 1488426. OLE color: 1488426.
HSL color Cylindrical-coordinate representation of color #2AB616: hue angle of 112.5º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2AB616 is Cyan = 0.77, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 182 | 22 | - |
| CMYK | 0.77 | 0 | 0.88 | 0.29 |
| HSL | 112.5º | 0.78% | 0.4% | - |
| HSV(B) | 112.5º | 0.88% | 0.71% | - |
| XYZ | 17.83 | 34.01 | 6.38 | - |
| YUV | 121.9 | 71.62 | 71.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 182 | 22 | 0.77 | 0 | 0.88 | 0.29 | 112.5 | 0.78 | 0.4 |
| Hex | 2A | B6 | 16 | 4D | 0 | 58 | 1D | 70 | 4E | 28 |
| Octal | 52 | 266 | 26 | 115 | 0 | 130 | 35 | 160 | 116 | 50 |
| Binary | 101010 | 10110110 | 10110 | 1001101 | 0 | 1011000 | 11101 | 1110000 | 1001110 | 101000 |
Color Harmonies of #2AB616
Complementary color
Monochromatic Colors of #2AB616
Black with #2AB616
Text Example
Text Example
White with #2AB616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB616; }
p { color: rgb(42,182,22); }
H1.HeaderClassName
{
color: #2AB616;
}
.AnyTagClassName
{
color: #2AB616;
}
</style>
background-color css
<style>
a { background-color: #2AB616; }
a { background-color: rgb(42,182,22); }
div.DivClassName
{
background-color: #2AB616;
}
.BgClassName
{
background-color: #2AB616;
}
</style>
border-color css
<style>
span { border-color: #2AB616; }
span { border-color: rgb(42,182,22); }
td.TdClassName
{
border-color: #2AB616;
}
.TagClassName
{
border-color: #2AB616;
}
</style>