Shades of Lime Green #2EC931
Tints of Lime Green #2EC931
RGB
CMYK
RGB Variations
Color information
#2EC931 (or 0x2EC931) is known color: Lime Green. HEX triplet: 2E, C9 and 31. RGB value is (46,201,49). Sum of RGB (Red+Green+Blue) = 46+201+49=296 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.54% from 296); Green value is 201 (78.91% from 255 or 67.91% from 296); Blue value is 49 (19.53% from 255 or 16.55% from 296); Max value from RGB is 201 - color contains mainly: green. Hex color #2EC931 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC931 is #D136CE. Grayscale: #898989. Windows color (decimal): -13711055 or 3262766. OLE color: 3262766.
HSL color Cylindrical-coordinate representation of color #2EC931: hue angle of 121.16º 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 #2EC931 is Cyan = 0.77, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 46 | 201 | 49 | - |
| CMYK | 0.77 | 0 | 0.76 | 0.21 |
| HSL | 121.16º | 0.63% | 0.48% | - |
| HSV(B) | 121.16º | 0.77% | 0.79% | - |
| XYZ | 22.57 | 42.58 | 9.93 | - |
| YUV | 137.33 | 78.15 | 62.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 201 | 49 | 0.77 | 0 | 0.76 | 0.21 | 121.16 | 0.63 | 0.48 |
| Hex | 2E | C9 | 31 | 4D | 0 | 4C | 15 | 79 | 3F | 30 |
| Octal | 56 | 311 | 61 | 115 | 0 | 114 | 25 | 171 | 77 | 60 |
| Binary | 101110 | 11001001 | 110001 | 1001101 | 0 | 1001100 | 10101 | 1111001 | 111111 | 110000 |
Color Harmonies of #2EC931
Complementary color
Monochromatic Colors of #2EC931
Black with #2EC931
Text Example
Text Example
White with #2EC931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC931; }
p { color: rgb(46,201,49); }
H1.HeaderClassName
{
color: #2EC931;
}
.AnyTagClassName
{
color: #2EC931;
}
</style>
background-color css
<style>
a { background-color: #2EC931; }
a { background-color: rgb(46,201,49); }
div.DivClassName
{
background-color: #2EC931;
}
.BgClassName
{
background-color: #2EC931;
}
</style>
border-color css
<style>
span { border-color: #2EC931; }
span { border-color: rgb(46,201,49); }
td.TdClassName
{
border-color: #2EC931;
}
.TagClassName
{
border-color: #2EC931;
}
</style>