Shades of Kelly Green #2EC805
Tints of Kelly Green #2EC805
RGB
CMYK
RGB Variations
Color information
#2EC805 (or 0x2EC805) is known color: Kelly Green. HEX triplet: 2E, C8 and 05. RGB value is (46,200,5). Sum of RGB (Red+Green+Blue) = 46+200+5=251 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.33% from 251); Green value is 200 (78.52% from 255 or 79.68% from 251); Blue value is 5 (2.34% from 255 or 1.99% from 251); Max value from RGB is 200 - color contains mainly: green. Hex color #2EC805 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EC805 is #D137FA. Grayscale: #848484. Windows color (decimal): -13711355 or 378926. OLE color: 378926.
HSL color Cylindrical-coordinate representation of color #2EC805: hue angle of 107.38º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2EC805 is Cyan = 0.77, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 46 | 200 | 5 | - |
| CMYK | 0.77 | 0 | 0.98 | 0.22 |
| HSL | 107.38º | 0.95% | 0.4% | - |
| HSV(B) | 107.38º | 0.98% | 0.78% | - |
| XYZ | 21.81 | 41.9 | 7.08 | - |
| YUV | 131.72 | 56.48 | 66.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 200 | 5 | 0.77 | 0 | 0.98 | 0.22 | 107.38 | 0.95 | 0.4 |
| Hex | 2E | C8 | 5 | 4D | 0 | 62 | 16 | 6B | 5F | 28 |
| Octal | 56 | 310 | 5 | 115 | 0 | 142 | 26 | 153 | 137 | 50 |
| Binary | 101110 | 11001000 | 101 | 1001101 | 0 | 1100010 | 10110 | 1101011 | 1011111 | 101000 |
Color Harmonies of #2EC805
Complementary color
Monochromatic Colors of #2EC805
Black with #2EC805
Text Example
Text Example
White with #2EC805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC805; }
p { color: rgb(46,200,5); }
H1.HeaderClassName
{
color: #2EC805;
}
.AnyTagClassName
{
color: #2EC805;
}
</style>
background-color css
<style>
a { background-color: #2EC805; }
a { background-color: rgb(46,200,5); }
div.DivClassName
{
background-color: #2EC805;
}
.BgClassName
{
background-color: #2EC805;
}
</style>
border-color css
<style>
span { border-color: #2EC805; }
span { border-color: rgb(46,200,5); }
td.TdClassName
{
border-color: #2EC805;
}
.TagClassName
{
border-color: #2EC805;
}
</style>