Shades of Kelly Green #2EC708
Tints of Kelly Green #2EC708
RGB
CMYK
RGB Variations
Color information
#2EC708 (or 0x2EC708) is known color: Kelly Green. HEX triplet: 2E, C7 and 08. RGB value is (46,199,8). Sum of RGB (Red+Green+Blue) = 46+199+8=253 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.18% from 253); Green value is 199 (78.12% from 255 or 78.66% from 253); Blue value is 8 (3.52% from 255 or 3.16% from 253); Max value from RGB is 199 - color contains mainly: green. Hex color #2EC708 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EC708 is #D138F7. Grayscale: #848484. Windows color (decimal): -13711608 or 575278. OLE color: 575278.
HSL color Cylindrical-coordinate representation of color #2EC708: hue angle of 108.06º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2EC708 is Cyan = 0.77, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 46 | 199 | 8 | - |
| CMYK | 0.77 | 0 | 0.96 | 0.22 |
| HSL | 108.06º | 0.92% | 0.41% | - |
| HSV(B) | 108.06º | 0.96% | 0.78% | - |
| XYZ | 21.59 | 41.45 | 7.09 | - |
| YUV | 131.48 | 58.31 | 67.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 199 | 8 | 0.77 | 0 | 0.96 | 0.22 | 108.06 | 0.92 | 0.41 |
| Hex | 2E | C7 | 8 | 4D | 0 | 60 | 16 | 6C | 5C | 29 |
| Octal | 56 | 307 | 10 | 115 | 0 | 140 | 26 | 154 | 134 | 51 |
| Binary | 101110 | 11000111 | 1000 | 1001101 | 0 | 1100000 | 10110 | 1101100 | 1011100 | 101001 |
Color Harmonies of #2EC708
Complementary color
Monochromatic Colors of #2EC708
Black with #2EC708
Text Example
Text Example
White with #2EC708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC708; }
p { color: rgb(46,199,8); }
H1.HeaderClassName
{
color: #2EC708;
}
.AnyTagClassName
{
color: #2EC708;
}
</style>
background-color css
<style>
a { background-color: #2EC708; }
a { background-color: rgb(46,199,8); }
div.DivClassName
{
background-color: #2EC708;
}
.BgClassName
{
background-color: #2EC708;
}
</style>
border-color css
<style>
span { border-color: #2EC708; }
span { border-color: rgb(46,199,8); }
td.TdClassName
{
border-color: #2EC708;
}
.TagClassName
{
border-color: #2EC708;
}
</style>