Shades of Lima #7CC003
Tints of Lima #7CC003
RGB
CMYK
RGB Variations
Color information
#7CC003 (or 0x7CC003) is known color: Lima. HEX triplet: 7C, C0 and 03. RGB value is (124,192,3). Sum of RGB (Red+Green+Blue) = 124+192+3=319 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.87% from 319); Green value is 192 (75.39% from 255 or 60.19% from 319); Blue value is 3 (1.56% from 255 or 0.94% from 319); Max value from RGB is 192 - color contains mainly: green. Hex color #7CC003 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CC003 is #833FFC. Grayscale: #969696. Windows color (decimal): -8601597 or 245884. OLE color: 245884.
HSL color Cylindrical-coordinate representation of color #7CC003: hue angle of 81.59º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7CC003 is Cyan = 0.35, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 192 | 3 | - |
| CMYK | 0.35 | 0 | 0.98 | 0.25 |
| HSL | 81.59º | 0.97% | 0.38% | - |
| HSV(B) | 81.59º | 0.98% | 0.75% | - |
| XYZ | 27.18 | 41.99 | 6.76 | - |
| YUV | 150.12 | 44.97 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 192 | 3 | 0.35 | 0 | 0.98 | 0.25 | 81.59 | 0.97 | 0.38 |
| Hex | 7C | C0 | 3 | 23 | 0 | 62 | 19 | 52 | 61 | 26 |
| Octal | 174 | 300 | 3 | 43 | 0 | 142 | 31 | 122 | 141 | 46 |
| Binary | 1111100 | 11000000 | 11 | 100011 | 0 | 1100010 | 11001 | 1010010 | 1100001 | 100110 |
Color Harmonies of #7CC003
Complementary color
Monochromatic Colors of #7CC003
Black with #7CC003
Text Example
Text Example
White with #7CC003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC003; }
p { color: rgb(124,192,3); }
H1.HeaderClassName
{
color: #7CC003;
}
.AnyTagClassName
{
color: #7CC003;
}
</style>
background-color css
<style>
a { background-color: #7CC003; }
a { background-color: rgb(124,192,3); }
div.DivClassName
{
background-color: #7CC003;
}
.BgClassName
{
background-color: #7CC003;
}
</style>
border-color css
<style>
span { border-color: #7CC003; }
span { border-color: rgb(124,192,3); }
td.TdClassName
{
border-color: #7CC003;
}
.TagClassName
{
border-color: #7CC003;
}
</style>