Shades of Lime Green #2EE140
Tints of Lime Green #2EE140
RGB
CMYK
RGB Variations
Color information
#2EE140 (or 0x2EE140) is known color: Lime Green. HEX triplet: 2E, E1 and 40. RGB value is (46,225,64). Sum of RGB (Red+Green+Blue) = 46+225+64=335 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.73% from 335); Green value is 225 (88.28% from 255 or 67.16% from 335); Blue value is 64 (25.39% from 255 or 19.10% from 335); Max value from RGB is 225 - color contains mainly: green. Hex color #2EE140 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EE140 is #D11EBF. Grayscale: #999999. Windows color (decimal): -13704896 or 4251950. OLE color: 4251950.
HSL color Cylindrical-coordinate representation of color #2EE140: hue angle of 126.03º 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 #2EE140 is Cyan = 0.80, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 46 | 225 | 64 | - |
| CMYK | 0.80 | 0 | 0.72 | 0.12 |
| HSL | 126.03º | 0.75% | 0.53% | - |
| HSV(B) | 126.03º | 0.8% | 0.88% | - |
| XYZ | 28.98 | 54.8 | 13.9 | - |
| YUV | 153.13 | 77.7 | 51.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 225 | 64 | 0.80 | 0 | 0.72 | 0.12 | 126.03 | 0.75 | 0.53 |
| Hex | 2E | E1 | 40 | 50 | 0 | 48 | C | 7E | 4B | 35 |
| Octal | 56 | 341 | 100 | 120 | 0 | 110 | 14 | 176 | 113 | 65 |
| Binary | 101110 | 11100001 | 1000000 | 1010000 | 0 | 1001000 | 1100 | 1111110 | 1001011 | 110101 |
Color Harmonies of #2EE140
Complementary color
Monochromatic Colors of #2EE140
Black with #2EE140
Text Example
Text Example
White with #2EE140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE140; }
p { color: rgb(46,225,64); }
H1.HeaderClassName
{
color: #2EE140;
}
.AnyTagClassName
{
color: #2EE140;
}
</style>
background-color css
<style>
a { background-color: #2EE140; }
a { background-color: rgb(46,225,64); }
div.DivClassName
{
background-color: #2EE140;
}
.BgClassName
{
background-color: #2EE140;
}
</style>
border-color css
<style>
span { border-color: #2EE140; }
span { border-color: rgb(46,225,64); }
td.TdClassName
{
border-color: #2EE140;
}
.TagClassName
{
border-color: #2EE140;
}
</style>