Shades of Lime Green #2EC620
Tints of Lime Green #2EC620
RGB
CMYK
RGB Variations
Color information
#2EC620 (or 0x2EC620) is known color: Lime Green. HEX triplet: 2E, C6 and 20. RGB value is (46,198,32). Sum of RGB (Red+Green+Blue) = 46+198+32=276 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.67% from 276); Green value is 198 (77.73% from 255 or 71.74% from 276); Blue value is 32 (12.89% from 255 or 11.59% from 276); Max value from RGB is 198 - color contains mainly: green. Hex color #2EC620 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC620 is #D139DF. Grayscale: #868686. Windows color (decimal): -13711840 or 2147886. OLE color: 2147886.
HSL color Cylindrical-coordinate representation of color #2EC620: hue angle of 114.94º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2EC620 is Cyan = 0.77, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 46 | 198 | 32 | - |
| CMYK | 0.77 | 0 | 0.84 | 0.22 |
| HSL | 114.94º | 0.72% | 0.45% | - |
| HSV(B) | 114.94º | 0.84% | 0.78% | - |
| XYZ | 21.58 | 41.07 | 8.16 | - |
| YUV | 133.63 | 70.64 | 65.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 198 | 32 | 0.77 | 0 | 0.84 | 0.22 | 114.94 | 0.72 | 0.45 |
| Hex | 2E | C6 | 20 | 4D | 0 | 54 | 16 | 73 | 48 | 2D |
| Octal | 56 | 306 | 40 | 115 | 0 | 124 | 26 | 163 | 110 | 55 |
| Binary | 101110 | 11000110 | 100000 | 1001101 | 0 | 1010100 | 10110 | 1110011 | 1001000 | 101101 |
Color Harmonies of #2EC620
Complementary color
Monochromatic Colors of #2EC620
Black with #2EC620
Text Example
Text Example
White with #2EC620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC620; }
p { color: rgb(46,198,32); }
H1.HeaderClassName
{
color: #2EC620;
}
.AnyTagClassName
{
color: #2EC620;
}
</style>
background-color css
<style>
a { background-color: #2EC620; }
a { background-color: rgb(46,198,32); }
div.DivClassName
{
background-color: #2EC620;
}
.BgClassName
{
background-color: #2EC620;
}
</style>
border-color css
<style>
span { border-color: #2EC620; }
span { border-color: rgb(46,198,32); }
td.TdClassName
{
border-color: #2EC620;
}
.TagClassName
{
border-color: #2EC620;
}
</style>