Shades of Lima #7CB522
Tints of Lima #7CB522
RGB
CMYK
RGB Variations
Color information
#7CB522 (or 0x7CB522) is known color: Lima. HEX triplet: 7C, B5 and 22. RGB value is (124,181,34). Sum of RGB (Red+Green+Blue) = 124+181+34=339 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.58% from 339); Green value is 181 (71.09% from 255 or 53.39% from 339); Blue value is 34 (13.67% from 255 or 10.03% from 339); Max value from RGB is 181 - color contains mainly: green. Hex color #7CB522 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB522 is #834ADD. Grayscale: #939393. Windows color (decimal): -8604382 or 2274684. OLE color: 2274684.
HSL color Cylindrical-coordinate representation of color #7CB522: hue angle of 83.27º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7CB522 is Cyan = 0.31, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 124 | 181 | 34 | - |
| CMYK | 0.31 | 0 | 0.81 | 0.29 |
| HSL | 83.27º | 0.68% | 0.42% | - |
| HSV(B) | 83.27º | 0.81% | 0.71% | - |
| XYZ | 25.12 | 37.45 | 7.42 | - |
| YUV | 147.2 | 64.12 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 181 | 34 | 0.31 | 0 | 0.81 | 0.29 | 83.27 | 0.68 | 0.42 |
| Hex | 7C | B5 | 22 | 1F | 0 | 51 | 1D | 53 | 44 | 2A |
| Octal | 174 | 265 | 42 | 37 | 0 | 121 | 35 | 123 | 104 | 52 |
| Binary | 1111100 | 10110101 | 100010 | 11111 | 0 | 1010001 | 11101 | 1010011 | 1000100 | 101010 |
Color Harmonies of #7CB522
Complementary color
Monochromatic Colors of #7CB522
Black with #7CB522
Text Example
Text Example
White with #7CB522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB522; }
p { color: rgb(124,181,34); }
H1.HeaderClassName
{
color: #7CB522;
}
.AnyTagClassName
{
color: #7CB522;
}
</style>
background-color css
<style>
a { background-color: #7CB522; }
a { background-color: rgb(124,181,34); }
div.DivClassName
{
background-color: #7CB522;
}
.BgClassName
{
background-color: #7CB522;
}
</style>
border-color css
<style>
span { border-color: #7CB522; }
span { border-color: rgb(124,181,34); }
td.TdClassName
{
border-color: #7CB522;
}
.TagClassName
{
border-color: #7CB522;
}
</style>