Shades of Lime Green #2EE228
Tints of Lime Green #2EE228
RGB
CMYK
RGB Variations
Color information
#2EE228 (or 0x2EE228) is known color: Lime Green. HEX triplet: 2E, E2 and 28. RGB value is (46,226,40). Sum of RGB (Red+Green+Blue) = 46+226+40=312 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.74% from 312); Green value is 226 (88.67% from 255 or 72.44% from 312); Blue value is 40 (16.02% from 255 or 12.82% from 312); Max value from RGB is 226 - color contains mainly: green. Hex color #2EE228 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EE228 is #D11DD7. Grayscale: #979797. Windows color (decimal): -13704664 or 2679342. OLE color: 2679342.
HSL color Cylindrical-coordinate representation of color #2EE228: hue angle of 118.06º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EE228 is Cyan = 0.80, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 46 | 226 | 40 | - |
| CMYK | 0.80 | 0 | 0.82 | 0.11 |
| HSL | 118.06º | 0.76% | 0.52% | - |
| HSV(B) | 118.06º | 0.82% | 0.89% | - |
| XYZ | 28.71 | 55.13 | 11.14 | - |
| YUV | 150.98 | 65.37 | 53.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 226 | 40 | 0.80 | 0 | 0.82 | 0.11 | 118.06 | 0.76 | 0.52 |
| Hex | 2E | E2 | 28 | 50 | 0 | 52 | B | 76 | 4C | 34 |
| Octal | 56 | 342 | 50 | 120 | 0 | 122 | 13 | 166 | 114 | 64 |
| Binary | 101110 | 11100010 | 101000 | 1010000 | 0 | 1010010 | 1011 | 1110110 | 1001100 | 110100 |
Color Harmonies of #2EE228
Complementary color
Monochromatic Colors of #2EE228
Black with #2EE228
Text Example
Text Example
White with #2EE228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE228; }
p { color: rgb(46,226,40); }
H1.HeaderClassName
{
color: #2EE228;
}
.AnyTagClassName
{
color: #2EE228;
}
</style>
background-color css
<style>
a { background-color: #2EE228; }
a { background-color: rgb(46,226,40); }
div.DivClassName
{
background-color: #2EE228;
}
.BgClassName
{
background-color: #2EE228;
}
</style>
border-color css
<style>
span { border-color: #2EE228; }
span { border-color: rgb(46,226,40); }
td.TdClassName
{
border-color: #2EE228;
}
.TagClassName
{
border-color: #2EE228;
}
</style>