Shades of Lime Green #2EE932
Tints of Lime Green #2EE932
RGB
CMYK
RGB Variations
Color information
#2EE932 (or 0x2EE932) is known color: Lime Green. HEX triplet: 2E, E9 and 32. RGB value is (46,233,50). Sum of RGB (Red+Green+Blue) = 46+233+50=329 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.98% from 329); Green value is 233 (91.41% from 255 or 70.82% from 329); Blue value is 50 (19.92% from 255 or 15.20% from 329); Max value from RGB is 233 - color contains mainly: green. Hex color #2EE932 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EE932 is #D116CD. Grayscale: #9C9C9C. Windows color (decimal): -13702862 or 3336494. OLE color: 3336494.
HSL color Cylindrical-coordinate representation of color #2EE932: hue angle of 121.28º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE932 is Cyan = 0.80, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 233 | 50 | - |
| CMYK | 0.80 | 0 | 0.79 | 0.09 |
| HSL | 121.28º | 0.81% | 0.55% | - |
| HSV(B) | 121.28º | 0.8% | 0.91% | - |
| XYZ | 30.84 | 59.09 | 12.8 | - |
| YUV | 156.23 | 68.05 | 49.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 233 | 50 | 0.80 | 0 | 0.79 | 0.09 | 121.28 | 0.81 | 0.55 |
| Hex | 2E | E9 | 32 | 50 | 0 | 4F | 9 | 79 | 51 | 37 |
| Octal | 56 | 351 | 62 | 120 | 0 | 117 | 11 | 171 | 121 | 67 |
| Binary | 101110 | 11101001 | 110010 | 1010000 | 0 | 1001111 | 1001 | 1111001 | 1010001 | 110111 |
Color Harmonies of #2EE932
Complementary color
Monochromatic Colors of #2EE932
Black with #2EE932
Text Example
Text Example
White with #2EE932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE932; }
p { color: rgb(46,233,50); }
H1.HeaderClassName
{
color: #2EE932;
}
.AnyTagClassName
{
color: #2EE932;
}
</style>
background-color css
<style>
a { background-color: #2EE932; }
a { background-color: rgb(46,233,50); }
div.DivClassName
{
background-color: #2EE932;
}
.BgClassName
{
background-color: #2EE932;
}
</style>
border-color css
<style>
span { border-color: #2EE932; }
span { border-color: rgb(46,233,50); }
td.TdClassName
{
border-color: #2EE932;
}
.TagClassName
{
border-color: #2EE932;
}
</style>