Shades of Lime Green #2EC82B
Tints of Lime Green #2EC82B
RGB
CMYK
RGB Variations
Color information
#2EC82B (or 0x2EC82B) is known color: Lime Green. HEX triplet: 2E, C8 and 2B. RGB value is (46,200,43). Sum of RGB (Red+Green+Blue) = 46+200+43=289 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.92% from 289); Green value is 200 (78.52% from 255 or 69.20% from 289); Blue value is 43 (17.19% from 255 or 14.88% from 289); Max value from RGB is 200 - color contains mainly: green. Hex color #2EC82B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC82B is #D137D4. Grayscale: #888888. Windows color (decimal): -13711317 or 2869294. OLE color: 2869294.
HSL color Cylindrical-coordinate representation of color #2EC82B: hue angle of 118.85º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2EC82B is Cyan = 0.77, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 46 | 200 | 43 | - |
| CMYK | 0.77 | 0 | 0.78 | 0.22 |
| HSL | 118.85º | 0.65% | 0.48% | - |
| HSV(B) | 118.85º | 0.79% | 0.78% | - |
| XYZ | 22.22 | 42.06 | 9.23 | - |
| YUV | 136.06 | 75.48 | 63.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 200 | 43 | 0.77 | 0 | 0.78 | 0.22 | 118.85 | 0.65 | 0.48 |
| Hex | 2E | C8 | 2B | 4D | 0 | 4E | 16 | 77 | 41 | 30 |
| Octal | 56 | 310 | 53 | 115 | 0 | 116 | 26 | 167 | 101 | 60 |
| Binary | 101110 | 11001000 | 101011 | 1001101 | 0 | 1001110 | 10110 | 1110111 | 1000001 | 110000 |
Color Harmonies of #2EC82B
Complementary color
Monochromatic Colors of #2EC82B
Black with #2EC82B
Text Example
Text Example
White with #2EC82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC82B; }
p { color: rgb(46,200,43); }
H1.HeaderClassName
{
color: #2EC82B;
}
.AnyTagClassName
{
color: #2EC82B;
}
</style>
background-color css
<style>
a { background-color: #2EC82B; }
a { background-color: rgb(46,200,43); }
div.DivClassName
{
background-color: #2EC82B;
}
.BgClassName
{
background-color: #2EC82B;
}
</style>
border-color css
<style>
span { border-color: #2EC82B; }
span { border-color: rgb(46,200,43); }
td.TdClassName
{
border-color: #2EC82B;
}
.TagClassName
{
border-color: #2EC82B;
}
</style>