Shades of Kelly Green #2EC40A
Tints of Kelly Green #2EC40A
RGB
CMYK
RGB Variations
Color information
#2EC40A (or 0x2EC40A) is known color: Kelly Green. HEX triplet: 2E, C4 and 0A. RGB value is (46,196,10). Sum of RGB (Red+Green+Blue) = 46+196+10=252 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.25% from 252); Green value is 196 (76.95% from 255 or 77.78% from 252); Blue value is 10 (4.30% from 255 or 3.97% from 252); Max value from RGB is 196 - color contains mainly: green. Hex color #2EC40A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EC40A is #D13BF5. Grayscale: #828282. Windows color (decimal): -13712374 or 705582. OLE color: 705582.
HSL color Cylindrical-coordinate representation of color #2EC40A: hue angle of 108.39º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2EC40A is Cyan = 0.77, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 46 | 196 | 10 | - |
| CMYK | 0.77 | 0 | 0.95 | 0.23 |
| HSL | 108.39º | 0.9% | 0.4% | - |
| HSV(B) | 108.39º | 0.95% | 0.77% | - |
| XYZ | 20.92 | 40.08 | 6.92 | - |
| YUV | 129.95 | 60.31 | 68.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 196 | 10 | 0.77 | 0 | 0.95 | 0.23 | 108.39 | 0.9 | 0.4 |
| Hex | 2E | C4 | A | 4D | 0 | 5F | 17 | 6C | 5A | 28 |
| Octal | 56 | 304 | 12 | 115 | 0 | 137 | 27 | 154 | 132 | 50 |
| Binary | 101110 | 11000100 | 1010 | 1001101 | 0 | 1011111 | 10111 | 1101100 | 1011010 | 101000 |
Color Harmonies of #2EC40A
Complementary color
Monochromatic Colors of #2EC40A
Black with #2EC40A
Text Example
Text Example
White with #2EC40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC40A; }
p { color: rgb(46,196,10); }
H1.HeaderClassName
{
color: #2EC40A;
}
.AnyTagClassName
{
color: #2EC40A;
}
</style>
background-color css
<style>
a { background-color: #2EC40A; }
a { background-color: rgb(46,196,10); }
div.DivClassName
{
background-color: #2EC40A;
}
.BgClassName
{
background-color: #2EC40A;
}
</style>
border-color css
<style>
span { border-color: #2EC40A; }
span { border-color: rgb(46,196,10); }
td.TdClassName
{
border-color: #2EC40A;
}
.TagClassName
{
border-color: #2EC40A;
}
</style>