Shades of Lime Green #2EE81F
Tints of Lime Green #2EE81F
RGB
CMYK
RGB Variations
Color information
#2EE81F (or 0x2EE81F) is known color: Lime Green. HEX triplet: 2E, E8 and 1F. RGB value is (46,232,31). Sum of RGB (Red+Green+Blue) = 46+232+31=309 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.89% from 309); Green value is 232 (91.02% from 255 or 75.08% from 309); Blue value is 31 (12.5% from 255 or 10.03% from 309); Max value from RGB is 232 - color contains mainly: green. Hex color #2EE81F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EE81F is #D117E0. Grayscale: #9A9A9A. Windows color (decimal): -13703137 or 2091054. OLE color: 2091054.
HSL color Cylindrical-coordinate representation of color #2EE81F: hue angle of 115.52º degrees, saturation: 0.81, 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 #2EE81F is Cyan = 0.80, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 232 | 31 | - |
| CMYK | 0.80 | 0 | 0.87 | 0.09 |
| HSL | 115.52º | 0.81% | 0.52% | - |
| HSV(B) | 115.52º | 0.87% | 0.91% | - |
| XYZ | 30.23 | 58.39 | 10.97 | - |
| YUV | 153.47 | 58.88 | 51.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 232 | 31 | 0.80 | 0 | 0.87 | 0.09 | 115.52 | 0.81 | 0.52 |
| Hex | 2E | E8 | 1F | 50 | 0 | 57 | 9 | 74 | 51 | 34 |
| Octal | 56 | 350 | 37 | 120 | 0 | 127 | 11 | 164 | 121 | 64 |
| Binary | 101110 | 11101000 | 11111 | 1010000 | 0 | 1010111 | 1001 | 1110100 | 1010001 | 110100 |
Color Harmonies of #2EE81F
Complementary color
Monochromatic Colors of #2EE81F
Black with #2EE81F
Text Example
Text Example
White with #2EE81F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE81F; }
p { color: rgb(46,232,31); }
H1.HeaderClassName
{
color: #2EE81F;
}
.AnyTagClassName
{
color: #2EE81F;
}
</style>
background-color css
<style>
a { background-color: #2EE81F; }
a { background-color: rgb(46,232,31); }
div.DivClassName
{
background-color: #2EE81F;
}
.BgClassName
{
background-color: #2EE81F;
}
</style>
border-color css
<style>
span { border-color: #2EE81F; }
span { border-color: rgb(46,232,31); }
td.TdClassName
{
border-color: #2EE81F;
}
.TagClassName
{
border-color: #2EE81F;
}
</style>