Shades of Lime Green #2EE722
Tints of Lime Green #2EE722
RGB
CMYK
RGB Variations
Color information
#2EE722 (or 0x2EE722) is known color: Lime Green. HEX triplet: 2E, E7 and 22. RGB value is (46,231,34). Sum of RGB (Red+Green+Blue) = 46+231+34=311 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.79% from 311); Green value is 231 (90.62% from 255 or 74.28% from 311); Blue value is 34 (13.67% from 255 or 10.93% from 311); Max value from RGB is 231 - color contains mainly: green. Hex color #2EE722 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EE722 is #D118DD. Grayscale: #999999. Windows color (decimal): -13703390 or 2287406. OLE color: 2287406.
HSL color Cylindrical-coordinate representation of color #2EE722: hue angle of 116.35º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2EE722 is Cyan = 0.80, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 231 | 34 | - |
| CMYK | 0.80 | 0 | 0.85 | 0.09 |
| HSL | 116.35º | 0.8% | 0.52% | - |
| HSV(B) | 116.35º | 0.85% | 0.91% | - |
| XYZ | 29.99 | 57.85 | 11.1 | - |
| YUV | 153.23 | 60.71 | 51.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 231 | 34 | 0.80 | 0 | 0.85 | 0.09 | 116.35 | 0.8 | 0.52 |
| Hex | 2E | E7 | 22 | 50 | 0 | 55 | 9 | 74 | 50 | 34 |
| Octal | 56 | 347 | 42 | 120 | 0 | 125 | 11 | 164 | 120 | 64 |
| Binary | 101110 | 11100111 | 100010 | 1010000 | 0 | 1010101 | 1001 | 1110100 | 1010000 | 110100 |
Color Harmonies of #2EE722
Complementary color
Monochromatic Colors of #2EE722
Black with #2EE722
Text Example
Text Example
White with #2EE722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE722; }
p { color: rgb(46,231,34); }
H1.HeaderClassName
{
color: #2EE722;
}
.AnyTagClassName
{
color: #2EE722;
}
</style>
background-color css
<style>
a { background-color: #2EE722; }
a { background-color: rgb(46,231,34); }
div.DivClassName
{
background-color: #2EE722;
}
.BgClassName
{
background-color: #2EE722;
}
</style>
border-color css
<style>
span { border-color: #2EE722; }
span { border-color: rgb(46,231,34); }
td.TdClassName
{
border-color: #2EE722;
}
.TagClassName
{
border-color: #2EE722;
}
</style>