Shades of Lime Green #2EE047
Tints of Lime Green #2EE047
RGB
CMYK
RGB Variations
Color information
#2EE047 (or 0x2EE047) is known color: Lime Green. HEX triplet: 2E, E0 and 47. RGB value is (46,224,71). Sum of RGB (Red+Green+Blue) = 46+224+71=341 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.49% from 341); Green value is 224 (87.89% from 255 or 65.69% from 341); Blue value is 71 (28.12% from 255 or 20.82% from 341); Max value from RGB is 224 - color contains mainly: green. Hex color #2EE047 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EE047 is #D11FB8. Grayscale: #999999. Windows color (decimal): -13705145 or 4710446. OLE color: 4710446.
HSL color Cylindrical-coordinate representation of color #2EE047: hue angle of 128.43º 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 #2EE047 is Cyan = 0.79, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 46 | 224 | 71 | - |
| CMYK | 0.79 | 0 | 0.68 | 0.12 |
| HSL | 128.43º | 0.74% | 0.53% | - |
| HSV(B) | 128.43º | 0.79% | 0.88% | - |
| XYZ | 28.92 | 54.35 | 14.93 | - |
| YUV | 153.34 | 81.53 | 51.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 224 | 71 | 0.79 | 0 | 0.68 | 0.12 | 128.43 | 0.74 | 0.53 |
| Hex | 2E | E0 | 47 | 4F | 0 | 44 | C | 80 | 4A | 35 |
| Octal | 56 | 340 | 107 | 117 | 0 | 104 | 14 | 200 | 112 | 65 |
| Binary | 101110 | 11100000 | 1000111 | 1001111 | 0 | 1000100 | 1100 | 10000000 | 1001010 | 110101 |
Color Harmonies of #2EE047
Complementary color
Monochromatic Colors of #2EE047
Black with #2EE047
Text Example
Text Example
White with #2EE047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE047; }
p { color: rgb(46,224,71); }
H1.HeaderClassName
{
color: #2EE047;
}
.AnyTagClassName
{
color: #2EE047;
}
</style>
background-color css
<style>
a { background-color: #2EE047; }
a { background-color: rgb(46,224,71); }
div.DivClassName
{
background-color: #2EE047;
}
.BgClassName
{
background-color: #2EE047;
}
</style>
border-color css
<style>
span { border-color: #2EE047; }
span { border-color: rgb(46,224,71); }
td.TdClassName
{
border-color: #2EE047;
}
.TagClassName
{
border-color: #2EE047;
}
</style>