Shades of Lime Green #2ECA11
Tints of Lime Green #2ECA11
RGB
CMYK
RGB Variations
Color information
#2ECA11 (or 0x2ECA11) is known color: Lime Green. HEX triplet: 2E, CA and 11. RGB value is (46,202,17). Sum of RGB (Red+Green+Blue) = 46+202+17=265 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.36% from 265); Green value is 202 (79.30% from 255 or 76.23% from 265); Blue value is 17 (7.03% from 255 or 6.42% from 265); Max value from RGB is 202 - color contains mainly: green. Hex color #2ECA11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ECA11 is #D135EE. Grayscale: #868686. Windows color (decimal): -13710831 or 1165870. OLE color: 1165870.
HSL color Cylindrical-coordinate representation of color #2ECA11: hue angle of 110.59º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2ECA11 is Cyan = 0.77, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 46 | 202 | 17 | - |
| CMYK | 0.77 | 0 | 0.92 | 0.21 |
| HSL | 110.59º | 0.84% | 0.43% | - |
| HSV(B) | 110.59º | 0.92% | 0.79% | - |
| XYZ | 22.35 | 42.86 | 7.63 | - |
| YUV | 134.27 | 61.82 | 65.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 202 | 17 | 0.77 | 0 | 0.92 | 0.21 | 110.59 | 0.84 | 0.43 |
| Hex | 2E | CA | 11 | 4D | 0 | 5C | 15 | 6F | 54 | 2B |
| Octal | 56 | 312 | 21 | 115 | 0 | 134 | 25 | 157 | 124 | 53 |
| Binary | 101110 | 11001010 | 10001 | 1001101 | 0 | 1011100 | 10101 | 1101111 | 1010100 | 101011 |
Color Harmonies of #2ECA11
Complementary color
Monochromatic Colors of #2ECA11
Black with #2ECA11
Text Example
Text Example
White with #2ECA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECA11; }
p { color: rgb(46,202,17); }
H1.HeaderClassName
{
color: #2ECA11;
}
.AnyTagClassName
{
color: #2ECA11;
}
</style>
background-color css
<style>
a { background-color: #2ECA11; }
a { background-color: rgb(46,202,17); }
div.DivClassName
{
background-color: #2ECA11;
}
.BgClassName
{
background-color: #2ECA11;
}
</style>
border-color css
<style>
span { border-color: #2ECA11; }
span { border-color: rgb(46,202,17); }
td.TdClassName
{
border-color: #2ECA11;
}
.TagClassName
{
border-color: #2ECA11;
}
</style>