Shades of Lime Green #2EE417
Tints of Lime Green #2EE417
RGB
CMYK
RGB Variations
Color information
#2EE417 (or 0x2EE417) is known color: Lime Green. HEX triplet: 2E, E4 and 17. RGB value is (46,228,23). Sum of RGB (Red+Green+Blue) = 46+228+23=297 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.49% from 297); Green value is 228 (89.45% from 255 or 76.77% from 297); Blue value is 23 (9.38% from 255 or 7.74% from 297); Max value from RGB is 228 - color contains mainly: green. Hex color #2EE417 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EE417 is #D11BE8. Grayscale: #969696. Windows color (decimal): -13704169 or 1565742. OLE color: 1565742.
HSL color Cylindrical-coordinate representation of color #2EE417: hue angle of 113.27º 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 #2EE417 is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 46 | 228 | 23 | - |
| CMYK | 0.80 | 0 | 0.90 | 0.11 |
| HSL | 113.27º | 0.82% | 0.49% | - |
| HSV(B) | 113.27º | 0.9% | 0.89% | - |
| XYZ | 29.02 | 56.13 | 10.11 | - |
| YUV | 150.21 | 56.2 | 53.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 228 | 23 | 0.80 | 0 | 0.90 | 0.11 | 113.27 | 0.82 | 0.49 |
| Hex | 2E | E4 | 17 | 50 | 0 | 5A | B | 71 | 52 | 31 |
| Octal | 56 | 344 | 27 | 120 | 0 | 132 | 13 | 161 | 122 | 61 |
| Binary | 101110 | 11100100 | 10111 | 1010000 | 0 | 1011010 | 1011 | 1110001 | 1010010 | 110001 |
Color Harmonies of #2EE417
Complementary color
Monochromatic Colors of #2EE417
Black with #2EE417
Text Example
Text Example
White with #2EE417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE417; }
p { color: rgb(46,228,23); }
H1.HeaderClassName
{
color: #2EE417;
}
.AnyTagClassName
{
color: #2EE417;
}
</style>
background-color css
<style>
a { background-color: #2EE417; }
a { background-color: rgb(46,228,23); }
div.DivClassName
{
background-color: #2EE417;
}
.BgClassName
{
background-color: #2EE417;
}
</style>
border-color css
<style>
span { border-color: #2EE417; }
span { border-color: rgb(46,228,23); }
td.TdClassName
{
border-color: #2EE417;
}
.TagClassName
{
border-color: #2EE417;
}
</style>