Shades of Lime Green #2EE02C
Tints of Lime Green #2EE02C
RGB
CMYK
RGB Variations
Color information
#2EE02C (or 0x2EE02C) is known color: Lime Green. HEX triplet: 2E, E0 and 2C. RGB value is (46,224,44). Sum of RGB (Red+Green+Blue) = 46+224+44=314 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.65% from 314); Green value is 224 (87.89% from 255 or 71.34% from 314); Blue value is 44 (17.58% from 255 or 14.01% from 314); Max value from RGB is 224 - color contains mainly: green. Hex color #2EE02C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EE02C is #D11FD3. Grayscale: #969696. Windows color (decimal): -13705172 or 2940974. OLE color: 2940974.
HSL color Cylindrical-coordinate representation of color #2EE02C: hue angle of 119.33º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE02C is Cyan = 0.79, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 46 | 224 | 44 | - |
| CMYK | 0.79 | 0 | 0.80 | 0.12 |
| HSL | 119.33º | 0.74% | 0.53% | - |
| HSV(B) | 119.33º | 0.8% | 0.88% | - |
| XYZ | 28.24 | 54.07 | 11.33 | - |
| YUV | 150.26 | 68.03 | 53.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 224 | 44 | 0.79 | 0 | 0.80 | 0.12 | 119.33 | 0.74 | 0.53 |
| Hex | 2E | E0 | 2C | 4F | 0 | 50 | C | 77 | 4A | 35 |
| Octal | 56 | 340 | 54 | 117 | 0 | 120 | 14 | 167 | 112 | 65 |
| Binary | 101110 | 11100000 | 101100 | 1001111 | 0 | 1010000 | 1100 | 1110111 | 1001010 | 110101 |
Color Harmonies of #2EE02C
Complementary color
Monochromatic Colors of #2EE02C
Black with #2EE02C
Text Example
Text Example
White with #2EE02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE02C; }
p { color: rgb(46,224,44); }
H1.HeaderClassName
{
color: #2EE02C;
}
.AnyTagClassName
{
color: #2EE02C;
}
</style>
background-color css
<style>
a { background-color: #2EE02C; }
a { background-color: rgb(46,224,44); }
div.DivClassName
{
background-color: #2EE02C;
}
.BgClassName
{
background-color: #2EE02C;
}
</style>
border-color css
<style>
span { border-color: #2EE02C; }
span { border-color: rgb(46,224,44); }
td.TdClassName
{
border-color: #2EE02C;
}
.TagClassName
{
border-color: #2EE02C;
}
</style>