Shades of Lime Green #2EE820
Tints of Lime Green #2EE820
RGB
CMYK
RGB Variations
Color information
#2EE820 (or 0x2EE820) is known color: Lime Green. HEX triplet: 2E, E8 and 20. RGB value is (46,232,32). Sum of RGB (Red+Green+Blue) = 46+232+32=310 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.84% from 310); Green value is 232 (91.02% from 255 or 74.84% from 310); Blue value is 32 (12.89% from 255 or 10.32% from 310); Max value from RGB is 232 - color contains mainly: green. Hex color #2EE820 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EE820 is #D117DF. Grayscale: #9A9A9A. Windows color (decimal): -13703136 or 2156590. OLE color: 2156590.
HSL color Cylindrical-coordinate representation of color #2EE820: hue angle of 115.8º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2EE820 is Cyan = 0.80, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 232 | 32 | - |
| CMYK | 0.80 | 0 | 0.86 | 0.09 |
| HSL | 115.8º | 0.81% | 0.52% | - |
| HSV(B) | 115.8º | 0.86% | 0.91% | - |
| XYZ | 30.24 | 58.4 | 11.04 | - |
| YUV | 153.59 | 59.38 | 51.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 232 | 32 | 0.80 | 0 | 0.86 | 0.09 | 115.8 | 0.81 | 0.52 |
| Hex | 2E | E8 | 20 | 50 | 0 | 56 | 9 | 74 | 51 | 34 |
| Octal | 56 | 350 | 40 | 120 | 0 | 126 | 11 | 164 | 121 | 64 |
| Binary | 101110 | 11101000 | 100000 | 1010000 | 0 | 1010110 | 1001 | 1110100 | 1010001 | 110100 |
Color Harmonies of #2EE820
Complementary color
Monochromatic Colors of #2EE820
Black with #2EE820
Text Example
Text Example
White with #2EE820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE820; }
p { color: rgb(46,232,32); }
H1.HeaderClassName
{
color: #2EE820;
}
.AnyTagClassName
{
color: #2EE820;
}
</style>
background-color css
<style>
a { background-color: #2EE820; }
a { background-color: rgb(46,232,32); }
div.DivClassName
{
background-color: #2EE820;
}
.BgClassName
{
background-color: #2EE820;
}
</style>
border-color css
<style>
span { border-color: #2EE820; }
span { border-color: rgb(46,232,32); }
td.TdClassName
{
border-color: #2EE820;
}
.TagClassName
{
border-color: #2EE820;
}
</style>