Shades of Lime Green #2EE242
Tints of Lime Green #2EE242
RGB
CMYK
RGB Variations
Color information
#2EE242 (or 0x2EE242) is known color: Lime Green. HEX triplet: 2E, E2 and 42. RGB value is (46,226,66). Sum of RGB (Red+Green+Blue) = 46+226+66=338 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.61% from 338); Green value is 226 (88.67% from 255 or 66.86% from 338); Blue value is 66 (26.17% from 255 or 19.53% from 338); Max value from RGB is 226 - color contains mainly: green. Hex color #2EE242 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EE242 is #D11DBD. Grayscale: #9A9A9A. Windows color (decimal): -13704638 or 4383278. OLE color: 4383278.
HSL color Cylindrical-coordinate representation of color #2EE242: hue angle of 126.67º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE242 is Cyan = 0.80, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 46 | 226 | 66 | - |
| CMYK | 0.80 | 0 | 0.71 | 0.11 |
| HSL | 126.67º | 0.76% | 0.53% | - |
| HSV(B) | 126.67º | 0.8% | 0.89% | - |
| XYZ | 29.31 | 55.37 | 14.3 | - |
| YUV | 153.94 | 78.37 | 51.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 226 | 66 | 0.80 | 0 | 0.71 | 0.11 | 126.67 | 0.76 | 0.53 |
| Hex | 2E | E2 | 42 | 50 | 0 | 47 | B | 7F | 4C | 35 |
| Octal | 56 | 342 | 102 | 120 | 0 | 107 | 13 | 177 | 114 | 65 |
| Binary | 101110 | 11100010 | 1000010 | 1010000 | 0 | 1000111 | 1011 | 1111111 | 1001100 | 110101 |
Color Harmonies of #2EE242
Complementary color
Monochromatic Colors of #2EE242
Black with #2EE242
Text Example
Text Example
White with #2EE242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE242; }
p { color: rgb(46,226,66); }
H1.HeaderClassName
{
color: #2EE242;
}
.AnyTagClassName
{
color: #2EE242;
}
</style>
background-color css
<style>
a { background-color: #2EE242; }
a { background-color: rgb(46,226,66); }
div.DivClassName
{
background-color: #2EE242;
}
.BgClassName
{
background-color: #2EE242;
}
</style>
border-color css
<style>
span { border-color: #2EE242; }
span { border-color: rgb(46,226,66); }
td.TdClassName
{
border-color: #2EE242;
}
.TagClassName
{
border-color: #2EE242;
}
</style>