Shades of Lime Green #2EE91E
Tints of Lime Green #2EE91E
RGB
CMYK
RGB Variations
Color information
#2EE91E (or 0x2EE91E) is known color: Lime Green. HEX triplet: 2E, E9 and 1E. RGB value is (46,233,30). Sum of RGB (Red+Green+Blue) = 46+233+30=309 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.89% from 309); Green value is 233 (91.41% from 255 or 75.40% from 309); Blue value is 30 (12.11% from 255 or 9.71% from 309); Max value from RGB is 233 - color contains mainly: green. Hex color #2EE91E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EE91E is #D116E1. Grayscale: #9A9A9A. Windows color (decimal): -13702882 or 2025774. OLE color: 2025774.
HSL color Cylindrical-coordinate representation of color #2EE91E: hue angle of 115.27º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2EE91E is Cyan = 0.80, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 233 | 30 | - |
| CMYK | 0.80 | 0 | 0.87 | 0.09 |
| HSL | 115.27º | 0.82% | 0.52% | - |
| HSV(B) | 115.27º | 0.87% | 0.91% | - |
| XYZ | 30.5 | 58.95 | 11 | - |
| YUV | 153.95 | 58.05 | 51.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 233 | 30 | 0.80 | 0 | 0.87 | 0.09 | 115.27 | 0.82 | 0.52 |
| Hex | 2E | E9 | 1E | 50 | 0 | 57 | 9 | 73 | 52 | 34 |
| Octal | 56 | 351 | 36 | 120 | 0 | 127 | 11 | 163 | 122 | 64 |
| Binary | 101110 | 11101001 | 11110 | 1010000 | 0 | 1010111 | 1001 | 1110011 | 1010010 | 110100 |
Color Harmonies of #2EE91E
Complementary color
Monochromatic Colors of #2EE91E
Black with #2EE91E
Text Example
Text Example
White with #2EE91E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE91E; }
p { color: rgb(46,233,30); }
H1.HeaderClassName
{
color: #2EE91E;
}
.AnyTagClassName
{
color: #2EE91E;
}
</style>
background-color css
<style>
a { background-color: #2EE91E; }
a { background-color: rgb(46,233,30); }
div.DivClassName
{
background-color: #2EE91E;
}
.BgClassName
{
background-color: #2EE91E;
}
</style>
border-color css
<style>
span { border-color: #2EE91E; }
span { border-color: rgb(46,233,30); }
td.TdClassName
{
border-color: #2EE91E;
}
.TagClassName
{
border-color: #2EE91E;
}
</style>