Shades of Lima #7CB412
Tints of Lima #7CB412
RGB
CMYK
RGB Variations
Color information
#7CB412 (or 0x7CB412) is known color: Lima. HEX triplet: 7C, B4 and 12. RGB value is (124,180,18). Sum of RGB (Red+Green+Blue) = 124+180+18=322 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.51% from 322); Green value is 180 (70.70% from 255 or 55.90% from 322); Blue value is 18 (7.42% from 255 or 5.59% from 322); Max value from RGB is 180 - color contains mainly: green. Hex color #7CB412 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CB412 is #834BED. Grayscale: #919191. Windows color (decimal): -8604654 or 1225852. OLE color: 1225852.
HSL color Cylindrical-coordinate representation of color #7CB412: hue angle of 80.74º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7CB412 is Cyan = 0.31, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 124 | 180 | 18 | - |
| CMYK | 0.31 | 0 | 0.9 | 0.29 |
| HSL | 80.74º | 0.82% | 0.39% | - |
| HSV(B) | 80.74º | 0.9% | 0.71% | - |
| XYZ | 24.74 | 36.97 | 6.4 | - |
| YUV | 144.79 | 56.45 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 180 | 18 | 0.31 | 0 | 0.9 | 0.29 | 80.74 | 0.82 | 0.39 |
| Hex | 7C | B4 | 12 | 1F | 0 | 5A | 1D | 51 | 52 | 27 |
| Octal | 174 | 264 | 22 | 37 | 0 | 132 | 35 | 121 | 122 | 47 |
| Binary | 1111100 | 10110100 | 10010 | 11111 | 0 | 1011010 | 11101 | 1010001 | 1010010 | 100111 |
Color Harmonies of #7CB412
Complementary color
Monochromatic Colors of #7CB412
Black with #7CB412
Text Example
Text Example
White with #7CB412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB412; }
p { color: rgb(124,180,18); }
H1.HeaderClassName
{
color: #7CB412;
}
.AnyTagClassName
{
color: #7CB412;
}
</style>
background-color css
<style>
a { background-color: #7CB412; }
a { background-color: rgb(124,180,18); }
div.DivClassName
{
background-color: #7CB412;
}
.BgClassName
{
background-color: #7CB412;
}
</style>
border-color css
<style>
span { border-color: #7CB412; }
span { border-color: rgb(124,180,18); }
td.TdClassName
{
border-color: #7CB412;
}
.TagClassName
{
border-color: #7CB412;
}
</style>