Shades of Lime Green #2EC820
Tints of Lime Green #2EC820
RGB
CMYK
RGB Variations
Color information
#2EC820 (or 0x2EC820) is known color: Lime Green. HEX triplet: 2E, C8 and 20. RGB value is (46,200,32). Sum of RGB (Red+Green+Blue) = 46+200+32=278 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.55% from 278); Green value is 200 (78.52% from 255 or 71.94% from 278); Blue value is 32 (12.89% from 255 or 11.51% from 278); Max value from RGB is 200 - color contains mainly: green. Hex color #2EC820 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC820 is #D137DF. Grayscale: #878787. Windows color (decimal): -13711328 or 2148398. OLE color: 2148398.
HSL color Cylindrical-coordinate representation of color #2EC820: hue angle of 115º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2EC820 is Cyan = 0.77, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 46 | 200 | 32 | - |
| CMYK | 0.77 | 0 | 0.84 | 0.22 |
| HSL | 115º | 0.72% | 0.45% | - |
| HSV(B) | 115º | 0.84% | 0.78% | - |
| XYZ | 22.04 | 41.99 | 8.31 | - |
| YUV | 134.8 | 69.98 | 64.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 200 | 32 | 0.77 | 0 | 0.84 | 0.22 | 115 | 0.72 | 0.45 |
| Hex | 2E | C8 | 20 | 4D | 0 | 54 | 16 | 73 | 48 | 2D |
| Octal | 56 | 310 | 40 | 115 | 0 | 124 | 26 | 163 | 110 | 55 |
| Binary | 101110 | 11001000 | 100000 | 1001101 | 0 | 1010100 | 10110 | 1110011 | 1001000 | 101101 |
Color Harmonies of #2EC820
Complementary color
Monochromatic Colors of #2EC820
Black with #2EC820
Text Example
Text Example
White with #2EC820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC820; }
p { color: rgb(46,200,32); }
H1.HeaderClassName
{
color: #2EC820;
}
.AnyTagClassName
{
color: #2EC820;
}
</style>
background-color css
<style>
a { background-color: #2EC820; }
a { background-color: rgb(46,200,32); }
div.DivClassName
{
background-color: #2EC820;
}
.BgClassName
{
background-color: #2EC820;
}
</style>
border-color css
<style>
span { border-color: #2EC820; }
span { border-color: rgb(46,200,32); }
td.TdClassName
{
border-color: #2EC820;
}
.TagClassName
{
border-color: #2EC820;
}
</style>