Shades of Lima #7CCA16
Tints of Lima #7CCA16
RGB
CMYK
RGB Variations
Color information
#7CCA16 (or 0x7CCA16) is known color: Lima. HEX triplet: 7C, CA and 16. RGB value is (124,202,22). Sum of RGB (Red+Green+Blue) = 124+202+22=348 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.63% from 348); Green value is 202 (79.30% from 255 or 58.05% from 348); Blue value is 22 (8.98% from 255 or 6.32% from 348); Max value from RGB is 202 - color contains mainly: green. Hex color #7CCA16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CCA16 is #8335E9. Grayscale: #9E9E9E. Windows color (decimal): -8599018 or 1493628. OLE color: 1493628.
HSL color Cylindrical-coordinate representation of color #7CCA16: hue angle of 86º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7CCA16 is Cyan = 0.39, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 124 | 202 | 22 | - |
| CMYK | 0.39 | 0 | 0.89 | 0.21 |
| HSL | 86º | 0.8% | 0.44% | - |
| HSV(B) | 86º | 0.89% | 0.79% | - |
| XYZ | 29.58 | 46.58 | 8.19 | - |
| YUV | 158.16 | 51.16 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 202 | 22 | 0.39 | 0 | 0.89 | 0.21 | 86 | 0.8 | 0.44 |
| Hex | 7C | CA | 16 | 27 | 0 | 59 | 15 | 56 | 50 | 2C |
| Octal | 174 | 312 | 26 | 47 | 0 | 131 | 25 | 126 | 120 | 54 |
| Binary | 1111100 | 11001010 | 10110 | 100111 | 0 | 1011001 | 10101 | 1010110 | 1010000 | 101100 |
Color Harmonies of #7CCA16
Complementary color
Monochromatic Colors of #7CCA16
Black with #7CCA16
Text Example
Text Example
White with #7CCA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCA16; }
p { color: rgb(124,202,22); }
H1.HeaderClassName
{
color: #7CCA16;
}
.AnyTagClassName
{
color: #7CCA16;
}
</style>
background-color css
<style>
a { background-color: #7CCA16; }
a { background-color: rgb(124,202,22); }
div.DivClassName
{
background-color: #7CCA16;
}
.BgClassName
{
background-color: #7CCA16;
}
</style>
border-color css
<style>
span { border-color: #7CCA16; }
span { border-color: rgb(124,202,22); }
td.TdClassName
{
border-color: #7CCA16;
}
.TagClassName
{
border-color: #7CCA16;
}
</style>