Shades of Lime Green #2ECF11
Tints of Lime Green #2ECF11
RGB
CMYK
RGB Variations
Color information
#2ECF11 (or 0x2ECF11) is known color: Lime Green. HEX triplet: 2E, CF and 11. RGB value is (46,207,17). Sum of RGB (Red+Green+Blue) = 46+207+17=270 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.04% from 270); Green value is 207 (81.25% from 255 or 76.67% from 270); Blue value is 17 (7.03% from 255 or 6.30% from 270); Max value from RGB is 207 - color contains mainly: green. Hex color #2ECF11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ECF11 is #D130EE. Grayscale: #898989. Windows color (decimal): -13709551 or 1167150. OLE color: 1167150.
HSL color Cylindrical-coordinate representation of color #2ECF11: hue angle of 110.84º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2ECF11 is Cyan = 0.78, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 207 | 17 | - |
| CMYK | 0.78 | 0 | 0.92 | 0.19 |
| HSL | 110.84º | 0.85% | 0.44% | - |
| HSV(B) | 110.84º | 0.92% | 0.81% | - |
| XYZ | 23.54 | 45.25 | 8.02 | - |
| YUV | 137.2 | 60.16 | 62.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 207 | 17 | 0.78 | 0 | 0.92 | 0.19 | 110.84 | 0.85 | 0.44 |
| Hex | 2E | CF | 11 | 4E | 0 | 5C | 13 | 6F | 55 | 2C |
| Octal | 56 | 317 | 21 | 116 | 0 | 134 | 23 | 157 | 125 | 54 |
| Binary | 101110 | 11001111 | 10001 | 1001110 | 0 | 1011100 | 10011 | 1101111 | 1010101 | 101100 |
Color Harmonies of #2ECF11
Complementary color
Monochromatic Colors of #2ECF11
Black with #2ECF11
Text Example
Text Example
White with #2ECF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECF11; }
p { color: rgb(46,207,17); }
H1.HeaderClassName
{
color: #2ECF11;
}
.AnyTagClassName
{
color: #2ECF11;
}
</style>
background-color css
<style>
a { background-color: #2ECF11; }
a { background-color: rgb(46,207,17); }
div.DivClassName
{
background-color: #2ECF11;
}
.BgClassName
{
background-color: #2ECF11;
}
</style>
border-color css
<style>
span { border-color: #2ECF11; }
span { border-color: rgb(46,207,17); }
td.TdClassName
{
border-color: #2ECF11;
}
.TagClassName
{
border-color: #2ECF11;
}
</style>