Shades of Lima #7EB10C
Tints of Lima #7EB10C
RGB
CMYK
RGB Variations
Color information
#7EB10C (or 0x7EB10C) is known color: Lima. HEX triplet: 7E, B1 and 0C. RGB value is (126,177,12). Sum of RGB (Red+Green+Blue) = 126+177+12=315 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40% from 315); Green value is 177 (69.53% from 255 or 56.19% from 315); Blue value is 12 (5.08% from 255 or 3.81% from 315); Max value from RGB is 177 - color contains mainly: green. Hex color #7EB10C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7EB10C is #814EF3. Grayscale: #8F8F8F. Windows color (decimal): -8474356 or 831870. OLE color: 831870.
HSL color Cylindrical-coordinate representation of color #7EB10C: hue angle of 78.55º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7EB10C is Cyan = 0.29, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 126 | 177 | 12 | - |
| CMYK | 0.29 | 0 | 0.93 | 0.31 |
| HSL | 78.55º | 0.87% | 0.37% | - |
| HSV(B) | 78.55º | 0.93% | 0.69% | - |
| XYZ | 24.39 | 35.91 | 5.99 | - |
| YUV | 142.94 | 54.1 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 177 | 12 | 0.29 | 0 | 0.93 | 0.31 | 78.55 | 0.87 | 0.37 |
| Hex | 7E | B1 | C | 1D | 0 | 5D | 1F | 4F | 57 | 25 |
| Octal | 176 | 261 | 14 | 35 | 0 | 135 | 37 | 117 | 127 | 45 |
| Binary | 1111110 | 10110001 | 1100 | 11101 | 0 | 1011101 | 11111 | 1001111 | 1010111 | 100101 |
Color Harmonies of #7EB10C
Complementary color
Monochromatic Colors of #7EB10C
Black with #7EB10C
Text Example
Text Example
White with #7EB10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EB10C; }
p { color: rgb(126,177,12); }
H1.HeaderClassName
{
color: #7EB10C;
}
.AnyTagClassName
{
color: #7EB10C;
}
</style>
background-color css
<style>
a { background-color: #7EB10C; }
a { background-color: rgb(126,177,12); }
div.DivClassName
{
background-color: #7EB10C;
}
.BgClassName
{
background-color: #7EB10C;
}
</style>
border-color css
<style>
span { border-color: #7EB10C; }
span { border-color: rgb(126,177,12); }
td.TdClassName
{
border-color: #7EB10C;
}
.TagClassName
{
border-color: #7EB10C;
}
</style>