Shades of Kelly Green #2EAB16
Tints of Kelly Green #2EAB16
RGB
CMYK
RGB Variations
Color information
#2EAB16 (or 0x2EAB16) is known color: Kelly Green. HEX triplet: 2E, AB and 16. RGB value is (46,171,22). Sum of RGB (Red+Green+Blue) = 46+171+22=239 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.25% from 239); Green value is 171 (67.19% from 255 or 71.55% from 239); Blue value is 22 (8.98% from 255 or 9.21% from 239); Max value from RGB is 171 - color contains mainly: green. Hex color #2EAB16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2EAB16 is #D154E9. Grayscale: #757575. Windows color (decimal): -13718762 or 1485614. OLE color: 1485614.
HSL color Cylindrical-coordinate representation of color #2EAB16: hue angle of 110.34º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2EAB16 is Cyan = 0.73, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 171 | 22 | - |
| CMYK | 0.73 | 0 | 0.87 | 0.33 |
| HSL | 110.34º | 0.77% | 0.38% | - |
| HSV(B) | 110.34º | 0.87% | 0.67% | - |
| XYZ | 15.83 | 29.76 | 5.67 | - |
| YUV | 116.64 | 74.59 | 77.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 171 | 22 | 0.73 | 0 | 0.87 | 0.33 | 110.34 | 0.77 | 0.38 |
| Hex | 2E | AB | 16 | 49 | 0 | 57 | 21 | 6E | 4D | 26 |
| Octal | 56 | 253 | 26 | 111 | 0 | 127 | 41 | 156 | 115 | 46 |
| Binary | 101110 | 10101011 | 10110 | 1001001 | 0 | 1010111 | 100001 | 1101110 | 1001101 | 100110 |
Color Harmonies of #2EAB16
Complementary color
Monochromatic Colors of #2EAB16
Black with #2EAB16
Text Example
Text Example
White with #2EAB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAB16; }
p { color: rgb(46,171,22); }
H1.HeaderClassName
{
color: #2EAB16;
}
.AnyTagClassName
{
color: #2EAB16;
}
</style>
background-color css
<style>
a { background-color: #2EAB16; }
a { background-color: rgb(46,171,22); }
div.DivClassName
{
background-color: #2EAB16;
}
.BgClassName
{
background-color: #2EAB16;
}
</style>
border-color css
<style>
span { border-color: #2EAB16; }
span { border-color: rgb(46,171,22); }
td.TdClassName
{
border-color: #2EAB16;
}
.TagClassName
{
border-color: #2EAB16;
}
</style>