Shades of Lime Green #2EE415
Tints of Lime Green #2EE415
RGB
CMYK
RGB Variations
Color information
#2EE415 (or 0x2EE415) is known color: Lime Green. HEX triplet: 2E, E4 and 15. RGB value is (46,228,21). Sum of RGB (Red+Green+Blue) = 46+228+21=295 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.59% from 295); Green value is 228 (89.45% from 255 or 77.29% from 295); Blue value is 21 (8.59% from 255 or 7.12% from 295); Max value from RGB is 228 - color contains mainly: green. Hex color #2EE415 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EE415 is #D11BEA. Grayscale: #969696. Windows color (decimal): -13704171 or 1434670. OLE color: 1434670.
HSL color Cylindrical-coordinate representation of color #2EE415: hue angle of 112.75º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2EE415 is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 46 | 228 | 21 | - |
| CMYK | 0.80 | 0 | 0.91 | 0.11 |
| HSL | 112.75º | 0.83% | 0.49% | - |
| HSV(B) | 112.75º | 0.91% | 0.89% | - |
| XYZ | 29.01 | 56.12 | 10.01 | - |
| YUV | 149.98 | 55.2 | 53.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 228 | 21 | 0.80 | 0 | 0.91 | 0.11 | 112.75 | 0.83 | 0.49 |
| Hex | 2E | E4 | 15 | 50 | 0 | 5B | B | 71 | 53 | 31 |
| Octal | 56 | 344 | 25 | 120 | 0 | 133 | 13 | 161 | 123 | 61 |
| Binary | 101110 | 11100100 | 10101 | 1010000 | 0 | 1011011 | 1011 | 1110001 | 1010011 | 110001 |
Color Harmonies of #2EE415
Complementary color
Monochromatic Colors of #2EE415
Black with #2EE415
Text Example
Text Example
White with #2EE415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE415; }
p { color: rgb(46,228,21); }
H1.HeaderClassName
{
color: #2EE415;
}
.AnyTagClassName
{
color: #2EE415;
}
</style>
background-color css
<style>
a { background-color: #2EE415; }
a { background-color: rgb(46,228,21); }
div.DivClassName
{
background-color: #2EE415;
}
.BgClassName
{
background-color: #2EE415;
}
</style>
border-color css
<style>
span { border-color: #2EE415; }
span { border-color: rgb(46,228,21); }
td.TdClassName
{
border-color: #2EE415;
}
.TagClassName
{
border-color: #2EE415;
}
</style>