Shades of Kelly Green #2AB416
Tints of Kelly Green #2AB416
RGB
CMYK
RGB Variations
Color information
#2AB416 (or 0x2AB416) is known color: Kelly Green. HEX triplet: 2A, B4 and 16. RGB value is (42,180,22). Sum of RGB (Red+Green+Blue) = 42+180+22=244 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.21% from 244); Green value is 180 (70.70% from 255 or 73.77% from 244); Blue value is 22 (8.98% from 255 or 9.02% from 244); Max value from RGB is 180 - color contains mainly: green. Hex color #2AB416 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AB416 is #D54BE9. Grayscale: #797979. Windows color (decimal): -13978602 or 1487914. OLE color: 1487914.
HSL color Cylindrical-coordinate representation of color #2AB416: hue angle of 112.41º 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 #2AB416 is Cyan = 0.77, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 180 | 22 | - |
| CMYK | 0.77 | 0 | 0.88 | 0.29 |
| HSL | 112.41º | 0.78% | 0.4% | - |
| HSV(B) | 112.41º | 0.88% | 0.71% | - |
| XYZ | 17.42 | 33.19 | 6.25 | - |
| YUV | 120.73 | 72.28 | 71.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 180 | 22 | 0.77 | 0 | 0.88 | 0.29 | 112.41 | 0.78 | 0.4 |
| Hex | 2A | B4 | 16 | 4D | 0 | 58 | 1D | 70 | 4E | 28 |
| Octal | 52 | 264 | 26 | 115 | 0 | 130 | 35 | 160 | 116 | 50 |
| Binary | 101010 | 10110100 | 10110 | 1001101 | 0 | 1011000 | 11101 | 1110000 | 1001110 | 101000 |
Color Harmonies of #2AB416
Complementary color
Monochromatic Colors of #2AB416
Black with #2AB416
Text Example
Text Example
White with #2AB416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB416; }
p { color: rgb(42,180,22); }
H1.HeaderClassName
{
color: #2AB416;
}
.AnyTagClassName
{
color: #2AB416;
}
</style>
background-color css
<style>
a { background-color: #2AB416; }
a { background-color: rgb(42,180,22); }
div.DivClassName
{
background-color: #2AB416;
}
.BgClassName
{
background-color: #2AB416;
}
</style>
border-color css
<style>
span { border-color: #2AB416; }
span { border-color: rgb(42,180,22); }
td.TdClassName
{
border-color: #2AB416;
}
.TagClassName
{
border-color: #2AB416;
}
</style>