Shades of Lime Green #2EE720
Tints of Lime Green #2EE720
RGB
CMYK
RGB Variations
Color information
#2EE720 (or 0x2EE720) is known color: Lime Green. HEX triplet: 2E, E7 and 20. RGB value is (46,231,32). Sum of RGB (Red+Green+Blue) = 46+231+32=309 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.89% from 309); Green value is 231 (90.62% from 255 or 74.76% from 309); Blue value is 32 (12.89% from 255 or 10.36% from 309); Max value from RGB is 231 - color contains mainly: green. Hex color #2EE720 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EE720 is #D118DF. Grayscale: #999999. Windows color (decimal): -13703392 or 2156334. OLE color: 2156334.
HSL color Cylindrical-coordinate representation of color #2EE720: hue angle of 115.78º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2EE720 is Cyan = 0.80, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 231 | 32 | - |
| CMYK | 0.80 | 0 | 0.86 | 0.09 |
| HSL | 115.78º | 0.81% | 0.52% | - |
| HSV(B) | 115.78º | 0.86% | 0.91% | - |
| XYZ | 29.96 | 57.84 | 10.95 | - |
| YUV | 153 | 59.71 | 51.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 231 | 32 | 0.80 | 0 | 0.86 | 0.09 | 115.78 | 0.81 | 0.52 |
| Hex | 2E | E7 | 20 | 50 | 0 | 56 | 9 | 74 | 51 | 34 |
| Octal | 56 | 347 | 40 | 120 | 0 | 126 | 11 | 164 | 121 | 64 |
| Binary | 101110 | 11100111 | 100000 | 1010000 | 0 | 1010110 | 1001 | 1110100 | 1010001 | 110100 |
Color Harmonies of #2EE720
Complementary color
Monochromatic Colors of #2EE720
Black with #2EE720
Text Example
Text Example
White with #2EE720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE720; }
p { color: rgb(46,231,32); }
H1.HeaderClassName
{
color: #2EE720;
}
.AnyTagClassName
{
color: #2EE720;
}
</style>
background-color css
<style>
a { background-color: #2EE720; }
a { background-color: rgb(46,231,32); }
div.DivClassName
{
background-color: #2EE720;
}
.BgClassName
{
background-color: #2EE720;
}
</style>
border-color css
<style>
span { border-color: #2EE720; }
span { border-color: rgb(46,231,32); }
td.TdClassName
{
border-color: #2EE720;
}
.TagClassName
{
border-color: #2EE720;
}
</style>