Shades of Lima #7EC013
Tints of Lima #7EC013
RGB
CMYK
RGB Variations
Color information
#7EC013 (or 0x7EC013) is known color: Lima. HEX triplet: 7E, C0 and 13. RGB value is (126,192,19). Sum of RGB (Red+Green+Blue) = 126+192+19=337 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.39% from 337); Green value is 192 (75.39% from 255 or 56.97% from 337); Blue value is 19 (7.81% from 255 or 5.64% from 337); Max value from RGB is 192 - color contains mainly: green. Hex color #7EC013 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EC013 is #813FEC. Grayscale: #999999. Windows color (decimal): -8470509 or 1294462. OLE color: 1294462.
HSL color Cylindrical-coordinate representation of color #7EC013: hue angle of 82.89º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7EC013 is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 192 | 19 | - |
| CMYK | 0.34 | 0 | 0.90 | 0.25 |
| HSL | 82.89º | 0.82% | 0.41% | - |
| HSV(B) | 82.89º | 0.9% | 0.75% | - |
| XYZ | 27.57 | 42.18 | 7.3 | - |
| YUV | 152.54 | 52.63 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 192 | 19 | 0.34 | 0 | 0.90 | 0.25 | 82.89 | 0.82 | 0.41 |
| Hex | 7E | C0 | 13 | 22 | 0 | 5A | 19 | 53 | 52 | 29 |
| Octal | 176 | 300 | 23 | 42 | 0 | 132 | 31 | 123 | 122 | 51 |
| Binary | 1111110 | 11000000 | 10011 | 100010 | 0 | 1011010 | 11001 | 1010011 | 1010010 | 101001 |
Color Harmonies of #7EC013
Complementary color
Monochromatic Colors of #7EC013
Black with #7EC013
Text Example
Text Example
White with #7EC013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC013; }
p { color: rgb(126,192,19); }
H1.HeaderClassName
{
color: #7EC013;
}
.AnyTagClassName
{
color: #7EC013;
}
</style>
background-color css
<style>
a { background-color: #7EC013; }
a { background-color: rgb(126,192,19); }
div.DivClassName
{
background-color: #7EC013;
}
.BgClassName
{
background-color: #7EC013;
}
</style>
border-color css
<style>
span { border-color: #7EC013; }
span { border-color: rgb(126,192,19); }
td.TdClassName
{
border-color: #7EC013;
}
.TagClassName
{
border-color: #7EC013;
}
</style>