Shades of Lima #7CAB29
Tints of Lima #7CAB29
RGB
CMYK
RGB Variations
Color information
#7CAB29 (or 0x7CAB29) is known color: Lima. HEX triplet: 7C, AB and 29. RGB value is (124,171,41). Sum of RGB (Red+Green+Blue) = 124+171+41=336 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.90% from 336); Green value is 171 (67.19% from 255 or 50.89% from 336); Blue value is 41 (16.41% from 255 or 12.20% from 336); Max value from RGB is 171 - color contains mainly: green. Hex color #7CAB29 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CAB29 is #8354D6. Grayscale: #8E8E8E. Windows color (decimal): -8606935 or 2730876. OLE color: 2730876.
HSL color Cylindrical-coordinate representation of color #7CAB29: hue angle of 81.69º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7CAB29 is Cyan = 0.27, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 171 | 41 | - |
| CMYK | 0.27 | 0 | 0.76 | 0.33 |
| HSL | 81.69º | 0.61% | 0.42% | - |
| HSV(B) | 81.69º | 0.76% | 0.67% | - |
| XYZ | 23.28 | 33.57 | 7.35 | - |
| YUV | 142.13 | 70.93 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 171 | 41 | 0.27 | 0 | 0.76 | 0.33 | 81.69 | 0.61 | 0.42 |
| Hex | 7C | AB | 29 | 1B | 0 | 4C | 21 | 52 | 3D | 2A |
| Octal | 174 | 253 | 51 | 33 | 0 | 114 | 41 | 122 | 75 | 52 |
| Binary | 1111100 | 10101011 | 101001 | 11011 | 0 | 1001100 | 100001 | 1010010 | 111101 | 101010 |
Color Harmonies of #7CAB29
Complementary color
Monochromatic Colors of #7CAB29
Black with #7CAB29
Text Example
Text Example
White with #7CAB29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAB29; }
p { color: rgb(124,171,41); }
H1.HeaderClassName
{
color: #7CAB29;
}
.AnyTagClassName
{
color: #7CAB29;
}
</style>
background-color css
<style>
a { background-color: #7CAB29; }
a { background-color: rgb(124,171,41); }
div.DivClassName
{
background-color: #7CAB29;
}
.BgClassName
{
background-color: #7CAB29;
}
</style>
border-color css
<style>
span { border-color: #7CAB29; }
span { border-color: rgb(124,171,41); }
td.TdClassName
{
border-color: #7CAB29;
}
.TagClassName
{
border-color: #7CAB29;
}
</style>