Shades of Lima #7CC019
Tints of Lima #7CC019
RGB
CMYK
RGB Variations
Color information
#7CC019 (or 0x7CC019) is known color: Lima. HEX triplet: 7C, C0 and 19. RGB value is (124,192,25). Sum of RGB (Red+Green+Blue) = 124+192+25=341 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.36% from 341); Green value is 192 (75.39% from 255 or 56.30% from 341); Blue value is 25 (10.16% from 255 or 7.33% from 341); Max value from RGB is 192 - color contains mainly: green. Hex color #7CC019 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CC019 is #833FE6. Grayscale: #999999. Windows color (decimal): -8601575 or 1687676. OLE color: 1687676.
HSL color Cylindrical-coordinate representation of color #7CC019: hue angle of 84.43º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7CC019 is Cyan = 0.35, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 192 | 25 | - |
| CMYK | 0.35 | 0 | 0.87 | 0.25 |
| HSL | 84.43º | 0.77% | 0.43% | - |
| HSV(B) | 84.43º | 0.87% | 0.75% | - |
| XYZ | 27.34 | 42.05 | 7.6 | - |
| YUV | 152.63 | 55.97 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 192 | 25 | 0.35 | 0 | 0.87 | 0.25 | 84.43 | 0.77 | 0.43 |
| Hex | 7C | C0 | 19 | 23 | 0 | 57 | 19 | 54 | 4D | 2B |
| Octal | 174 | 300 | 31 | 43 | 0 | 127 | 31 | 124 | 115 | 53 |
| Binary | 1111100 | 11000000 | 11001 | 100011 | 0 | 1010111 | 11001 | 1010100 | 1001101 | 101011 |
Color Harmonies of #7CC019
Complementary color
Monochromatic Colors of #7CC019
Black with #7CC019
Text Example
Text Example
White with #7CC019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC019; }
p { color: rgb(124,192,25); }
H1.HeaderClassName
{
color: #7CC019;
}
.AnyTagClassName
{
color: #7CC019;
}
</style>
background-color css
<style>
a { background-color: #7CC019; }
a { background-color: rgb(124,192,25); }
div.DivClassName
{
background-color: #7CC019;
}
.BgClassName
{
background-color: #7CC019;
}
</style>
border-color css
<style>
span { border-color: #7CC019; }
span { border-color: rgb(124,192,25); }
td.TdClassName
{
border-color: #7CC019;
}
.TagClassName
{
border-color: #7CC019;
}
</style>