Shades of Kelly Green #2EC00A
Tints of Kelly Green #2EC00A
RGB
CMYK
RGB Variations
Color information
#2EC00A (or 0x2EC00A) is known color: Kelly Green. HEX triplet: 2E, C0 and 0A. RGB value is (46,192,10). Sum of RGB (Red+Green+Blue) = 46+192+10=248 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.55% from 248); Green value is 192 (75.39% from 255 or 77.42% from 248); Blue value is 10 (4.30% from 255 or 4.03% from 248); Max value from RGB is 192 - color contains mainly: green. Hex color #2EC00A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EC00A is #D13FF5. Grayscale: #808080. Windows color (decimal): -13713398 or 704558. OLE color: 704558.
HSL color Cylindrical-coordinate representation of color #2EC00A: hue angle of 108.13º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2EC00A is Cyan = 0.76, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 192 | 10 | - |
| CMYK | 0.76 | 0 | 0.95 | 0.25 |
| HSL | 108.13º | 0.9% | 0.4% | - |
| HSV(B) | 108.13º | 0.95% | 0.75% | - |
| XYZ | 20.03 | 38.3 | 6.62 | - |
| YUV | 127.6 | 61.63 | 69.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 192 | 10 | 0.76 | 0 | 0.95 | 0.25 | 108.13 | 0.9 | 0.4 |
| Hex | 2E | C0 | A | 4C | 0 | 5F | 19 | 6C | 5A | 28 |
| Octal | 56 | 300 | 12 | 114 | 0 | 137 | 31 | 154 | 132 | 50 |
| Binary | 101110 | 11000000 | 1010 | 1001100 | 0 | 1011111 | 11001 | 1101100 | 1011010 | 101000 |
Color Harmonies of #2EC00A
Complementary color
Monochromatic Colors of #2EC00A
Black with #2EC00A
Text Example
Text Example
White with #2EC00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC00A; }
p { color: rgb(46,192,10); }
H1.HeaderClassName
{
color: #2EC00A;
}
.AnyTagClassName
{
color: #2EC00A;
}
</style>
background-color css
<style>
a { background-color: #2EC00A; }
a { background-color: rgb(46,192,10); }
div.DivClassName
{
background-color: #2EC00A;
}
.BgClassName
{
background-color: #2EC00A;
}
</style>
border-color css
<style>
span { border-color: #2EC00A; }
span { border-color: rgb(46,192,10); }
td.TdClassName
{
border-color: #2EC00A;
}
.TagClassName
{
border-color: #2EC00A;
}
</style>