Shades of Lime Green #2ECD16
Tints of Lime Green #2ECD16
RGB
CMYK
RGB Variations
Color information
#2ECD16 (or 0x2ECD16) is known color: Lime Green. HEX triplet: 2E, CD and 16. RGB value is (46,205,22). Sum of RGB (Red+Green+Blue) = 46+205+22=273 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.85% from 273); Green value is 205 (80.47% from 255 or 75.09% from 273); Blue value is 22 (8.98% from 255 or 8.06% from 273); Max value from RGB is 205 - color contains mainly: green. Hex color #2ECD16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ECD16 is #D132E9. Grayscale: #898989. Windows color (decimal): -13710058 or 1494318. OLE color: 1494318.
HSL color Cylindrical-coordinate representation of color #2ECD16: hue angle of 112.13º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2ECD16 is Cyan = 0.78, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 205 | 22 | - |
| CMYK | 0.78 | 0 | 0.89 | 0.20 |
| HSL | 112.13º | 0.81% | 0.45% | - |
| HSV(B) | 112.13º | 0.89% | 0.8% | - |
| XYZ | 23.1 | 44.3 | 8.09 | - |
| YUV | 136.6 | 63.32 | 63.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 205 | 22 | 0.78 | 0 | 0.89 | 0.20 | 112.13 | 0.81 | 0.45 |
| Hex | 2E | CD | 16 | 4E | 0 | 59 | 14 | 70 | 51 | 2D |
| Octal | 56 | 315 | 26 | 116 | 0 | 131 | 24 | 160 | 121 | 55 |
| Binary | 101110 | 11001101 | 10110 | 1001110 | 0 | 1011001 | 10100 | 1110000 | 1010001 | 101101 |
Color Harmonies of #2ECD16
Complementary color
Monochromatic Colors of #2ECD16
Black with #2ECD16
Text Example
Text Example
White with #2ECD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECD16; }
p { color: rgb(46,205,22); }
H1.HeaderClassName
{
color: #2ECD16;
}
.AnyTagClassName
{
color: #2ECD16;
}
</style>
background-color css
<style>
a { background-color: #2ECD16; }
a { background-color: rgb(46,205,22); }
div.DivClassName
{
background-color: #2ECD16;
}
.BgClassName
{
background-color: #2ECD16;
}
</style>
border-color css
<style>
span { border-color: #2ECD16; }
span { border-color: rgb(46,205,22); }
td.TdClassName
{
border-color: #2ECD16;
}
.TagClassName
{
border-color: #2ECD16;
}
</style>