Shades of Lima #7CB210
Tints of Lima #7CB210
RGB
CMYK
RGB Variations
Color information
#7CB210 (or 0x7CB210) is known color: Lima. HEX triplet: 7C, B2 and 10. RGB value is (124,178,16). Sum of RGB (Red+Green+Blue) = 124+178+16=318 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.99% from 318); Green value is 178 (69.92% from 255 or 55.97% from 318); Blue value is 16 (6.64% from 255 or 5.03% from 318); Max value from RGB is 178 - color contains mainly: green. Hex color #7CB210 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CB210 is #834DEF. Grayscale: #8F8F8F. Windows color (decimal): -8605168 or 1094268. OLE color: 1094268.
HSL color Cylindrical-coordinate representation of color #7CB210: hue angle of 80º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7CB210 is Cyan = 0.30, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 124 | 178 | 16 | - |
| CMYK | 0.30 | 0 | 0.91 | 0.30 |
| HSL | 80º | 0.84% | 0.38% | - |
| HSV(B) | 80º | 0.91% | 0.7% | - |
| XYZ | 24.33 | 36.16 | 6.19 | - |
| YUV | 143.39 | 56.11 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 178 | 16 | 0.30 | 0 | 0.91 | 0.30 | 80 | 0.84 | 0.38 |
| Hex | 7C | B2 | 10 | 1E | 0 | 5B | 1E | 50 | 54 | 26 |
| Octal | 174 | 262 | 20 | 36 | 0 | 133 | 36 | 120 | 124 | 46 |
| Binary | 1111100 | 10110010 | 10000 | 11110 | 0 | 1011011 | 11110 | 1010000 | 1010100 | 100110 |
Color Harmonies of #7CB210
Complementary color
Monochromatic Colors of #7CB210
Black with #7CB210
Text Example
Text Example
White with #7CB210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB210; }
p { color: rgb(124,178,16); }
H1.HeaderClassName
{
color: #7CB210;
}
.AnyTagClassName
{
color: #7CB210;
}
</style>
background-color css
<style>
a { background-color: #7CB210; }
a { background-color: rgb(124,178,16); }
div.DivClassName
{
background-color: #7CB210;
}
.BgClassName
{
background-color: #7CB210;
}
</style>
border-color css
<style>
span { border-color: #7CB210; }
span { border-color: rgb(124,178,16); }
td.TdClassName
{
border-color: #7CB210;
}
.TagClassName
{
border-color: #7CB210;
}
</style>