Shades of Kelly Green #2EC807
Tints of Kelly Green #2EC807
RGB
CMYK
RGB Variations
Color information
#2EC807 (or 0x2EC807) is known color: Kelly Green. HEX triplet: 2E, C8 and 07. RGB value is (46,200,7). Sum of RGB (Red+Green+Blue) = 46+200+7=253 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.18% from 253); Green value is 200 (78.52% from 255 or 79.05% from 253); Blue value is 7 (3.12% from 255 or 2.77% from 253); Max value from RGB is 200 - color contains mainly: green. Hex color #2EC807 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EC807 is #D137F8. Grayscale: #848484. Windows color (decimal): -13711353 or 509998. OLE color: 509998.
HSL color Cylindrical-coordinate representation of color #2EC807: hue angle of 107.88º degrees, saturation: 0.93, 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 #2EC807 is Cyan = 0.77, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 46 | 200 | 7 | - |
| CMYK | 0.77 | 0 | 0.96 | 0.22 |
| HSL | 107.88º | 0.93% | 0.41% | - |
| HSV(B) | 107.88º | 0.97% | 0.78% | - |
| XYZ | 21.82 | 41.9 | 7.14 | - |
| YUV | 131.95 | 57.48 | 66.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 200 | 7 | 0.77 | 0 | 0.96 | 0.22 | 107.88 | 0.93 | 0.41 |
| Hex | 2E | C8 | 7 | 4D | 0 | 60 | 16 | 6C | 5D | 29 |
| Octal | 56 | 310 | 7 | 115 | 0 | 140 | 26 | 154 | 135 | 51 |
| Binary | 101110 | 11001000 | 111 | 1001101 | 0 | 1100000 | 10110 | 1101100 | 1011101 | 101001 |
Color Harmonies of #2EC807
Complementary color
Monochromatic Colors of #2EC807
Black with #2EC807
Text Example
Text Example
White with #2EC807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC807; }
p { color: rgb(46,200,7); }
H1.HeaderClassName
{
color: #2EC807;
}
.AnyTagClassName
{
color: #2EC807;
}
</style>
background-color css
<style>
a { background-color: #2EC807; }
a { background-color: rgb(46,200,7); }
div.DivClassName
{
background-color: #2EC807;
}
.BgClassName
{
background-color: #2EC807;
}
</style>
border-color css
<style>
span { border-color: #2EC807; }
span { border-color: rgb(46,200,7); }
td.TdClassName
{
border-color: #2EC807;
}
.TagClassName
{
border-color: #2EC807;
}
</style>