Shades of Lime Green #2EC920
Tints of Lime Green #2EC920
RGB
CMYK
RGB Variations
Color information
#2EC920 (or 0x2EC920) is known color: Lime Green. HEX triplet: 2E, C9 and 20. RGB value is (46,201,32). Sum of RGB (Red+Green+Blue) = 46+201+32=279 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.49% from 279); Green value is 201 (78.91% from 255 or 72.04% from 279); Blue value is 32 (12.89% from 255 or 11.47% from 279); Max value from RGB is 201 - color contains mainly: green. Hex color #2EC920 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC920 is #D136DF. Grayscale: #878787. Windows color (decimal): -13711072 or 2148654. OLE color: 2148654.
HSL color Cylindrical-coordinate representation of color #2EC920: hue angle of 115.03º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2EC920 is Cyan = 0.77, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 46 | 201 | 32 | - |
| CMYK | 0.77 | 0 | 0.84 | 0.21 |
| HSL | 115.03º | 0.73% | 0.46% | - |
| HSV(B) | 115.03º | 0.84% | 0.79% | - |
| XYZ | 22.27 | 42.46 | 8.39 | - |
| YUV | 135.39 | 69.65 | 64.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 201 | 32 | 0.77 | 0 | 0.84 | 0.21 | 115.03 | 0.73 | 0.46 |
| Hex | 2E | C9 | 20 | 4D | 0 | 54 | 15 | 73 | 49 | 2E |
| Octal | 56 | 311 | 40 | 115 | 0 | 124 | 25 | 163 | 111 | 56 |
| Binary | 101110 | 11001001 | 100000 | 1001101 | 0 | 1010100 | 10101 | 1110011 | 1001001 | 101110 |
Color Harmonies of #2EC920
Complementary color
Monochromatic Colors of #2EC920
Black with #2EC920
Text Example
Text Example
White with #2EC920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC920; }
p { color: rgb(46,201,32); }
H1.HeaderClassName
{
color: #2EC920;
}
.AnyTagClassName
{
color: #2EC920;
}
</style>
background-color css
<style>
a { background-color: #2EC920; }
a { background-color: rgb(46,201,32); }
div.DivClassName
{
background-color: #2EC920;
}
.BgClassName
{
background-color: #2EC920;
}
</style>
border-color css
<style>
span { border-color: #2EC920; }
span { border-color: rgb(46,201,32); }
td.TdClassName
{
border-color: #2EC920;
}
.TagClassName
{
border-color: #2EC920;
}
</style>