Shades of Lime Green #2EE02E
Tints of Lime Green #2EE02E
RGB
CMYK
RGB Variations
Color information
#2EE02E (or 0x2EE02E) is known color: Lime Green. HEX triplet: 2E, E0 and 2E. RGB value is (46,224,46). Sum of RGB (Red+Green+Blue) = 46+224+46=316 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.56% from 316); Green value is 224 (87.89% from 255 or 70.89% from 316); Blue value is 46 (18.36% from 255 or 14.56% from 316); Max value from RGB is 224 - color contains mainly: green. Hex color #2EE02E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EE02E is #D11FD1. Grayscale: #979797. Windows color (decimal): -13705170 or 3072046. OLE color: 3072046.
HSL color Cylindrical-coordinate representation of color #2EE02E: hue angle of 120º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EE02E is Cyan = 0.79, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 46 | 224 | 46 | - |
| CMYK | 0.79 | 0 | 0.79 | 0.12 |
| HSL | 120º | 0.74% | 0.53% | - |
| HSV(B) | 120º | 0.79% | 0.88% | - |
| XYZ | 28.28 | 54.09 | 11.53 | - |
| YUV | 150.49 | 69.03 | 53.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 224 | 46 | 0.79 | 0 | 0.79 | 0.12 | 120 | 0.74 | 0.53 |
| Hex | 2E | E0 | 2E | 4F | 0 | 4F | C | 78 | 4A | 35 |
| Octal | 56 | 340 | 56 | 117 | 0 | 117 | 14 | 170 | 112 | 65 |
| Binary | 101110 | 11100000 | 101110 | 1001111 | 0 | 1001111 | 1100 | 1111000 | 1001010 | 110101 |
Color Harmonies of #2EE02E
Complementary color
Monochromatic Colors of #2EE02E
Black with #2EE02E
Text Example
Text Example
White with #2EE02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE02E; }
p { color: rgb(46,224,46); }
H1.HeaderClassName
{
color: #2EE02E;
}
.AnyTagClassName
{
color: #2EE02E;
}
</style>
background-color css
<style>
a { background-color: #2EE02E; }
a { background-color: rgb(46,224,46); }
div.DivClassName
{
background-color: #2EE02E;
}
.BgClassName
{
background-color: #2EE02E;
}
</style>
border-color css
<style>
span { border-color: #2EE02E; }
span { border-color: rgb(46,224,46); }
td.TdClassName
{
border-color: #2EE02E;
}
.TagClassName
{
border-color: #2EE02E;
}
</style>