Shades of Kelly Green #2EC20F
Tints of Kelly Green #2EC20F
RGB
CMYK
RGB Variations
Color information
#2EC20F (or 0x2EC20F) is known color: Kelly Green. HEX triplet: 2E, C2 and 0F. RGB value is (46,194,15). Sum of RGB (Red+Green+Blue) = 46+194+15=255 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.04% from 255); Green value is 194 (76.17% from 255 or 76.08% from 255); Blue value is 15 (6.25% from 255 or 5.88% from 255); Max value from RGB is 194 - color contains mainly: green. Hex color #2EC20F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EC20F is #D13DF0. Grayscale: #818181. Windows color (decimal): -13712881 or 1032750. OLE color: 1032750.
HSL color Cylindrical-coordinate representation of color #2EC20F: hue angle of 109.61º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2EC20F is Cyan = 0.76, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 46 | 194 | 15 | - |
| CMYK | 0.76 | 0 | 0.92 | 0.24 |
| HSL | 109.61º | 0.86% | 0.41% | - |
| HSV(B) | 109.61º | 0.92% | 0.76% | - |
| XYZ | 20.5 | 39.2 | 6.94 | - |
| YUV | 129.34 | 63.47 | 68.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 194 | 15 | 0.76 | 0 | 0.92 | 0.24 | 109.61 | 0.86 | 0.41 |
| Hex | 2E | C2 | F | 4C | 0 | 5C | 18 | 6E | 56 | 29 |
| Octal | 56 | 302 | 17 | 114 | 0 | 134 | 30 | 156 | 126 | 51 |
| Binary | 101110 | 11000010 | 1111 | 1001100 | 0 | 1011100 | 11000 | 1101110 | 1010110 | 101001 |
Color Harmonies of #2EC20F
Complementary color
Monochromatic Colors of #2EC20F
Black with #2EC20F
Text Example
Text Example
White with #2EC20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC20F; }
p { color: rgb(46,194,15); }
H1.HeaderClassName
{
color: #2EC20F;
}
.AnyTagClassName
{
color: #2EC20F;
}
</style>
background-color css
<style>
a { background-color: #2EC20F; }
a { background-color: rgb(46,194,15); }
div.DivClassName
{
background-color: #2EC20F;
}
.BgClassName
{
background-color: #2EC20F;
}
</style>
border-color css
<style>
span { border-color: #2EC20F; }
span { border-color: rgb(46,194,15); }
td.TdClassName
{
border-color: #2EC20F;
}
.TagClassName
{
border-color: #2EC20F;
}
</style>