Shades of Lime Green #2EE129
Tints of Lime Green #2EE129
RGB
CMYK
RGB Variations
Color information
#2EE129 (or 0x2EE129) is known color: Lime Green. HEX triplet: 2E, E1 and 29. RGB value is (46,225,41). Sum of RGB (Red+Green+Blue) = 46+225+41=312 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.74% from 312); Green value is 225 (88.28% from 255 or 72.12% from 312); Blue value is 41 (16.41% from 255 or 13.14% from 312); Max value from RGB is 225 - color contains mainly: green. Hex color #2EE129 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EE129 is #D11ED6. Grayscale: #979797. Windows color (decimal): -13704919 or 2744622. OLE color: 2744622.
HSL color Cylindrical-coordinate representation of color #2EE129: hue angle of 118.37º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EE129 is Cyan = 0.80, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 46 | 225 | 41 | - |
| CMYK | 0.80 | 0 | 0.82 | 0.12 |
| HSL | 118.37º | 0.75% | 0.52% | - |
| HSV(B) | 118.37º | 0.82% | 0.88% | - |
| XYZ | 28.45 | 54.59 | 11.14 | - |
| YUV | 150.5 | 66.2 | 53.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 225 | 41 | 0.80 | 0 | 0.82 | 0.12 | 118.37 | 0.75 | 0.52 |
| Hex | 2E | E1 | 29 | 50 | 0 | 52 | C | 76 | 4B | 34 |
| Octal | 56 | 341 | 51 | 120 | 0 | 122 | 14 | 166 | 113 | 64 |
| Binary | 101110 | 11100001 | 101001 | 1010000 | 0 | 1010010 | 1100 | 1110110 | 1001011 | 110100 |
Color Harmonies of #2EE129
Complementary color
Monochromatic Colors of #2EE129
Black with #2EE129
Text Example
Text Example
White with #2EE129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE129; }
p { color: rgb(46,225,41); }
H1.HeaderClassName
{
color: #2EE129;
}
.AnyTagClassName
{
color: #2EE129;
}
</style>
background-color css
<style>
a { background-color: #2EE129; }
a { background-color: rgb(46,225,41); }
div.DivClassName
{
background-color: #2EE129;
}
.BgClassName
{
background-color: #2EE129;
}
</style>
border-color css
<style>
span { border-color: #2EE129; }
span { border-color: rgb(46,225,41); }
td.TdClassName
{
border-color: #2EE129;
}
.TagClassName
{
border-color: #2EE129;
}
</style>