Shades of Lime Green #2EE516
Tints of Lime Green #2EE516
RGB
CMYK
RGB Variations
Color information
#2EE516 (or 0x2EE516) is known color: Lime Green. HEX triplet: 2E, E5 and 16. RGB value is (46,229,22). Sum of RGB (Red+Green+Blue) = 46+229+22=297 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.49% from 297); Green value is 229 (89.84% from 255 or 77.10% from 297); Blue value is 22 (8.98% from 255 or 7.41% from 297); Max value from RGB is 229 - color contains mainly: green. Hex color #2EE516 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EE516 is #D11AE9. Grayscale: #979797. Windows color (decimal): -13703914 or 1500462. OLE color: 1500462.
HSL color Cylindrical-coordinate representation of color #2EE516: hue angle of 113.04º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2EE516 is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 46 | 229 | 22 | - |
| CMYK | 0.80 | 0 | 0.90 | 0.10 |
| HSL | 113.04º | 0.82% | 0.49% | - |
| HSV(B) | 113.04º | 0.9% | 0.9% | - |
| XYZ | 29.29 | 56.68 | 10.16 | - |
| YUV | 150.69 | 55.37 | 53.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 229 | 22 | 0.80 | 0 | 0.90 | 0.10 | 113.04 | 0.82 | 0.49 |
| Hex | 2E | E5 | 16 | 50 | 0 | 5A | A | 71 | 52 | 31 |
| Octal | 56 | 345 | 26 | 120 | 0 | 132 | 12 | 161 | 122 | 61 |
| Binary | 101110 | 11100101 | 10110 | 1010000 | 0 | 1011010 | 1010 | 1110001 | 1010010 | 110001 |
Color Harmonies of #2EE516
Complementary color
Monochromatic Colors of #2EE516
Black with #2EE516
Text Example
Text Example
White with #2EE516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE516; }
p { color: rgb(46,229,22); }
H1.HeaderClassName
{
color: #2EE516;
}
.AnyTagClassName
{
color: #2EE516;
}
</style>
background-color css
<style>
a { background-color: #2EE516; }
a { background-color: rgb(46,229,22); }
div.DivClassName
{
background-color: #2EE516;
}
.BgClassName
{
background-color: #2EE516;
}
</style>
border-color css
<style>
span { border-color: #2EE516; }
span { border-color: rgb(46,229,22); }
td.TdClassName
{
border-color: #2EE516;
}
.TagClassName
{
border-color: #2EE516;
}
</style>