Shades of Lime Green #2EE215
Tints of Lime Green #2EE215
RGB
CMYK
RGB Variations
Color information
#2EE215 (or 0x2EE215) is known color: Lime Green. HEX triplet: 2E, E2 and 15. RGB value is (46,226,21). Sum of RGB (Red+Green+Blue) = 46+226+21=293 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.70% from 293); Green value is 226 (88.67% from 255 or 77.13% from 293); Blue value is 21 (8.59% from 255 or 7.17% from 293); Max value from RGB is 226 - color contains mainly: green. Hex color #2EE215 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EE215 is #D11DEA. Grayscale: #959595. Windows color (decimal): -13704683 or 1434158. OLE color: 1434158.
HSL color Cylindrical-coordinate representation of color #2EE215: hue angle of 112.68º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2EE215 is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 46 | 226 | 21 | - |
| CMYK | 0.80 | 0 | 0.91 | 0.11 |
| HSL | 112.68º | 0.83% | 0.48% | - |
| HSV(B) | 112.68º | 0.91% | 0.89% | - |
| XYZ | 28.46 | 55.03 | 9.83 | - |
| YUV | 148.81 | 55.87 | 54.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 226 | 21 | 0.80 | 0 | 0.91 | 0.11 | 112.68 | 0.83 | 0.48 |
| Hex | 2E | E2 | 15 | 50 | 0 | 5B | B | 71 | 53 | 30 |
| Octal | 56 | 342 | 25 | 120 | 0 | 133 | 13 | 161 | 123 | 60 |
| Binary | 101110 | 11100010 | 10101 | 1010000 | 0 | 1011011 | 1011 | 1110001 | 1010011 | 110000 |
Color Harmonies of #2EE215
Complementary color
Monochromatic Colors of #2EE215
Black with #2EE215
Text Example
Text Example
White with #2EE215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE215; }
p { color: rgb(46,226,21); }
H1.HeaderClassName
{
color: #2EE215;
}
.AnyTagClassName
{
color: #2EE215;
}
</style>
background-color css
<style>
a { background-color: #2EE215; }
a { background-color: rgb(46,226,21); }
div.DivClassName
{
background-color: #2EE215;
}
.BgClassName
{
background-color: #2EE215;
}
</style>
border-color css
<style>
span { border-color: #2EE215; }
span { border-color: rgb(46,226,21); }
td.TdClassName
{
border-color: #2EE215;
}
.TagClassName
{
border-color: #2EE215;
}
</style>