Shades of Lime Green #2EDB13
Tints of Lime Green #2EDB13
RGB
CMYK
RGB Variations
Color information
#2EDB13 (or 0x2EDB13) is known color: Lime Green. HEX triplet: 2E, DB and 13. RGB value is (46,219,19). Sum of RGB (Red+Green+Blue) = 46+219+19=284 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.20% from 284); Green value is 219 (85.94% from 255 or 77.11% from 284); Blue value is 19 (7.81% from 255 or 6.69% from 284); Max value from RGB is 219 - color contains mainly: green. Hex color #2EDB13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EDB13 is #D124EC. Grayscale: #919191. Windows color (decimal): -13706477 or 1301294. OLE color: 1301294.
HSL color Cylindrical-coordinate representation of color #2EDB13: hue angle of 111.9º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2EDB13 is Cyan = 0.79, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 219 | 19 | - |
| CMYK | 0.79 | 0 | 0.91 | 0.14 |
| HSL | 111.9º | 0.84% | 0.47% | - |
| HSV(B) | 111.9º | 0.91% | 0.86% | - |
| XYZ | 26.58 | 51.29 | 9.12 | - |
| YUV | 144.47 | 57.19 | 57.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 219 | 19 | 0.79 | 0 | 0.91 | 0.14 | 111.9 | 0.84 | 0.47 |
| Hex | 2E | DB | 13 | 4F | 0 | 5B | E | 70 | 54 | 2F |
| Octal | 56 | 333 | 23 | 117 | 0 | 133 | 16 | 160 | 124 | 57 |
| Binary | 101110 | 11011011 | 10011 | 1001111 | 0 | 1011011 | 1110 | 1110000 | 1010100 | 101111 |
Color Harmonies of #2EDB13
Complementary color
Monochromatic Colors of #2EDB13
Black with #2EDB13
Text Example
Text Example
White with #2EDB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDB13; }
p { color: rgb(46,219,19); }
H1.HeaderClassName
{
color: #2EDB13;
}
.AnyTagClassName
{
color: #2EDB13;
}
</style>
background-color css
<style>
a { background-color: #2EDB13; }
a { background-color: rgb(46,219,19); }
div.DivClassName
{
background-color: #2EDB13;
}
.BgClassName
{
background-color: #2EDB13;
}
</style>
border-color css
<style>
span { border-color: #2EDB13; }
span { border-color: rgb(46,219,19); }
td.TdClassName
{
border-color: #2EDB13;
}
.TagClassName
{
border-color: #2EDB13;
}
</style>