Shades of Kelly Green #2EC40F
Tints of Kelly Green #2EC40F
RGB
CMYK
RGB Variations
Color information
#2EC40F (or 0x2EC40F) is known color: Kelly Green. HEX triplet: 2E, C4 and 0F. RGB value is (46,196,15). Sum of RGB (Red+Green+Blue) = 46+196+15=257 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.90% from 257); Green value is 196 (76.95% from 255 or 76.26% from 257); Blue value is 15 (6.25% from 255 or 5.84% from 257); Max value from RGB is 196 - color contains mainly: green. Hex color #2EC40F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EC40F is #D13BF0. Grayscale: #838383. Windows color (decimal): -13712369 or 1033262. OLE color: 1033262.
HSL color Cylindrical-coordinate representation of color #2EC40F: hue angle of 109.72º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2EC40F is Cyan = 0.77, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 46 | 196 | 15 | - |
| CMYK | 0.77 | 0 | 0.92 | 0.23 |
| HSL | 109.72º | 0.86% | 0.41% | - |
| HSV(B) | 109.72º | 0.92% | 0.77% | - |
| XYZ | 20.95 | 40.1 | 7.09 | - |
| YUV | 130.52 | 62.81 | 67.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 196 | 15 | 0.77 | 0 | 0.92 | 0.23 | 109.72 | 0.86 | 0.41 |
| Hex | 2E | C4 | F | 4D | 0 | 5C | 17 | 6E | 56 | 29 |
| Octal | 56 | 304 | 17 | 115 | 0 | 134 | 27 | 156 | 126 | 51 |
| Binary | 101110 | 11000100 | 1111 | 1001101 | 0 | 1011100 | 10111 | 1101110 | 1010110 | 101001 |
Color Harmonies of #2EC40F
Complementary color
Monochromatic Colors of #2EC40F
Black with #2EC40F
Text Example
Text Example
White with #2EC40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC40F; }
p { color: rgb(46,196,15); }
H1.HeaderClassName
{
color: #2EC40F;
}
.AnyTagClassName
{
color: #2EC40F;
}
</style>
background-color css
<style>
a { background-color: #2EC40F; }
a { background-color: rgb(46,196,15); }
div.DivClassName
{
background-color: #2EC40F;
}
.BgClassName
{
background-color: #2EC40F;
}
</style>
border-color css
<style>
span { border-color: #2EC40F; }
span { border-color: rgb(46,196,15); }
td.TdClassName
{
border-color: #2EC40F;
}
.TagClassName
{
border-color: #2EC40F;
}
</style>