Shades of Lime Green #2EED22
Tints of Lime Green #2EED22
RGB
CMYK
RGB Variations
Color information
#2EED22 (or 0x2EED22) is known color: Lime Green. HEX triplet: 2E, ED and 22. RGB value is (46,237,34). Sum of RGB (Red+Green+Blue) = 46+237+34=317 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.51% from 317); Green value is 237 (92.97% from 255 or 74.76% from 317); Blue value is 34 (13.67% from 255 or 10.73% from 317); Max value from RGB is 237 - color contains mainly: green. Hex color #2EED22 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EED22 is #D112DD. Grayscale: #9D9D9D. Windows color (decimal): -13701854 or 2288942. OLE color: 2288942.
HSL color Cylindrical-coordinate representation of color #2EED22: hue angle of 116.45º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2EED22 is Cyan = 0.81, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 237 | 34 | - |
| CMYK | 0.81 | 0 | 0.86 | 0.07 |
| HSL | 116.45º | 0.85% | 0.53% | - |
| HSV(B) | 116.45º | 0.86% | 0.93% | - |
| XYZ | 31.7 | 61.26 | 11.67 | - |
| YUV | 156.75 | 58.72 | 49.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 237 | 34 | 0.81 | 0 | 0.86 | 0.07 | 116.45 | 0.85 | 0.53 |
| Hex | 2E | ED | 22 | 51 | 0 | 56 | 7 | 74 | 55 | 35 |
| Octal | 56 | 355 | 42 | 121 | 0 | 126 | 7 | 164 | 125 | 65 |
| Binary | 101110 | 11101101 | 100010 | 1010001 | 0 | 1010110 | 111 | 1110100 | 1010101 | 110101 |
Color Harmonies of #2EED22
Complementary color
Monochromatic Colors of #2EED22
Black with #2EED22
Text Example
Text Example
White with #2EED22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EED22; }
p { color: rgb(46,237,34); }
H1.HeaderClassName
{
color: #2EED22;
}
.AnyTagClassName
{
color: #2EED22;
}
</style>
background-color css
<style>
a { background-color: #2EED22; }
a { background-color: rgb(46,237,34); }
div.DivClassName
{
background-color: #2EED22;
}
.BgClassName
{
background-color: #2EED22;
}
</style>
border-color css
<style>
span { border-color: #2EED22; }
span { border-color: rgb(46,237,34); }
td.TdClassName
{
border-color: #2EED22;
}
.TagClassName
{
border-color: #2EED22;
}
</style>