Shades of Lime Green #2EE12B
Tints of Lime Green #2EE12B
RGB
CMYK
RGB Variations
Color information
#2EE12B (or 0x2EE12B) is known color: Lime Green. HEX triplet: 2E, E1 and 2B. RGB value is (46,225,43). Sum of RGB (Red+Green+Blue) = 46+225+43=314 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.65% from 314); Green value is 225 (88.28% from 255 or 71.66% from 314); Blue value is 43 (17.19% from 255 or 13.69% from 314); Max value from RGB is 225 - color contains mainly: green. Hex color #2EE12B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EE12B is #D11ED4. Grayscale: #979797. Windows color (decimal): -13704917 or 2875694. OLE color: 2875694.
HSL color Cylindrical-coordinate representation of color #2EE12B: hue angle of 119.01º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EE12B is Cyan = 0.80, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 46 | 225 | 43 | - |
| CMYK | 0.80 | 0 | 0.81 | 0.12 |
| HSL | 119.01º | 0.75% | 0.53% | - |
| HSV(B) | 119.01º | 0.81% | 0.88% | - |
| XYZ | 28.49 | 54.61 | 11.32 | - |
| YUV | 150.73 | 67.2 | 53.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 225 | 43 | 0.80 | 0 | 0.81 | 0.12 | 119.01 | 0.75 | 0.53 |
| Hex | 2E | E1 | 2B | 50 | 0 | 51 | C | 77 | 4B | 35 |
| Octal | 56 | 341 | 53 | 120 | 0 | 121 | 14 | 167 | 113 | 65 |
| Binary | 101110 | 11100001 | 101011 | 1010000 | 0 | 1010001 | 1100 | 1110111 | 1001011 | 110101 |
Color Harmonies of #2EE12B
Complementary color
Monochromatic Colors of #2EE12B
Black with #2EE12B
Text Example
Text Example
White with #2EE12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE12B; }
p { color: rgb(46,225,43); }
H1.HeaderClassName
{
color: #2EE12B;
}
.AnyTagClassName
{
color: #2EE12B;
}
</style>
background-color css
<style>
a { background-color: #2EE12B; }
a { background-color: rgb(46,225,43); }
div.DivClassName
{
background-color: #2EE12B;
}
.BgClassName
{
background-color: #2EE12B;
}
</style>
border-color css
<style>
span { border-color: #2EE12B; }
span { border-color: rgb(46,225,43); }
td.TdClassName
{
border-color: #2EE12B;
}
.TagClassName
{
border-color: #2EE12B;
}
</style>