Shades of Lima #7CC419
Tints of Lima #7CC419
RGB
CMYK
RGB Variations
Color information
#7CC419 (or 0x7CC419) is known color: Lima. HEX triplet: 7C, C4 and 19. RGB value is (124,196,25). Sum of RGB (Red+Green+Blue) = 124+196+25=345 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.94% from 345); Green value is 196 (76.95% from 255 or 56.81% from 345); Blue value is 25 (10.16% from 255 or 7.25% from 345); Max value from RGB is 196 - color contains mainly: green. Hex color #7CC419 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CC419 is #833BE6. Grayscale: #9B9B9B. Windows color (decimal): -8600551 or 1688700. OLE color: 1688700.
HSL color Cylindrical-coordinate representation of color #7CC419: hue angle of 85.26º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7CC419 is Cyan = 0.37, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 124 | 196 | 25 | - |
| CMYK | 0.37 | 0 | 0.87 | 0.23 |
| HSL | 85.26º | 0.77% | 0.43% | - |
| HSV(B) | 85.26º | 0.87% | 0.77% | - |
| XYZ | 28.23 | 43.84 | 7.89 | - |
| YUV | 154.98 | 54.65 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 196 | 25 | 0.37 | 0 | 0.87 | 0.23 | 85.26 | 0.77 | 0.43 |
| Hex | 7C | C4 | 19 | 25 | 0 | 57 | 17 | 55 | 4D | 2B |
| Octal | 174 | 304 | 31 | 45 | 0 | 127 | 27 | 125 | 115 | 53 |
| Binary | 1111100 | 11000100 | 11001 | 100101 | 0 | 1010111 | 10111 | 1010101 | 1001101 | 101011 |
Color Harmonies of #7CC419
Complementary color
Monochromatic Colors of #7CC419
Black with #7CC419
Text Example
Text Example
White with #7CC419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC419; }
p { color: rgb(124,196,25); }
H1.HeaderClassName
{
color: #7CC419;
}
.AnyTagClassName
{
color: #7CC419;
}
</style>
background-color css
<style>
a { background-color: #7CC419; }
a { background-color: rgb(124,196,25); }
div.DivClassName
{
background-color: #7CC419;
}
.BgClassName
{
background-color: #7CC419;
}
</style>
border-color css
<style>
span { border-color: #7CC419; }
span { border-color: rgb(124,196,25); }
td.TdClassName
{
border-color: #7CC419;
}
.TagClassName
{
border-color: #7CC419;
}
</style>