Shades of Lime Green #2EC022
Tints of Lime Green #2EC022
RGB
CMYK
RGB Variations
Color information
#2EC022 (or 0x2EC022) is known color: Lime Green. HEX triplet: 2E, C0 and 22. RGB value is (46,192,34). Sum of RGB (Red+Green+Blue) = 46+192+34=272 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.91% from 272); Green value is 192 (75.39% from 255 or 70.59% from 272); Blue value is 34 (13.67% from 255 or 12.5% from 272); Max value from RGB is 192 - color contains mainly: green. Hex color #2EC022 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC022 is #D13FDD. Grayscale: #828282. Windows color (decimal): -13713374 or 2277422. OLE color: 2277422.
HSL color Cylindrical-coordinate representation of color #2EC022: hue angle of 115.44º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EC022 is Cyan = 0.76, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 192 | 34 | - |
| CMYK | 0.76 | 0 | 0.82 | 0.25 |
| HSL | 115.44º | 0.7% | 0.44% | - |
| HSV(B) | 115.44º | 0.82% | 0.75% | - |
| XYZ | 20.27 | 38.4 | 7.86 | - |
| YUV | 130.33 | 73.63 | 67.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 192 | 34 | 0.76 | 0 | 0.82 | 0.25 | 115.44 | 0.7 | 0.44 |
| Hex | 2E | C0 | 22 | 4C | 0 | 52 | 19 | 73 | 46 | 2C |
| Octal | 56 | 300 | 42 | 114 | 0 | 122 | 31 | 163 | 106 | 54 |
| Binary | 101110 | 11000000 | 100010 | 1001100 | 0 | 1010010 | 11001 | 1110011 | 1000110 | 101100 |
Color Harmonies of #2EC022
Complementary color
Monochromatic Colors of #2EC022
Black with #2EC022
Text Example
Text Example
White with #2EC022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC022; }
p { color: rgb(46,192,34); }
H1.HeaderClassName
{
color: #2EC022;
}
.AnyTagClassName
{
color: #2EC022;
}
</style>
background-color css
<style>
a { background-color: #2EC022; }
a { background-color: rgb(46,192,34); }
div.DivClassName
{
background-color: #2EC022;
}
.BgClassName
{
background-color: #2EC022;
}
</style>
border-color css
<style>
span { border-color: #2EC022; }
span { border-color: rgb(46,192,34); }
td.TdClassName
{
border-color: #2EC022;
}
.TagClassName
{
border-color: #2EC022;
}
</style>