Shades of Lime Green #2EE416
Tints of Lime Green #2EE416
RGB
CMYK
RGB Variations
Color information
#2EE416 (or 0x2EE416) is known color: Lime Green. HEX triplet: 2E, E4 and 16. RGB value is (46,228,22). Sum of RGB (Red+Green+Blue) = 46+228+22=296 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.54% from 296); Green value is 228 (89.45% from 255 or 77.03% from 296); Blue value is 22 (8.98% from 255 or 7.43% from 296); Max value from RGB is 228 - color contains mainly: green. Hex color #2EE416 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EE416 is #D11BE9. Grayscale: #969696. Windows color (decimal): -13704170 or 1500206. OLE color: 1500206.
HSL color Cylindrical-coordinate representation of color #2EE416: hue angle of 113.01º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2EE416 is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 46 | 228 | 22 | - |
| CMYK | 0.80 | 0 | 0.90 | 0.11 |
| HSL | 113.01º | 0.82% | 0.49% | - |
| HSV(B) | 113.01º | 0.9% | 0.89% | - |
| XYZ | 29.01 | 56.13 | 10.06 | - |
| YUV | 150.1 | 55.7 | 53.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 228 | 22 | 0.80 | 0 | 0.90 | 0.11 | 113.01 | 0.82 | 0.49 |
| Hex | 2E | E4 | 16 | 50 | 0 | 5A | B | 71 | 52 | 31 |
| Octal | 56 | 344 | 26 | 120 | 0 | 132 | 13 | 161 | 122 | 61 |
| Binary | 101110 | 11100100 | 10110 | 1010000 | 0 | 1011010 | 1011 | 1110001 | 1010010 | 110001 |
Color Harmonies of #2EE416
Complementary color
Monochromatic Colors of #2EE416
Black with #2EE416
Text Example
Text Example
White with #2EE416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE416; }
p { color: rgb(46,228,22); }
H1.HeaderClassName
{
color: #2EE416;
}
.AnyTagClassName
{
color: #2EE416;
}
</style>
background-color css
<style>
a { background-color: #2EE416; }
a { background-color: rgb(46,228,22); }
div.DivClassName
{
background-color: #2EE416;
}
.BgClassName
{
background-color: #2EE416;
}
</style>
border-color css
<style>
span { border-color: #2EE416; }
span { border-color: rgb(46,228,22); }
td.TdClassName
{
border-color: #2EE416;
}
.TagClassName
{
border-color: #2EE416;
}
</style>