Shades of Lime Green #2EE122
Tints of Lime Green #2EE122
RGB
CMYK
RGB Variations
Color information
#2EE122 (or 0x2EE122) is known color: Lime Green. HEX triplet: 2E, E1 and 22. RGB value is (46,225,34). Sum of RGB (Red+Green+Blue) = 46+225+34=305 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.08% from 305); Green value is 225 (88.28% from 255 or 73.77% from 305); Blue value is 34 (13.67% from 255 or 11.15% from 305); Max value from RGB is 225 - color contains mainly: green. Hex color #2EE122 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EE122 is #D11EDD. Grayscale: #969696. Windows color (decimal): -13704926 or 2285870. OLE color: 2285870.
HSL color Cylindrical-coordinate representation of color #2EE122: hue angle of 116.23º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2EE122 is Cyan = 0.80, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 46 | 225 | 34 | - |
| CMYK | 0.80 | 0 | 0.85 | 0.12 |
| HSL | 116.23º | 0.76% | 0.51% | - |
| HSV(B) | 116.23º | 0.85% | 0.88% | - |
| XYZ | 28.34 | 54.55 | 10.55 | - |
| YUV | 149.71 | 62.7 | 54.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 225 | 34 | 0.80 | 0 | 0.85 | 0.12 | 116.23 | 0.76 | 0.51 |
| Hex | 2E | E1 | 22 | 50 | 0 | 55 | C | 74 | 4C | 33 |
| Octal | 56 | 341 | 42 | 120 | 0 | 125 | 14 | 164 | 114 | 63 |
| Binary | 101110 | 11100001 | 100010 | 1010000 | 0 | 1010101 | 1100 | 1110100 | 1001100 | 110011 |
Color Harmonies of #2EE122
Complementary color
Monochromatic Colors of #2EE122
Black with #2EE122
Text Example
Text Example
White with #2EE122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE122; }
p { color: rgb(46,225,34); }
H1.HeaderClassName
{
color: #2EE122;
}
.AnyTagClassName
{
color: #2EE122;
}
</style>
background-color css
<style>
a { background-color: #2EE122; }
a { background-color: rgb(46,225,34); }
div.DivClassName
{
background-color: #2EE122;
}
.BgClassName
{
background-color: #2EE122;
}
</style>
border-color css
<style>
span { border-color: #2EE122; }
span { border-color: rgb(46,225,34); }
td.TdClassName
{
border-color: #2EE122;
}
.TagClassName
{
border-color: #2EE122;
}
</style>