Shades of Lima #7ECD19
Tints of Lima #7ECD19
RGB
CMYK
RGB Variations
Color information
#7ECD19 (or 0x7ECD19) is known color: Lima. HEX triplet: 7E, CD and 19. RGB value is (126,205,25). Sum of RGB (Red+Green+Blue) = 126+205+25=356 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.39% from 356); Green value is 205 (80.47% from 255 or 57.58% from 356); Blue value is 25 (10.16% from 255 or 7.02% from 356); Max value from RGB is 205 - color contains mainly: green. Hex color #7ECD19 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ECD19 is #8132E6. Grayscale: #A1A1A1. Windows color (decimal): -8467175 or 1691006. OLE color: 1691006.
HSL color Cylindrical-coordinate representation of color #7ECD19: hue angle of 86.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7ECD19 is Cyan = 0.39, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 126 | 205 | 25 | - |
| CMYK | 0.39 | 0 | 0.88 | 0.20 |
| HSL | 86.33º | 0.78% | 0.45% | - |
| HSV(B) | 86.33º | 0.88% | 0.8% | - |
| XYZ | 30.61 | 48.17 | 8.6 | - |
| YUV | 160.86 | 51.33 | 103.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 205 | 25 | 0.39 | 0 | 0.88 | 0.20 | 86.33 | 0.78 | 0.45 |
| Hex | 7E | CD | 19 | 27 | 0 | 58 | 14 | 56 | 4E | 2D |
| Octal | 176 | 315 | 31 | 47 | 0 | 130 | 24 | 126 | 116 | 55 |
| Binary | 1111110 | 11001101 | 11001 | 100111 | 0 | 1011000 | 10100 | 1010110 | 1001110 | 101101 |
Color Harmonies of #7ECD19
Complementary color
Monochromatic Colors of #7ECD19
Black with #7ECD19
Text Example
Text Example
White with #7ECD19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECD19; }
p { color: rgb(126,205,25); }
H1.HeaderClassName
{
color: #7ECD19;
}
.AnyTagClassName
{
color: #7ECD19;
}
</style>
background-color css
<style>
a { background-color: #7ECD19; }
a { background-color: rgb(126,205,25); }
div.DivClassName
{
background-color: #7ECD19;
}
.BgClassName
{
background-color: #7ECD19;
}
</style>
border-color css
<style>
span { border-color: #7ECD19; }
span { border-color: rgb(126,205,25); }
td.TdClassName
{
border-color: #7ECD19;
}
.TagClassName
{
border-color: #7ECD19;
}
</style>