Shades of Lima #7CC616
Tints of Lima #7CC616
RGB
CMYK
RGB Variations
Color information
#7CC616 (or 0x7CC616) is known color: Lima. HEX triplet: 7C, C6 and 16. RGB value is (124,198,22). Sum of RGB (Red+Green+Blue) = 124+198+22=344 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.05% from 344); Green value is 198 (77.73% from 255 or 57.56% from 344); Blue value is 22 (8.98% from 255 or 6.40% from 344); Max value from RGB is 198 - color contains mainly: green. Hex color #7CC616 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CC616 is #8339E9. Grayscale: #9C9C9C. Windows color (decimal): -8600042 or 1492604. OLE color: 1492604.
HSL color Cylindrical-coordinate representation of color #7CC616: hue angle of 85.23º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7CC616 is Cyan = 0.37, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 124 | 198 | 22 | - |
| CMYK | 0.37 | 0 | 0.89 | 0.22 |
| HSL | 85.23º | 0.8% | 0.43% | - |
| HSV(B) | 85.23º | 0.89% | 0.78% | - |
| XYZ | 28.65 | 44.73 | 7.88 | - |
| YUV | 155.81 | 52.48 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 198 | 22 | 0.37 | 0 | 0.89 | 0.22 | 85.23 | 0.8 | 0.43 |
| Hex | 7C | C6 | 16 | 25 | 0 | 59 | 16 | 55 | 50 | 2B |
| Octal | 174 | 306 | 26 | 45 | 0 | 131 | 26 | 125 | 120 | 53 |
| Binary | 1111100 | 11000110 | 10110 | 100101 | 0 | 1011001 | 10110 | 1010101 | 1010000 | 101011 |
Color Harmonies of #7CC616
Complementary color
Monochromatic Colors of #7CC616
Black with #7CC616
Text Example
Text Example
White with #7CC616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC616; }
p { color: rgb(124,198,22); }
H1.HeaderClassName
{
color: #7CC616;
}
.AnyTagClassName
{
color: #7CC616;
}
</style>
background-color css
<style>
a { background-color: #7CC616; }
a { background-color: rgb(124,198,22); }
div.DivClassName
{
background-color: #7CC616;
}
.BgClassName
{
background-color: #7CC616;
}
</style>
border-color css
<style>
span { border-color: #7CC616; }
span { border-color: rgb(124,198,22); }
td.TdClassName
{
border-color: #7CC616;
}
.TagClassName
{
border-color: #7CC616;
}
</style>