Shades of Lima #7CC503
Tints of Lima #7CC503
RGB
CMYK
RGB Variations
Color information
#7CC503 (or 0x7CC503) is known color: Lima. HEX triplet: 7C, C5 and 03. RGB value is (124,197,3). Sum of RGB (Red+Green+Blue) = 124+197+3=324 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.27% from 324); Green value is 197 (77.34% from 255 or 60.80% from 324); Blue value is 3 (1.56% from 255 or 0.93% from 324); Max value from RGB is 197 - color contains mainly: green. Hex color #7CC503 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CC503 is #833AFC. Grayscale: #999999. Windows color (decimal): -8600317 or 247164. OLE color: 247164.
HSL color Cylindrical-coordinate representation of color #7CC503: hue angle of 82.58º degrees, saturation: 0.97, 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 #7CC503 is Cyan = 0.37, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 124 | 197 | 3 | - |
| CMYK | 0.37 | 0 | 0.98 | 0.23 |
| HSL | 82.58º | 0.97% | 0.39% | - |
| HSV(B) | 82.58º | 0.98% | 0.77% | - |
| XYZ | 28.29 | 44.22 | 7.13 | - |
| YUV | 153.06 | 43.32 | 107.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 197 | 3 | 0.37 | 0 | 0.98 | 0.23 | 82.58 | 0.97 | 0.39 |
| Hex | 7C | C5 | 3 | 25 | 0 | 62 | 17 | 53 | 61 | 27 |
| Octal | 174 | 305 | 3 | 45 | 0 | 142 | 27 | 123 | 141 | 47 |
| Binary | 1111100 | 11000101 | 11 | 100101 | 0 | 1100010 | 10111 | 1010011 | 1100001 | 100111 |
Color Harmonies of #7CC503
Complementary color
Monochromatic Colors of #7CC503
Black with #7CC503
Text Example
Text Example
White with #7CC503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC503; }
p { color: rgb(124,197,3); }
H1.HeaderClassName
{
color: #7CC503;
}
.AnyTagClassName
{
color: #7CC503;
}
</style>
background-color css
<style>
a { background-color: #7CC503; }
a { background-color: rgb(124,197,3); }
div.DivClassName
{
background-color: #7CC503;
}
.BgClassName
{
background-color: #7CC503;
}
</style>
border-color css
<style>
span { border-color: #7CC503; }
span { border-color: rgb(124,197,3); }
td.TdClassName
{
border-color: #7CC503;
}
.TagClassName
{
border-color: #7CC503;
}
</style>