Shades of Lima #7EC310
Tints of Lima #7EC310
RGB
CMYK
RGB Variations
Color information
#7EC310 (or 0x7EC310) is known color: Lima. HEX triplet: 7E, C3 and 10. RGB value is (126,195,16). Sum of RGB (Red+Green+Blue) = 126+195+16=337 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.39% from 337); Green value is 195 (76.56% from 255 or 57.86% from 337); Blue value is 16 (6.64% from 255 or 4.75% from 337); Max value from RGB is 195 - color contains mainly: green. Hex color #7EC310 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EC310 is #813CEF. Grayscale: #9A9A9A. Windows color (decimal): -8469744 or 1098622. OLE color: 1098622.
HSL color Cylindrical-coordinate representation of color #7EC310: hue angle of 83.13º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7EC310 is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 195 | 16 | - |
| CMYK | 0.35 | 0 | 0.92 | 0.24 |
| HSL | 83.13º | 0.85% | 0.41% | - |
| HSV(B) | 83.13º | 0.92% | 0.76% | - |
| XYZ | 28.21 | 43.5 | 7.4 | - |
| YUV | 153.96 | 50.14 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 195 | 16 | 0.35 | 0 | 0.92 | 0.24 | 83.13 | 0.85 | 0.41 |
| Hex | 7E | C3 | 10 | 23 | 0 | 5C | 18 | 53 | 55 | 29 |
| Octal | 176 | 303 | 20 | 43 | 0 | 134 | 30 | 123 | 125 | 51 |
| Binary | 1111110 | 11000011 | 10000 | 100011 | 0 | 1011100 | 11000 | 1010011 | 1010101 | 101001 |
Color Harmonies of #7EC310
Complementary color
Monochromatic Colors of #7EC310
Black with #7EC310
Text Example
Text Example
White with #7EC310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC310; }
p { color: rgb(126,195,16); }
H1.HeaderClassName
{
color: #7EC310;
}
.AnyTagClassName
{
color: #7EC310;
}
</style>
background-color css
<style>
a { background-color: #7EC310; }
a { background-color: rgb(126,195,16); }
div.DivClassName
{
background-color: #7EC310;
}
.BgClassName
{
background-color: #7EC310;
}
</style>
border-color css
<style>
span { border-color: #7EC310; }
span { border-color: rgb(126,195,16); }
td.TdClassName
{
border-color: #7EC310;
}
.TagClassName
{
border-color: #7EC310;
}
</style>