Shades of Lima #7CC504
Tints of Lima #7CC504
RGB
CMYK
RGB Variations
Color information
#7CC504 (or 0x7CC504) is known color: Lima. HEX triplet: 7C, C5 and 04. RGB value is (124,197,4). Sum of RGB (Red+Green+Blue) = 124+197+4=325 (43% of max value = 765). Red value is 124 (48.83% from 255 or 38.15% from 325); Green value is 197 (77.34% from 255 or 60.62% from 325); Blue value is 4 (1.95% from 255 or 1.23% from 325); Max value from RGB is 197 - color contains mainly: green. Hex color #7CC504 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CC504 is #833AFB. Grayscale: #999999. Windows color (decimal): -8600316 or 312700. OLE color: 312700.
HSL color Cylindrical-coordinate representation of color #7CC504: hue angle of 82.69º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7CC504 is Cyan = 0.37, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 124 | 197 | 4 | - |
| CMYK | 0.37 | 0 | 0.98 | 0.23 |
| HSL | 82.69º | 0.96% | 0.39% | - |
| HSV(B) | 82.69º | 0.98% | 0.77% | - |
| XYZ | 28.3 | 44.23 | 7.16 | - |
| YUV | 153.17 | 43.82 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 197 | 4 | 0.37 | 0 | 0.98 | 0.23 | 82.69 | 0.96 | 0.39 |
| Hex | 7C | C5 | 4 | 25 | 0 | 62 | 17 | 53 | 60 | 27 |
| Octal | 174 | 305 | 4 | 45 | 0 | 142 | 27 | 123 | 140 | 47 |
| Binary | 1111100 | 11000101 | 100 | 100101 | 0 | 1100010 | 10111 | 1010011 | 1100000 | 100111 |
Color Harmonies of #7CC504
Complementary color
Monochromatic Colors of #7CC504
Black with #7CC504
Text Example
Text Example
White with #7CC504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC504; }
p { color: rgb(124,197,4); }
H1.HeaderClassName
{
color: #7CC504;
}
.AnyTagClassName
{
color: #7CC504;
}
</style>
background-color css
<style>
a { background-color: #7CC504; }
a { background-color: rgb(124,197,4); }
div.DivClassName
{
background-color: #7CC504;
}
.BgClassName
{
background-color: #7CC504;
}
</style>
border-color css
<style>
span { border-color: #7CC504; }
span { border-color: rgb(124,197,4); }
td.TdClassName
{
border-color: #7CC504;
}
.TagClassName
{
border-color: #7CC504;
}
</style>