Shades of Lima #7CC620
Tints of Lima #7CC620
RGB
CMYK
RGB Variations
Color information
#7CC620 (or 0x7CC620) is known color: Lima. HEX triplet: 7C, C6 and 20. RGB value is (124,198,32). Sum of RGB (Red+Green+Blue) = 124+198+32=354 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.03% from 354); Green value is 198 (77.73% from 255 or 55.93% from 354); Blue value is 32 (12.89% from 255 or 9.04% from 354); Max value from RGB is 198 - color contains mainly: green. Hex color #7CC620 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC620 is #8339DF. Grayscale: #9D9D9D. Windows color (decimal): -8600032 or 2147964. OLE color: 2147964.
HSL color Cylindrical-coordinate representation of color #7CC620: hue angle of 86.75º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7CC620 is Cyan = 0.37, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 124 | 198 | 32 | - |
| CMYK | 0.37 | 0 | 0.84 | 0.22 |
| HSL | 86.75º | 0.72% | 0.45% | - |
| HSV(B) | 86.75º | 0.84% | 0.78% | - |
| XYZ | 28.77 | 44.78 | 8.49 | - |
| YUV | 156.95 | 57.48 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 198 | 32 | 0.37 | 0 | 0.84 | 0.22 | 86.75 | 0.72 | 0.45 |
| Hex | 7C | C6 | 20 | 25 | 0 | 54 | 16 | 57 | 48 | 2D |
| Octal | 174 | 306 | 40 | 45 | 0 | 124 | 26 | 127 | 110 | 55 |
| Binary | 1111100 | 11000110 | 100000 | 100101 | 0 | 1010100 | 10110 | 1010111 | 1001000 | 101101 |
Color Harmonies of #7CC620
Complementary color
Monochromatic Colors of #7CC620
Black with #7CC620
Text Example
Text Example
White with #7CC620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC620; }
p { color: rgb(124,198,32); }
H1.HeaderClassName
{
color: #7CC620;
}
.AnyTagClassName
{
color: #7CC620;
}
</style>
background-color css
<style>
a { background-color: #7CC620; }
a { background-color: rgb(124,198,32); }
div.DivClassName
{
background-color: #7CC620;
}
.BgClassName
{
background-color: #7CC620;
}
</style>
border-color css
<style>
span { border-color: #7CC620; }
span { border-color: rgb(124,198,32); }
td.TdClassName
{
border-color: #7CC620;
}
.TagClassName
{
border-color: #7CC620;
}
</style>