Shades of Lime Green #2EC929
Tints of Lime Green #2EC929
RGB
CMYK
RGB Variations
Color information
#2EC929 (or 0x2EC929) is known color: Lime Green. HEX triplet: 2E, C9 and 29. RGB value is (46,201,41). Sum of RGB (Red+Green+Blue) = 46+201+41=288 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.97% from 288); Green value is 201 (78.91% from 255 or 69.79% from 288); Blue value is 41 (16.41% from 255 or 14.24% from 288); Max value from RGB is 201 - color contains mainly: green. Hex color #2EC929 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC929 is #D136D6. Grayscale: #888888. Windows color (decimal): -13711063 or 2738478. OLE color: 2738478.
HSL color Cylindrical-coordinate representation of color #2EC929: hue angle of 118.12º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EC929 is Cyan = 0.77, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 46 | 201 | 41 | - |
| CMYK | 0.77 | 0 | 0.80 | 0.21 |
| HSL | 118.13º | 0.66% | 0.47% | - |
| HSV(B) | 118.13º | 0.8% | 0.79% | - |
| XYZ | 22.41 | 42.51 | 9.12 | - |
| YUV | 136.42 | 74.15 | 63.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 201 | 41 | 0.77 | 0 | 0.80 | 0.21 | 118.13 | 0.66 | 0.47 |
| Hex | 2E | C9 | 29 | 4D | 0 | 50 | 15 | 76 | 42 | 2F |
| Octal | 56 | 311 | 51 | 115 | 0 | 120 | 25 | 166 | 102 | 57 |
| Binary | 101110 | 11001001 | 101001 | 1001101 | 0 | 1010000 | 10101 | 1110110 | 1000010 | 101111 |
Color Harmonies of #2EC929
Complementary color
Monochromatic Colors of #2EC929
Black with #2EC929
Text Example
Text Example
White with #2EC929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC929; }
p { color: rgb(46,201,41); }
H1.HeaderClassName
{
color: #2EC929;
}
.AnyTagClassName
{
color: #2EC929;
}
</style>
background-color css
<style>
a { background-color: #2EC929; }
a { background-color: rgb(46,201,41); }
div.DivClassName
{
background-color: #2EC929;
}
.BgClassName
{
background-color: #2EC929;
}
</style>
border-color css
<style>
span { border-color: #2EC929; }
span { border-color: rgb(46,201,41); }
td.TdClassName
{
border-color: #2EC929;
}
.TagClassName
{
border-color: #2EC929;
}
</style>