Shades of Lime Green #2EC821
Tints of Lime Green #2EC821
RGB
CMYK
RGB Variations
Color information
#2EC821 (or 0x2EC821) is known color: Lime Green. HEX triplet: 2E, C8 and 21. RGB value is (46,200,33). Sum of RGB (Red+Green+Blue) = 46+200+33=279 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.49% from 279); Green value is 200 (78.52% from 255 or 71.68% from 279); Blue value is 33 (13.28% from 255 or 11.83% from 279); Max value from RGB is 200 - color contains mainly: green. Hex color #2EC821 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC821 is #D137DE. Grayscale: #878787. Windows color (decimal): -13711327 or 2213934. OLE color: 2213934.
HSL color Cylindrical-coordinate representation of color #2EC821: hue angle of 115.33º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2EC821 is Cyan = 0.77, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 46 | 200 | 33 | - |
| CMYK | 0.77 | 0 | 0.84 | 0.22 |
| HSL | 115.33º | 0.72% | 0.46% | - |
| HSV(B) | 115.33º | 0.84% | 0.78% | - |
| XYZ | 22.06 | 42 | 8.38 | - |
| YUV | 134.92 | 70.48 | 64.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 200 | 33 | 0.77 | 0 | 0.84 | 0.22 | 115.33 | 0.72 | 0.46 |
| Hex | 2E | C8 | 21 | 4D | 0 | 54 | 16 | 73 | 48 | 2E |
| Octal | 56 | 310 | 41 | 115 | 0 | 124 | 26 | 163 | 110 | 56 |
| Binary | 101110 | 11001000 | 100001 | 1001101 | 0 | 1010100 | 10110 | 1110011 | 1001000 | 101110 |
Color Harmonies of #2EC821
Complementary color
Monochromatic Colors of #2EC821
Black with #2EC821
Text Example
Text Example
White with #2EC821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC821; }
p { color: rgb(46,200,33); }
H1.HeaderClassName
{
color: #2EC821;
}
.AnyTagClassName
{
color: #2EC821;
}
</style>
background-color css
<style>
a { background-color: #2EC821; }
a { background-color: rgb(46,200,33); }
div.DivClassName
{
background-color: #2EC821;
}
.BgClassName
{
background-color: #2EC821;
}
</style>
border-color css
<style>
span { border-color: #2EC821; }
span { border-color: rgb(46,200,33); }
td.TdClassName
{
border-color: #2EC821;
}
.TagClassName
{
border-color: #2EC821;
}
</style>