Shades of Lima #7CBA1C
Tints of Lima #7CBA1C
RGB
CMYK
RGB Variations
Color information
#7CBA1C (or 0x7CBA1C) is known color: Lima. HEX triplet: 7C, BA and 1C. RGB value is (124,186,28). Sum of RGB (Red+Green+Blue) = 124+186+28=338 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.69% from 338); Green value is 186 (73.05% from 255 or 55.03% from 338); Blue value is 28 (11.33% from 255 or 8.28% from 338); Max value from RGB is 186 - color contains mainly: green. Hex color #7CBA1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CBA1C is #8345E3. Grayscale: #969696. Windows color (decimal): -8603108 or 1882748. OLE color: 1882748.
HSL color Cylindrical-coordinate representation of color #7CBA1C: hue angle of 83.54º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7CBA1C is Cyan = 0.33, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 186 | 28 | - |
| CMYK | 0.33 | 0 | 0.85 | 0.27 |
| HSL | 83.54º | 0.74% | 0.42% | - |
| HSV(B) | 83.54º | 0.85% | 0.73% | - |
| XYZ | 26.08 | 39.49 | 7.35 | - |
| YUV | 149.45 | 59.46 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 186 | 28 | 0.33 | 0 | 0.85 | 0.27 | 83.54 | 0.74 | 0.42 |
| Hex | 7C | BA | 1C | 21 | 0 | 55 | 1B | 54 | 4A | 2A |
| Octal | 174 | 272 | 34 | 41 | 0 | 125 | 33 | 124 | 112 | 52 |
| Binary | 1111100 | 10111010 | 11100 | 100001 | 0 | 1010101 | 11011 | 1010100 | 1001010 | 101010 |
Color Harmonies of #7CBA1C
Complementary color
Monochromatic Colors of #7CBA1C
Black with #7CBA1C
Text Example
Text Example
White with #7CBA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBA1C; }
p { color: rgb(124,186,28); }
H1.HeaderClassName
{
color: #7CBA1C;
}
.AnyTagClassName
{
color: #7CBA1C;
}
</style>
background-color css
<style>
a { background-color: #7CBA1C; }
a { background-color: rgb(124,186,28); }
div.DivClassName
{
background-color: #7CBA1C;
}
.BgClassName
{
background-color: #7CBA1C;
}
</style>
border-color css
<style>
span { border-color: #7CBA1C; }
span { border-color: rgb(124,186,28); }
td.TdClassName
{
border-color: #7CBA1C;
}
.TagClassName
{
border-color: #7CBA1C;
}
</style>