Shades of Kelly Green #2EC905
Tints of Kelly Green #2EC905
RGB
CMYK
RGB Variations
Color information
#2EC905 (or 0x2EC905) is known color: Kelly Green. HEX triplet: 2E, C9 and 05. RGB value is (46,201,5). Sum of RGB (Red+Green+Blue) = 46+201+5=252 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.25% from 252); Green value is 201 (78.91% from 255 or 79.76% from 252); Blue value is 5 (2.34% from 255 or 1.98% from 252); Max value from RGB is 201 - color contains mainly: green. Hex color #2EC905 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EC905 is #D136FA. Grayscale: #848484. Windows color (decimal): -13711099 or 379182. OLE color: 379182.
HSL color Cylindrical-coordinate representation of color #2EC905: hue angle of 107.45º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2EC905 is Cyan = 0.77, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 46 | 201 | 5 | - |
| CMYK | 0.77 | 0 | 0.98 | 0.21 |
| HSL | 107.45º | 0.95% | 0.4% | - |
| HSV(B) | 107.45º | 0.98% | 0.79% | - |
| XYZ | 22.04 | 42.37 | 7.16 | - |
| YUV | 132.31 | 56.15 | 66.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 201 | 5 | 0.77 | 0 | 0.98 | 0.21 | 107.45 | 0.95 | 0.4 |
| Hex | 2E | C9 | 5 | 4D | 0 | 62 | 15 | 6B | 5F | 28 |
| Octal | 56 | 311 | 5 | 115 | 0 | 142 | 25 | 153 | 137 | 50 |
| Binary | 101110 | 11001001 | 101 | 1001101 | 0 | 1100010 | 10101 | 1101011 | 1011111 | 101000 |
Color Harmonies of #2EC905
Complementary color
Monochromatic Colors of #2EC905
Black with #2EC905
Text Example
Text Example
White with #2EC905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC905; }
p { color: rgb(46,201,5); }
H1.HeaderClassName
{
color: #2EC905;
}
.AnyTagClassName
{
color: #2EC905;
}
</style>
background-color css
<style>
a { background-color: #2EC905; }
a { background-color: rgb(46,201,5); }
div.DivClassName
{
background-color: #2EC905;
}
.BgClassName
{
background-color: #2EC905;
}
</style>
border-color css
<style>
span { border-color: #2EC905; }
span { border-color: rgb(46,201,5); }
td.TdClassName
{
border-color: #2EC905;
}
.TagClassName
{
border-color: #2EC905;
}
</style>