Shades of Lime Green #2EC721
Tints of Lime Green #2EC721
RGB
CMYK
RGB Variations
Color information
#2EC721 (or 0x2EC721) is known color: Lime Green. HEX triplet: 2E, C7 and 21. RGB value is (46,199,33). Sum of RGB (Red+Green+Blue) = 46+199+33=278 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.55% from 278); Green value is 199 (78.12% from 255 or 71.58% from 278); Blue value is 33 (13.28% from 255 or 11.87% from 278); Max value from RGB is 199 - color contains mainly: green. Hex color #2EC721 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC721 is #D138DE. Grayscale: #868686. Windows color (decimal): -13711583 or 2213678. OLE color: 2213678.
HSL color Cylindrical-coordinate representation of color #2EC721: hue angle of 115.3º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2EC721 is Cyan = 0.77, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 46 | 199 | 33 | - |
| CMYK | 0.77 | 0 | 0.83 | 0.22 |
| HSL | 115.3º | 0.72% | 0.45% | - |
| HSV(B) | 115.3º | 0.83% | 0.78% | - |
| XYZ | 21.82 | 41.54 | 8.31 | - |
| YUV | 134.33 | 70.81 | 65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 199 | 33 | 0.77 | 0 | 0.83 | 0.22 | 115.3 | 0.72 | 0.45 |
| Hex | 2E | C7 | 21 | 4D | 0 | 53 | 16 | 73 | 48 | 2D |
| Octal | 56 | 307 | 41 | 115 | 0 | 123 | 26 | 163 | 110 | 55 |
| Binary | 101110 | 11000111 | 100001 | 1001101 | 0 | 1010011 | 10110 | 1110011 | 1001000 | 101101 |
Color Harmonies of #2EC721
Complementary color
Monochromatic Colors of #2EC721
Black with #2EC721
Text Example
Text Example
White with #2EC721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC721; }
p { color: rgb(46,199,33); }
H1.HeaderClassName
{
color: #2EC721;
}
.AnyTagClassName
{
color: #2EC721;
}
</style>
background-color css
<style>
a { background-color: #2EC721; }
a { background-color: rgb(46,199,33); }
div.DivClassName
{
background-color: #2EC721;
}
.BgClassName
{
background-color: #2EC721;
}
</style>
border-color css
<style>
span { border-color: #2EC721; }
span { border-color: rgb(46,199,33); }
td.TdClassName
{
border-color: #2EC721;
}
.TagClassName
{
border-color: #2EC721;
}
</style>