Shades of Lima #7ECD16
Tints of Lima #7ECD16
RGB
CMYK
RGB Variations
Color information
#7ECD16 (or 0x7ECD16) is known color: Lima. HEX triplet: 7E, CD and 16. RGB value is (126,205,22). Sum of RGB (Red+Green+Blue) = 126+205+22=353 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.69% from 353); Green value is 205 (80.47% from 255 or 58.07% from 353); Blue value is 22 (8.98% from 255 or 6.23% from 353); Max value from RGB is 205 - color contains mainly: green. Hex color #7ECD16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ECD16 is #8132E9. Grayscale: #A1A1A1. Windows color (decimal): -8467178 or 1494398. OLE color: 1494398.
HSL color Cylindrical-coordinate representation of color #7ECD16: hue angle of 85.9º 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 #7ECD16 is Cyan = 0.39, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 126 | 205 | 22 | - |
| CMYK | 0.39 | 0 | 0.89 | 0.20 |
| HSL | 85.9º | 0.81% | 0.45% | - |
| HSV(B) | 85.9º | 0.89% | 0.8% | - |
| XYZ | 30.58 | 48.16 | 8.44 | - |
| YUV | 160.52 | 49.83 | 103.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 205 | 22 | 0.39 | 0 | 0.89 | 0.20 | 85.9 | 0.81 | 0.45 |
| Hex | 7E | CD | 16 | 27 | 0 | 59 | 14 | 56 | 51 | 2D |
| Octal | 176 | 315 | 26 | 47 | 0 | 131 | 24 | 126 | 121 | 55 |
| Binary | 1111110 | 11001101 | 10110 | 100111 | 0 | 1011001 | 10100 | 1010110 | 1010001 | 101101 |
Color Harmonies of #7ECD16
Complementary color
Monochromatic Colors of #7ECD16
Black with #7ECD16
Text Example
Text Example
White with #7ECD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECD16; }
p { color: rgb(126,205,22); }
H1.HeaderClassName
{
color: #7ECD16;
}
.AnyTagClassName
{
color: #7ECD16;
}
</style>
background-color css
<style>
a { background-color: #7ECD16; }
a { background-color: rgb(126,205,22); }
div.DivClassName
{
background-color: #7ECD16;
}
.BgClassName
{
background-color: #7ECD16;
}
</style>
border-color css
<style>
span { border-color: #7ECD16; }
span { border-color: rgb(126,205,22); }
td.TdClassName
{
border-color: #7ECD16;
}
.TagClassName
{
border-color: #7ECD16;
}
</style>