Shades of Lima #7CC532
Tints of Lima #7CC532
RGB
CMYK
RGB Variations
Color information
#7CC532 (or 0x7CC532) is known color: Lima. HEX triplet: 7C, C5 and 32. RGB value is (124,197,50). Sum of RGB (Red+Green+Blue) = 124+197+50=371 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.42% from 371); Green value is 197 (77.34% from 255 or 53.10% from 371); Blue value is 50 (19.92% from 255 or 13.48% from 371); Max value from RGB is 197 - color contains mainly: green. Hex color #7CC532 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC532 is #833ACD. Grayscale: #9E9E9E. Windows color (decimal): -8600270 or 3327356. OLE color: 3327356.
HSL color Cylindrical-coordinate representation of color #7CC532: hue angle of 89.8º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7CC532 is Cyan = 0.37, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 124 | 197 | 50 | - |
| CMYK | 0.37 | 0 | 0.75 | 0.23 |
| HSL | 89.8º | 0.6% | 0.48% | - |
| HSV(B) | 89.8º | 0.75% | 0.77% | - |
| XYZ | 28.85 | 44.45 | 10.08 | - |
| YUV | 158.42 | 66.82 | 103.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 197 | 50 | 0.37 | 0 | 0.75 | 0.23 | 89.8 | 0.6 | 0.48 |
| Hex | 7C | C5 | 32 | 25 | 0 | 4B | 17 | 5A | 3C | 30 |
| Octal | 174 | 305 | 62 | 45 | 0 | 113 | 27 | 132 | 74 | 60 |
| Binary | 1111100 | 11000101 | 110010 | 100101 | 0 | 1001011 | 10111 | 1011010 | 111100 | 110000 |
Color Harmonies of #7CC532
Complementary color
Monochromatic Colors of #7CC532
Black with #7CC532
Text Example
Text Example
White with #7CC532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC532; }
p { color: rgb(124,197,50); }
H1.HeaderClassName
{
color: #7CC532;
}
.AnyTagClassName
{
color: #7CC532;
}
</style>
background-color css
<style>
a { background-color: #7CC532; }
a { background-color: rgb(124,197,50); }
div.DivClassName
{
background-color: #7CC532;
}
.BgClassName
{
background-color: #7CC532;
}
</style>
border-color css
<style>
span { border-color: #7CC532; }
span { border-color: rgb(124,197,50); }
td.TdClassName
{
border-color: #7CC532;
}
.TagClassName
{
border-color: #7CC532;
}
</style>