Shades of Lime Green #2EE144
Tints of Lime Green #2EE144
RGB
CMYK
RGB Variations
Color information
#2EE144 (or 0x2EE144) is known color: Lime Green. HEX triplet: 2E, E1 and 44. RGB value is (46,225,68). Sum of RGB (Red+Green+Blue) = 46+225+68=339 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.57% from 339); Green value is 225 (88.28% from 255 or 66.37% from 339); Blue value is 68 (26.95% from 255 or 20.06% from 339); Max value from RGB is 225 - color contains mainly: green. Hex color #2EE144 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EE144 is #D11EBB. Grayscale: #9A9A9A. Windows color (decimal): -13704892 or 4514094. OLE color: 4514094.
HSL color Cylindrical-coordinate representation of color #2EE144: hue angle of 127.37º 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 #2EE144 is Cyan = 0.80, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 46 | 225 | 68 | - |
| CMYK | 0.80 | 0 | 0.70 | 0.12 |
| HSL | 127.37º | 0.75% | 0.53% | - |
| HSV(B) | 127.37º | 0.8% | 0.88% | - |
| XYZ | 29.1 | 54.85 | 14.52 | - |
| YUV | 153.58 | 79.7 | 51.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 225 | 68 | 0.80 | 0 | 0.70 | 0.12 | 127.37 | 0.75 | 0.53 |
| Hex | 2E | E1 | 44 | 50 | 0 | 46 | C | 7F | 4B | 35 |
| Octal | 56 | 341 | 104 | 120 | 0 | 106 | 14 | 177 | 113 | 65 |
| Binary | 101110 | 11100001 | 1000100 | 1010000 | 0 | 1000110 | 1100 | 1111111 | 1001011 | 110101 |
Color Harmonies of #2EE144
Complementary color
Monochromatic Colors of #2EE144
Black with #2EE144
Text Example
Text Example
White with #2EE144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE144; }
p { color: rgb(46,225,68); }
H1.HeaderClassName
{
color: #2EE144;
}
.AnyTagClassName
{
color: #2EE144;
}
</style>
background-color css
<style>
a { background-color: #2EE144; }
a { background-color: rgb(46,225,68); }
div.DivClassName
{
background-color: #2EE144;
}
.BgClassName
{
background-color: #2EE144;
}
</style>
border-color css
<style>
span { border-color: #2EE144; }
span { border-color: rgb(46,225,68); }
td.TdClassName
{
border-color: #2EE144;
}
.TagClassName
{
border-color: #2EE144;
}
</style>