Shades of Lime Green #2EE426
Tints of Lime Green #2EE426
RGB
CMYK
RGB Variations
Color information
#2EE426 (or 0x2EE426) is known color: Lime Green. HEX triplet: 2E, E4 and 26. RGB value is (46,228,38). Sum of RGB (Red+Green+Blue) = 46+228+38=312 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.74% from 312); Green value is 228 (89.45% from 255 or 73.08% from 312); Blue value is 38 (15.23% from 255 or 12.18% from 312); Max value from RGB is 228 - color contains mainly: green. Hex color #2EE426 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EE426 is #D11BD9. Grayscale: #989898. Windows color (decimal): -13704154 or 2548782. OLE color: 2548782.
HSL color Cylindrical-coordinate representation of color #2EE426: hue angle of 117.47º degrees, saturation: 0.78, 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 #2EE426 is Cyan = 0.80, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 46 | 228 | 38 | - |
| CMYK | 0.80 | 0 | 0.83 | 0.11 |
| HSL | 117.47º | 0.78% | 0.52% | - |
| HSV(B) | 117.47º | 0.83% | 0.89% | - |
| XYZ | 29.22 | 56.21 | 11.14 | - |
| YUV | 151.92 | 63.7 | 52.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 228 | 38 | 0.80 | 0 | 0.83 | 0.11 | 117.47 | 0.78 | 0.52 |
| Hex | 2E | E4 | 26 | 50 | 0 | 53 | B | 75 | 4E | 34 |
| Octal | 56 | 344 | 46 | 120 | 0 | 123 | 13 | 165 | 116 | 64 |
| Binary | 101110 | 11100100 | 100110 | 1010000 | 0 | 1010011 | 1011 | 1110101 | 1001110 | 110100 |
Color Harmonies of #2EE426
Complementary color
Monochromatic Colors of #2EE426
Black with #2EE426
Text Example
Text Example
White with #2EE426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE426; }
p { color: rgb(46,228,38); }
H1.HeaderClassName
{
color: #2EE426;
}
.AnyTagClassName
{
color: #2EE426;
}
</style>
background-color css
<style>
a { background-color: #2EE426; }
a { background-color: rgb(46,228,38); }
div.DivClassName
{
background-color: #2EE426;
}
.BgClassName
{
background-color: #2EE426;
}
</style>
border-color css
<style>
span { border-color: #2EE426; }
span { border-color: rgb(46,228,38); }
td.TdClassName
{
border-color: #2EE426;
}
.TagClassName
{
border-color: #2EE426;
}
</style>