Shades of Lime Green #2EDD11
Tints of Lime Green #2EDD11
RGB
CMYK
RGB Variations
Color information
#2EDD11 (or 0x2EDD11) is known color: Lime Green. HEX triplet: 2E, DD and 11. RGB value is (46,221,17). Sum of RGB (Red+Green+Blue) = 46+221+17=284 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.20% from 284); Green value is 221 (86.72% from 255 or 77.82% from 284); Blue value is 17 (7.03% from 255 or 5.99% from 284); Max value from RGB is 221 - color contains mainly: green. Hex color #2EDD11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EDD11 is #D122EE. Grayscale: #929292. Windows color (decimal): -13705967 or 1170734. OLE color: 1170734.
HSL color Cylindrical-coordinate representation of color #2EDD11: hue angle of 111.47º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2EDD11 is Cyan = 0.79, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 221 | 17 | - |
| CMYK | 0.79 | 0 | 0.92 | 0.13 |
| HSL | 111.47º | 0.86% | 0.47% | - |
| HSV(B) | 111.47º | 0.92% | 0.87% | - |
| XYZ | 27.08 | 52.33 | 9.2 | - |
| YUV | 145.42 | 55.52 | 57.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 221 | 17 | 0.79 | 0 | 0.92 | 0.13 | 111.47 | 0.86 | 0.47 |
| Hex | 2E | DD | 11 | 4F | 0 | 5C | D | 6F | 56 | 2F |
| Octal | 56 | 335 | 21 | 117 | 0 | 134 | 15 | 157 | 126 | 57 |
| Binary | 101110 | 11011101 | 10001 | 1001111 | 0 | 1011100 | 1101 | 1101111 | 1010110 | 101111 |
Color Harmonies of #2EDD11
Complementary color
Monochromatic Colors of #2EDD11
Black with #2EDD11
Text Example
Text Example
White with #2EDD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDD11; }
p { color: rgb(46,221,17); }
H1.HeaderClassName
{
color: #2EDD11;
}
.AnyTagClassName
{
color: #2EDD11;
}
</style>
background-color css
<style>
a { background-color: #2EDD11; }
a { background-color: rgb(46,221,17); }
div.DivClassName
{
background-color: #2EDD11;
}
.BgClassName
{
background-color: #2EDD11;
}
</style>
border-color css
<style>
span { border-color: #2EDD11; }
span { border-color: rgb(46,221,17); }
td.TdClassName
{
border-color: #2EDD11;
}
.TagClassName
{
border-color: #2EDD11;
}
</style>