Shades of Kelly Green #2EBC16
Tints of Kelly Green #2EBC16
RGB
CMYK
RGB Variations
Color information
#2EBC16 (or 0x2EBC16) is known color: Kelly Green. HEX triplet: 2E, BC and 16. RGB value is (46,188,22). Sum of RGB (Red+Green+Blue) = 46+188+22=256 (33% of max value = 765). Red value is 46 (18.36% from 255 or 17.97% from 256); Green value is 188 (73.83% from 255 or 73.44% from 256); Blue value is 22 (8.98% from 255 or 8.59% from 256); Max value from RGB is 188 - color contains mainly: green. Hex color #2EBC16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EBC16 is #D143E9. Grayscale: #7F7F7F. Windows color (decimal): -13714410 or 1489966. OLE color: 1489966.
HSL color Cylindrical-coordinate representation of color #2EBC16: hue angle of 111.33º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2EBC16 is Cyan = 0.76, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 46 | 188 | 22 | - |
| CMYK | 0.76 | 0 | 0.88 | 0.26 |
| HSL | 111.33º | 0.79% | 0.41% | - |
| HSV(B) | 111.33º | 0.88% | 0.74% | - |
| XYZ | 19.25 | 36.61 | 6.81 | - |
| YUV | 126.62 | 68.96 | 70.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 188 | 22 | 0.76 | 0 | 0.88 | 0.26 | 111.33 | 0.79 | 0.41 |
| Hex | 2E | BC | 16 | 4C | 0 | 58 | 1A | 6F | 4F | 29 |
| Octal | 56 | 274 | 26 | 114 | 0 | 130 | 32 | 157 | 117 | 51 |
| Binary | 101110 | 10111100 | 10110 | 1001100 | 0 | 1011000 | 11010 | 1101111 | 1001111 | 101001 |
Color Harmonies of #2EBC16
Complementary color
Monochromatic Colors of #2EBC16
Black with #2EBC16
Text Example
Text Example
White with #2EBC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBC16; }
p { color: rgb(46,188,22); }
H1.HeaderClassName
{
color: #2EBC16;
}
.AnyTagClassName
{
color: #2EBC16;
}
</style>
background-color css
<style>
a { background-color: #2EBC16; }
a { background-color: rgb(46,188,22); }
div.DivClassName
{
background-color: #2EBC16;
}
.BgClassName
{
background-color: #2EBC16;
}
</style>
border-color css
<style>
span { border-color: #2EBC16; }
span { border-color: rgb(46,188,22); }
td.TdClassName
{
border-color: #2EBC16;
}
.TagClassName
{
border-color: #2EBC16;
}
</style>