Shades of Lima #7EC105
Tints of Lima #7EC105
RGB
CMYK
RGB Variations
Color information
#7EC105 (or 0x7EC105) is known color: Lima. HEX triplet: 7E, C1 and 05. RGB value is (126,193,5). Sum of RGB (Red+Green+Blue) = 126+193+5=324 (42% of max value = 765). Red value is 126 (49.61% from 255 or 38.89% from 324); Green value is 193 (75.78% from 255 or 59.57% from 324); Blue value is 5 (2.34% from 255 or 1.54% from 324); Max value from RGB is 193 - color contains mainly: green. Hex color #7EC105 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EC105 is #813EFA. Grayscale: #989898. Windows color (decimal): -8470267 or 377214. OLE color: 377214.
HSL color Cylindrical-coordinate representation of color #7EC105: hue angle of 81.38º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7EC105 is Cyan = 0.35, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 193 | 5 | - |
| CMYK | 0.35 | 0 | 0.97 | 0.24 |
| HSL | 81.38º | 0.95% | 0.39% | - |
| HSV(B) | 81.38º | 0.97% | 0.76% | - |
| XYZ | 27.7 | 42.59 | 6.9 | - |
| YUV | 151.54 | 45.3 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 193 | 5 | 0.35 | 0 | 0.97 | 0.24 | 81.38 | 0.95 | 0.39 |
| Hex | 7E | C1 | 5 | 23 | 0 | 61 | 18 | 51 | 5F | 27 |
| Octal | 176 | 301 | 5 | 43 | 0 | 141 | 30 | 121 | 137 | 47 |
| Binary | 1111110 | 11000001 | 101 | 100011 | 0 | 1100001 | 11000 | 1010001 | 1011111 | 100111 |
Color Harmonies of #7EC105
Complementary color
Monochromatic Colors of #7EC105
Black with #7EC105
Text Example
Text Example
White with #7EC105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC105; }
p { color: rgb(126,193,5); }
H1.HeaderClassName
{
color: #7EC105;
}
.AnyTagClassName
{
color: #7EC105;
}
</style>
background-color css
<style>
a { background-color: #7EC105; }
a { background-color: rgb(126,193,5); }
div.DivClassName
{
background-color: #7EC105;
}
.BgClassName
{
background-color: #7EC105;
}
</style>
border-color css
<style>
span { border-color: #7EC105; }
span { border-color: rgb(126,193,5); }
td.TdClassName
{
border-color: #7EC105;
}
.TagClassName
{
border-color: #7EC105;
}
</style>