Shades of Lime Green #2EDE2E
Tints of Lime Green #2EDE2E
RGB
CMYK
RGB Variations
Color information
#2EDE2E (or 0x2EDE2E) is known color: Lime Green. HEX triplet: 2E, DE and 2E. RGB value is (46,222,46). Sum of RGB (Red+Green+Blue) = 46+222+46=314 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.65% from 314); Green value is 222 (87.11% from 255 or 70.70% from 314); Blue value is 46 (18.36% from 255 or 14.65% from 314); Max value from RGB is 222 - color contains mainly: green. Hex color #2EDE2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EDE2E is #D121D1. Grayscale: #959595. Windows color (decimal): -13705682 or 3071534. OLE color: 3071534.
HSL color Cylindrical-coordinate representation of color #2EDE2E: hue angle of 120º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDE2E is Cyan = 0.79, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 222 | 46 | - |
| CMYK | 0.79 | 0 | 0.79 | 0.13 |
| HSL | 120º | 0.73% | 0.53% | - |
| HSV(B) | 120º | 0.79% | 0.87% | - |
| XYZ | 27.74 | 53.02 | 11.36 | - |
| YUV | 149.31 | 69.69 | 54.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 222 | 46 | 0.79 | 0 | 0.79 | 0.13 | 120 | 0.73 | 0.53 |
| Hex | 2E | DE | 2E | 4F | 0 | 4F | D | 78 | 49 | 35 |
| Octal | 56 | 336 | 56 | 117 | 0 | 117 | 15 | 170 | 111 | 65 |
| Binary | 101110 | 11011110 | 101110 | 1001111 | 0 | 1001111 | 1101 | 1111000 | 1001001 | 110101 |
Color Harmonies of #2EDE2E
Complementary color
Monochromatic Colors of #2EDE2E
Black with #2EDE2E
Text Example
Text Example
White with #2EDE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDE2E; }
p { color: rgb(46,222,46); }
H1.HeaderClassName
{
color: #2EDE2E;
}
.AnyTagClassName
{
color: #2EDE2E;
}
</style>
background-color css
<style>
a { background-color: #2EDE2E; }
a { background-color: rgb(46,222,46); }
div.DivClassName
{
background-color: #2EDE2E;
}
.BgClassName
{
background-color: #2EDE2E;
}
</style>
border-color css
<style>
span { border-color: #2EDE2E; }
span { border-color: rgb(46,222,46); }
td.TdClassName
{
border-color: #2EDE2E;
}
.TagClassName
{
border-color: #2EDE2E;
}
</style>