Shades of Lime Green #2EC932
Tints of Lime Green #2EC932
RGB
CMYK
RGB Variations
Color information
#2EC932 (or 0x2EC932) is known color: Lime Green. HEX triplet: 2E, C9 and 32. RGB value is (46,201,50). Sum of RGB (Red+Green+Blue) = 46+201+50=297 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.49% from 297); Green value is 201 (78.91% from 255 or 67.68% from 297); Blue value is 50 (19.92% from 255 or 16.84% from 297); Max value from RGB is 201 - color contains mainly: green. Hex color #2EC932 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC932 is #D136CD. Grayscale: #898989. Windows color (decimal): -13711054 or 3328302. OLE color: 3328302.
HSL color Cylindrical-coordinate representation of color #2EC932: hue angle of 121.55º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC932 is Cyan = 0.77, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 46 | 201 | 50 | - |
| CMYK | 0.77 | 0 | 0.75 | 0.21 |
| HSL | 121.55º | 0.63% | 0.48% | - |
| HSV(B) | 121.55º | 0.77% | 0.79% | - |
| XYZ | 22.59 | 42.58 | 10.05 | - |
| YUV | 137.44 | 78.65 | 62.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 201 | 50 | 0.77 | 0 | 0.75 | 0.21 | 121.55 | 0.63 | 0.48 |
| Hex | 2E | C9 | 32 | 4D | 0 | 4B | 15 | 7A | 3F | 30 |
| Octal | 56 | 311 | 62 | 115 | 0 | 113 | 25 | 172 | 77 | 60 |
| Binary | 101110 | 11001001 | 110010 | 1001101 | 0 | 1001011 | 10101 | 1111010 | 111111 | 110000 |
Color Harmonies of #2EC932
Complementary color
Monochromatic Colors of #2EC932
Black with #2EC932
Text Example
Text Example
White with #2EC932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC932; }
p { color: rgb(46,201,50); }
H1.HeaderClassName
{
color: #2EC932;
}
.AnyTagClassName
{
color: #2EC932;
}
</style>
background-color css
<style>
a { background-color: #2EC932; }
a { background-color: rgb(46,201,50); }
div.DivClassName
{
background-color: #2EC932;
}
.BgClassName
{
background-color: #2EC932;
}
</style>
border-color css
<style>
span { border-color: #2EC932; }
span { border-color: rgb(46,201,50); }
td.TdClassName
{
border-color: #2EC932;
}
.TagClassName
{
border-color: #2EC932;
}
</style>