Shades of Lime Green #2EE12C
Tints of Lime Green #2EE12C
RGB
CMYK
RGB Variations
Color information
#2EE12C (or 0x2EE12C) is known color: Lime Green. HEX triplet: 2E, E1 and 2C. RGB value is (46,225,44). Sum of RGB (Red+Green+Blue) = 46+225+44=315 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.60% from 315); Green value is 225 (88.28% from 255 or 71.43% from 315); Blue value is 44 (17.58% from 255 or 13.97% from 315); Max value from RGB is 225 - color contains mainly: green. Hex color #2EE12C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EE12C is #D11ED3. Grayscale: #979797. Windows color (decimal): -13704916 or 2941230. OLE color: 2941230.
HSL color Cylindrical-coordinate representation of color #2EE12C: hue angle of 119.34º degrees, saturation: 0.75, 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 #2EE12C is Cyan = 0.80, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 46 | 225 | 44 | - |
| CMYK | 0.80 | 0 | 0.80 | 0.12 |
| HSL | 119.34º | 0.75% | 0.53% | - |
| HSV(B) | 119.34º | 0.8% | 0.88% | - |
| XYZ | 28.51 | 54.61 | 11.42 | - |
| YUV | 150.85 | 67.7 | 53.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 225 | 44 | 0.80 | 0 | 0.80 | 0.12 | 119.34 | 0.75 | 0.53 |
| Hex | 2E | E1 | 2C | 50 | 0 | 50 | C | 77 | 4B | 35 |
| Octal | 56 | 341 | 54 | 120 | 0 | 120 | 14 | 167 | 113 | 65 |
| Binary | 101110 | 11100001 | 101100 | 1010000 | 0 | 1010000 | 1100 | 1110111 | 1001011 | 110101 |
Color Harmonies of #2EE12C
Complementary color
Monochromatic Colors of #2EE12C
Black with #2EE12C
Text Example
Text Example
White with #2EE12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE12C; }
p { color: rgb(46,225,44); }
H1.HeaderClassName
{
color: #2EE12C;
}
.AnyTagClassName
{
color: #2EE12C;
}
</style>
background-color css
<style>
a { background-color: #2EE12C; }
a { background-color: rgb(46,225,44); }
div.DivClassName
{
background-color: #2EE12C;
}
.BgClassName
{
background-color: #2EE12C;
}
</style>
border-color css
<style>
span { border-color: #2EE12C; }
span { border-color: rgb(46,225,44); }
td.TdClassName
{
border-color: #2EE12C;
}
.TagClassName
{
border-color: #2EE12C;
}
</style>