Shades of Lima #7CC60D
Tints of Lima #7CC60D
RGB
CMYK
RGB Variations
Color information
#7CC60D (or 0x7CC60D) is known color: Lima. HEX triplet: 7C, C6 and 0D. RGB value is (124,198,13). Sum of RGB (Red+Green+Blue) = 124+198+13=335 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.01% from 335); Green value is 198 (77.73% from 255 or 59.10% from 335); Blue value is 13 (5.47% from 255 or 3.88% from 335); Max value from RGB is 198 - color contains mainly: green. Hex color #7CC60D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CC60D is #8339F2. Grayscale: #9B9B9B. Windows color (decimal): -8600051 or 902780. OLE color: 902780.
HSL color Cylindrical-coordinate representation of color #7CC60D: hue angle of 84º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7CC60D is Cyan = 0.37, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 124 | 198 | 13 | - |
| CMYK | 0.37 | 0 | 0.93 | 0.22 |
| HSL | 84º | 0.88% | 0.41% | - |
| HSV(B) | 84º | 0.93% | 0.78% | - |
| XYZ | 28.58 | 44.7 | 7.5 | - |
| YUV | 154.78 | 47.98 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 198 | 13 | 0.37 | 0 | 0.93 | 0.22 | 84 | 0.88 | 0.41 |
| Hex | 7C | C6 | D | 25 | 0 | 5D | 16 | 54 | 58 | 29 |
| Octal | 174 | 306 | 15 | 45 | 0 | 135 | 26 | 124 | 130 | 51 |
| Binary | 1111100 | 11000110 | 1101 | 100101 | 0 | 1011101 | 10110 | 1010100 | 1011000 | 101001 |
Color Harmonies of #7CC60D
Complementary color
Monochromatic Colors of #7CC60D
Black with #7CC60D
Text Example
Text Example
White with #7CC60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC60D; }
p { color: rgb(124,198,13); }
H1.HeaderClassName
{
color: #7CC60D;
}
.AnyTagClassName
{
color: #7CC60D;
}
</style>
background-color css
<style>
a { background-color: #7CC60D; }
a { background-color: rgb(124,198,13); }
div.DivClassName
{
background-color: #7CC60D;
}
.BgClassName
{
background-color: #7CC60D;
}
</style>
border-color css
<style>
span { border-color: #7CC60D; }
span { border-color: rgb(124,198,13); }
td.TdClassName
{
border-color: #7CC60D;
}
.TagClassName
{
border-color: #7CC60D;
}
</style>