Shades of Lime Green #2EE139
Tints of Lime Green #2EE139
RGB
CMYK
RGB Variations
Color information
#2EE139 (or 0x2EE139) is known color: Lime Green. HEX triplet: 2E, E1 and 39. RGB value is (46,225,57). Sum of RGB (Red+Green+Blue) = 46+225+57=328 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.02% from 328); Green value is 225 (88.28% from 255 or 68.60% from 328); Blue value is 57 (22.66% from 255 or 17.38% from 328); Max value from RGB is 225 - color contains mainly: green. Hex color #2EE139 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EE139 is #D11EC6. Grayscale: #989898. Windows color (decimal): -13704903 or 3793198. OLE color: 3793198.
HSL color Cylindrical-coordinate representation of color #2EE139: hue angle of 123.69º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE139 is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 46 | 225 | 57 | - |
| CMYK | 0.80 | 0 | 0.75 | 0.12 |
| HSL | 123.69º | 0.75% | 0.53% | - |
| HSV(B) | 123.69º | 0.8% | 0.88% | - |
| XYZ | 28.79 | 54.73 | 12.92 | - |
| YUV | 152.33 | 74.2 | 52.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 225 | 57 | 0.80 | 0 | 0.75 | 0.12 | 123.69 | 0.75 | 0.53 |
| Hex | 2E | E1 | 39 | 50 | 0 | 4B | C | 7C | 4B | 35 |
| Octal | 56 | 341 | 71 | 120 | 0 | 113 | 14 | 174 | 113 | 65 |
| Binary | 101110 | 11100001 | 111001 | 1010000 | 0 | 1001011 | 1100 | 1111100 | 1001011 | 110101 |
Color Harmonies of #2EE139
Complementary color
Monochromatic Colors of #2EE139
Black with #2EE139
Text Example
Text Example
White with #2EE139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE139; }
p { color: rgb(46,225,57); }
H1.HeaderClassName
{
color: #2EE139;
}
.AnyTagClassName
{
color: #2EE139;
}
</style>
background-color css
<style>
a { background-color: #2EE139; }
a { background-color: rgb(46,225,57); }
div.DivClassName
{
background-color: #2EE139;
}
.BgClassName
{
background-color: #2EE139;
}
</style>
border-color css
<style>
span { border-color: #2EE139; }
span { border-color: rgb(46,225,57); }
td.TdClassName
{
border-color: #2EE139;
}
.TagClassName
{
border-color: #2EE139;
}
</style>