Shades of Lime Green #2EC513
Tints of Lime Green #2EC513
RGB
CMYK
RGB Variations
Color information
#2EC513 (or 0x2EC513) is known color: Lime Green. HEX triplet: 2E, C5 and 13. RGB value is (46,197,19). Sum of RGB (Red+Green+Blue) = 46+197+19=262 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.56% from 262); Green value is 197 (77.34% from 255 or 75.19% from 262); Blue value is 19 (7.81% from 255 or 7.25% from 262); Max value from RGB is 197 - color contains mainly: green. Hex color #2EC513 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EC513 is #D13AEC. Grayscale: #848484. Windows color (decimal): -13712109 or 1295662. OLE color: 1295662.
HSL color Cylindrical-coordinate representation of color #2EC513: hue angle of 110.9º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2EC513 is Cyan = 0.77, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 46 | 197 | 19 | - |
| CMYK | 0.77 | 0 | 0.90 | 0.23 |
| HSL | 110.9º | 0.82% | 0.42% | - |
| HSV(B) | 110.9º | 0.9% | 0.77% | - |
| XYZ | 21.21 | 40.56 | 7.33 | - |
| YUV | 131.56 | 64.47 | 66.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 197 | 19 | 0.77 | 0 | 0.90 | 0.23 | 110.9 | 0.82 | 0.42 |
| Hex | 2E | C5 | 13 | 4D | 0 | 5A | 17 | 6F | 52 | 2A |
| Octal | 56 | 305 | 23 | 115 | 0 | 132 | 27 | 157 | 122 | 52 |
| Binary | 101110 | 11000101 | 10011 | 1001101 | 0 | 1011010 | 10111 | 1101111 | 1010010 | 101010 |
Color Harmonies of #2EC513
Complementary color
Monochromatic Colors of #2EC513
Black with #2EC513
Text Example
Text Example
White with #2EC513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC513; }
p { color: rgb(46,197,19); }
H1.HeaderClassName
{
color: #2EC513;
}
.AnyTagClassName
{
color: #2EC513;
}
</style>
background-color css
<style>
a { background-color: #2EC513; }
a { background-color: rgb(46,197,19); }
div.DivClassName
{
background-color: #2EC513;
}
.BgClassName
{
background-color: #2EC513;
}
</style>
border-color css
<style>
span { border-color: #2EC513; }
span { border-color: rgb(46,197,19); }
td.TdClassName
{
border-color: #2EC513;
}
.TagClassName
{
border-color: #2EC513;
}
</style>