Shades of Lime Green #2EE044
Tints of Lime Green #2EE044
RGB
CMYK
RGB Variations
Color information
#2EE044 (or 0x2EE044) is known color: Lime Green. HEX triplet: 2E, E0 and 44. RGB value is (46,224,68). Sum of RGB (Red+Green+Blue) = 46+224+68=338 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.61% from 338); Green value is 224 (87.89% from 255 or 66.27% from 338); Blue value is 68 (26.95% from 255 or 20.12% from 338); Max value from RGB is 224 - color contains mainly: green. Hex color #2EE044 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EE044 is #D11FBB. Grayscale: #999999. Windows color (decimal): -13705148 or 4513838. OLE color: 4513838.
HSL color Cylindrical-coordinate representation of color #2EE044: hue angle of 127.42º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EE044 is Cyan = 0.79, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 46 | 224 | 68 | - |
| CMYK | 0.79 | 0 | 0.70 | 0.12 |
| HSL | 127.42º | 0.74% | 0.53% | - |
| HSV(B) | 127.42º | 0.79% | 0.88% | - |
| XYZ | 28.83 | 54.31 | 14.43 | - |
| YUV | 152.99 | 80.03 | 51.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 224 | 68 | 0.79 | 0 | 0.70 | 0.12 | 127.42 | 0.74 | 0.53 |
| Hex | 2E | E0 | 44 | 4F | 0 | 46 | C | 7F | 4A | 35 |
| Octal | 56 | 340 | 104 | 117 | 0 | 106 | 14 | 177 | 112 | 65 |
| Binary | 101110 | 11100000 | 1000100 | 1001111 | 0 | 1000110 | 1100 | 1111111 | 1001010 | 110101 |
Color Harmonies of #2EE044
Complementary color
Monochromatic Colors of #2EE044
Black with #2EE044
Text Example
Text Example
White with #2EE044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE044; }
p { color: rgb(46,224,68); }
H1.HeaderClassName
{
color: #2EE044;
}
.AnyTagClassName
{
color: #2EE044;
}
</style>
background-color css
<style>
a { background-color: #2EE044; }
a { background-color: rgb(46,224,68); }
div.DivClassName
{
background-color: #2EE044;
}
.BgClassName
{
background-color: #2EE044;
}
</style>
border-color css
<style>
span { border-color: #2EE044; }
span { border-color: rgb(46,224,68); }
td.TdClassName
{
border-color: #2EE044;
}
.TagClassName
{
border-color: #2EE044;
}
</style>