Shades of Lime Green #2EC813
Tints of Lime Green #2EC813
RGB
CMYK
RGB Variations
Color information
#2EC813 (or 0x2EC813) is known color: Lime Green. HEX triplet: 2E, C8 and 13. RGB value is (46,200,19). Sum of RGB (Red+Green+Blue) = 46+200+19=265 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.36% from 265); Green value is 200 (78.52% from 255 or 75.47% from 265); Blue value is 19 (7.81% from 255 or 7.17% from 265); Max value from RGB is 200 - color contains mainly: green. Hex color #2EC813 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EC813 is #D137EC. Grayscale: #858585. Windows color (decimal): -13711341 or 1296430. OLE color: 1296430.
HSL color Cylindrical-coordinate representation of color #2EC813: hue angle of 111.05º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2EC813 is Cyan = 0.77, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 46 | 200 | 19 | - |
| CMYK | 0.77 | 0 | 0.90 | 0.22 |
| HSL | 111.05º | 0.83% | 0.43% | - |
| HSV(B) | 111.05º | 0.91% | 0.78% | - |
| XYZ | 21.9 | 41.94 | 7.56 | - |
| YUV | 133.32 | 63.48 | 65.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 200 | 19 | 0.77 | 0 | 0.90 | 0.22 | 111.05 | 0.83 | 0.43 |
| Hex | 2E | C8 | 13 | 4D | 0 | 5A | 16 | 6F | 53 | 2B |
| Octal | 56 | 310 | 23 | 115 | 0 | 132 | 26 | 157 | 123 | 53 |
| Binary | 101110 | 11001000 | 10011 | 1001101 | 0 | 1011010 | 10110 | 1101111 | 1010011 | 101011 |
Color Harmonies of #2EC813
Complementary color
Monochromatic Colors of #2EC813
Black with #2EC813
Text Example
Text Example
White with #2EC813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC813; }
p { color: rgb(46,200,19); }
H1.HeaderClassName
{
color: #2EC813;
}
.AnyTagClassName
{
color: #2EC813;
}
</style>
background-color css
<style>
a { background-color: #2EC813; }
a { background-color: rgb(46,200,19); }
div.DivClassName
{
background-color: #2EC813;
}
.BgClassName
{
background-color: #2EC813;
}
</style>
border-color css
<style>
span { border-color: #2EC813; }
span { border-color: rgb(46,200,19); }
td.TdClassName
{
border-color: #2EC813;
}
.TagClassName
{
border-color: #2EC813;
}
</style>