Shades of Lime Green #2EC220
Tints of Lime Green #2EC220
RGB
CMYK
RGB Variations
Color information
#2EC220 (or 0x2EC220) is known color: Lime Green. HEX triplet: 2E, C2 and 20. RGB value is (46,194,32). Sum of RGB (Red+Green+Blue) = 46+194+32=272 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.91% from 272); Green value is 194 (76.17% from 255 or 71.32% from 272); Blue value is 32 (12.89% from 255 or 11.76% from 272); Max value from RGB is 194 - color contains mainly: green. Hex color #2EC220 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC220 is #D13DDF. Grayscale: #838383. Windows color (decimal): -13712864 or 2146862. OLE color: 2146862.
HSL color Cylindrical-coordinate representation of color #2EC220: hue angle of 114.81º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2EC220 is Cyan = 0.76, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 46 | 194 | 32 | - |
| CMYK | 0.76 | 0 | 0.84 | 0.24 |
| HSL | 114.81º | 0.72% | 0.44% | - |
| HSV(B) | 114.81º | 0.84% | 0.76% | - |
| XYZ | 20.68 | 39.27 | 7.86 | - |
| YUV | 131.28 | 71.97 | 67.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 194 | 32 | 0.76 | 0 | 0.84 | 0.24 | 114.81 | 0.72 | 0.44 |
| Hex | 2E | C2 | 20 | 4C | 0 | 54 | 18 | 73 | 48 | 2C |
| Octal | 56 | 302 | 40 | 114 | 0 | 124 | 30 | 163 | 110 | 54 |
| Binary | 101110 | 11000010 | 100000 | 1001100 | 0 | 1010100 | 11000 | 1110011 | 1001000 | 101100 |
Color Harmonies of #2EC220
Complementary color
Monochromatic Colors of #2EC220
Black with #2EC220
Text Example
Text Example
White with #2EC220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC220; }
p { color: rgb(46,194,32); }
H1.HeaderClassName
{
color: #2EC220;
}
.AnyTagClassName
{
color: #2EC220;
}
</style>
background-color css
<style>
a { background-color: #2EC220; }
a { background-color: rgb(46,194,32); }
div.DivClassName
{
background-color: #2EC220;
}
.BgClassName
{
background-color: #2EC220;
}
</style>
border-color css
<style>
span { border-color: #2EC220; }
span { border-color: rgb(46,194,32); }
td.TdClassName
{
border-color: #2EC220;
}
.TagClassName
{
border-color: #2EC220;
}
</style>