Shades of Lime Green #2EDB2A
Tints of Lime Green #2EDB2A
RGB
CMYK
RGB Variations
Color information
#2EDB2A (or 0x2EDB2A) is known color: Lime Green. HEX triplet: 2E, DB and 2A. RGB value is (46,219,42). Sum of RGB (Red+Green+Blue) = 46+219+42=307 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.98% from 307); Green value is 219 (85.94% from 255 or 71.34% from 307); Blue value is 42 (16.80% from 255 or 13.68% from 307); Max value from RGB is 219 - color contains mainly: green. Hex color #2EDB2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EDB2A is #D124D5. Grayscale: #939393. Windows color (decimal): -13706454 or 2808622. OLE color: 2808622.
HSL color Cylindrical-coordinate representation of color #2EDB2A: hue angle of 118.64º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EDB2A is Cyan = 0.79, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 219 | 42 | - |
| CMYK | 0.79 | 0 | 0.81 | 0.14 |
| HSL | 118.64º | 0.71% | 0.51% | - |
| HSV(B) | 118.64º | 0.81% | 0.86% | - |
| XYZ | 26.88 | 51.41 | 10.7 | - |
| YUV | 147.1 | 68.69 | 55.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 219 | 42 | 0.79 | 0 | 0.81 | 0.14 | 118.64 | 0.71 | 0.51 |
| Hex | 2E | DB | 2A | 4F | 0 | 51 | E | 77 | 47 | 33 |
| Octal | 56 | 333 | 52 | 117 | 0 | 121 | 16 | 167 | 107 | 63 |
| Binary | 101110 | 11011011 | 101010 | 1001111 | 0 | 1010001 | 1110 | 1110111 | 1000111 | 110011 |
Color Harmonies of #2EDB2A
Complementary color
Monochromatic Colors of #2EDB2A
Black with #2EDB2A
Text Example
Text Example
White with #2EDB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDB2A; }
p { color: rgb(46,219,42); }
H1.HeaderClassName
{
color: #2EDB2A;
}
.AnyTagClassName
{
color: #2EDB2A;
}
</style>
background-color css
<style>
a { background-color: #2EDB2A; }
a { background-color: rgb(46,219,42); }
div.DivClassName
{
background-color: #2EDB2A;
}
.BgClassName
{
background-color: #2EDB2A;
}
</style>
border-color css
<style>
span { border-color: #2EDB2A; }
span { border-color: rgb(46,219,42); }
td.TdClassName
{
border-color: #2EDB2A;
}
.TagClassName
{
border-color: #2EDB2A;
}
</style>