Shades of Lima #7CC016
Tints of Lima #7CC016
RGB
CMYK
RGB Variations
Color information
#7CC016 (or 0x7CC016) is known color: Lima. HEX triplet: 7C, C0 and 16. RGB value is (124,192,22). Sum of RGB (Red+Green+Blue) = 124+192+22=338 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.69% from 338); Green value is 192 (75.39% from 255 or 56.80% from 338); Blue value is 22 (8.98% from 255 or 6.51% from 338); Max value from RGB is 192 - color contains mainly: green. Hex color #7CC016 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CC016 is #833FE9. Grayscale: #989898. Windows color (decimal): -8601578 or 1491068. OLE color: 1491068.
HSL color Cylindrical-coordinate representation of color #7CC016: hue angle of 84º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7CC016 is Cyan = 0.35, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 192 | 22 | - |
| CMYK | 0.35 | 0 | 0.89 | 0.25 |
| HSL | 84º | 0.79% | 0.42% | - |
| HSV(B) | 84º | 0.89% | 0.75% | - |
| XYZ | 27.31 | 42.04 | 7.43 | - |
| YUV | 152.29 | 54.47 | 107.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 192 | 22 | 0.35 | 0 | 0.89 | 0.25 | 84 | 0.79 | 0.42 |
| Hex | 7C | C0 | 16 | 23 | 0 | 59 | 19 | 54 | 4F | 2A |
| Octal | 174 | 300 | 26 | 43 | 0 | 131 | 31 | 124 | 117 | 52 |
| Binary | 1111100 | 11000000 | 10110 | 100011 | 0 | 1011001 | 11001 | 1010100 | 1001111 | 101010 |
Color Harmonies of #7CC016
Complementary color
Monochromatic Colors of #7CC016
Black with #7CC016
Text Example
Text Example
White with #7CC016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC016; }
p { color: rgb(124,192,22); }
H1.HeaderClassName
{
color: #7CC016;
}
.AnyTagClassName
{
color: #7CC016;
}
</style>
background-color css
<style>
a { background-color: #7CC016; }
a { background-color: rgb(124,192,22); }
div.DivClassName
{
background-color: #7CC016;
}
.BgClassName
{
background-color: #7CC016;
}
</style>
border-color css
<style>
span { border-color: #7CC016; }
span { border-color: rgb(124,192,22); }
td.TdClassName
{
border-color: #7CC016;
}
.TagClassName
{
border-color: #7CC016;
}
</style>