Shades of Lime Green #2EE226
Tints of Lime Green #2EE226
RGB
CMYK
RGB Variations
Color information
#2EE226 (or 0x2EE226) is known color: Lime Green. HEX triplet: 2E, E2 and 26. RGB value is (46,226,38). Sum of RGB (Red+Green+Blue) = 46+226+38=310 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.84% from 310); Green value is 226 (88.67% from 255 or 72.90% from 310); Blue value is 38 (15.23% from 255 or 12.26% from 310); Max value from RGB is 226 - color contains mainly: green. Hex color #2EE226 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EE226 is #D11DD9. Grayscale: #979797. Windows color (decimal): -13704666 or 2548270. OLE color: 2548270.
HSL color Cylindrical-coordinate representation of color #2EE226: hue angle of 117.45º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2EE226 is Cyan = 0.80, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 46 | 226 | 38 | - |
| CMYK | 0.80 | 0 | 0.83 | 0.11 |
| HSL | 117.45º | 0.76% | 0.52% | - |
| HSV(B) | 117.45º | 0.83% | 0.89% | - |
| XYZ | 28.67 | 55.11 | 10.96 | - |
| YUV | 150.75 | 64.37 | 53.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 226 | 38 | 0.80 | 0 | 0.83 | 0.11 | 117.45 | 0.76 | 0.52 |
| Hex | 2E | E2 | 26 | 50 | 0 | 53 | B | 75 | 4C | 34 |
| Octal | 56 | 342 | 46 | 120 | 0 | 123 | 13 | 165 | 114 | 64 |
| Binary | 101110 | 11100010 | 100110 | 1010000 | 0 | 1010011 | 1011 | 1110101 | 1001100 | 110100 |
Color Harmonies of #2EE226
Complementary color
Monochromatic Colors of #2EE226
Black with #2EE226
Text Example
Text Example
White with #2EE226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE226; }
p { color: rgb(46,226,38); }
H1.HeaderClassName
{
color: #2EE226;
}
.AnyTagClassName
{
color: #2EE226;
}
</style>
background-color css
<style>
a { background-color: #2EE226; }
a { background-color: rgb(46,226,38); }
div.DivClassName
{
background-color: #2EE226;
}
.BgClassName
{
background-color: #2EE226;
}
</style>
border-color css
<style>
span { border-color: #2EE226; }
span { border-color: rgb(46,226,38); }
td.TdClassName
{
border-color: #2EE226;
}
.TagClassName
{
border-color: #2EE226;
}
</style>