Shades of Kelly Green #2EC005
Tints of Kelly Green #2EC005
RGB
CMYK
RGB Variations
Color information
#2EC005 (or 0x2EC005) is known color: Kelly Green. HEX triplet: 2E, C0 and 05. RGB value is (46,192,5). Sum of RGB (Red+Green+Blue) = 46+192+5=243 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.93% from 243); Green value is 192 (75.39% from 255 or 79.01% from 243); Blue value is 5 (2.34% from 255 or 2.06% from 243); Max value from RGB is 192 - color contains mainly: green. Hex color #2EC005 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EC005 is #D13FFA. Grayscale: #7F7F7F. Windows color (decimal): -13713403 or 376878. OLE color: 376878.
HSL color Cylindrical-coordinate representation of color #2EC005: hue angle of 106.84º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2EC005 is Cyan = 0.76, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 192 | 5 | - |
| CMYK | 0.76 | 0 | 0.97 | 0.25 |
| HSL | 106.84º | 0.95% | 0.39% | - |
| HSV(B) | 106.84º | 0.97% | 0.75% | - |
| XYZ | 20 | 38.29 | 6.48 | - |
| YUV | 127.03 | 59.13 | 70.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 192 | 5 | 0.76 | 0 | 0.97 | 0.25 | 106.84 | 0.95 | 0.39 |
| Hex | 2E | C0 | 5 | 4C | 0 | 61 | 19 | 6B | 5F | 27 |
| Octal | 56 | 300 | 5 | 114 | 0 | 141 | 31 | 153 | 137 | 47 |
| Binary | 101110 | 11000000 | 101 | 1001100 | 0 | 1100001 | 11001 | 1101011 | 1011111 | 100111 |
Color Harmonies of #2EC005
Complementary color
Monochromatic Colors of #2EC005
Black with #2EC005
Text Example
Text Example
White with #2EC005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC005; }
p { color: rgb(46,192,5); }
H1.HeaderClassName
{
color: #2EC005;
}
.AnyTagClassName
{
color: #2EC005;
}
</style>
background-color css
<style>
a { background-color: #2EC005; }
a { background-color: rgb(46,192,5); }
div.DivClassName
{
background-color: #2EC005;
}
.BgClassName
{
background-color: #2EC005;
}
</style>
border-color css
<style>
span { border-color: #2EC005; }
span { border-color: rgb(46,192,5); }
td.TdClassName
{
border-color: #2EC005;
}
.TagClassName
{
border-color: #2EC005;
}
</style>