Shades of Lima #7CCC16
Tints of Lima #7CCC16
RGB
CMYK
RGB Variations
Color information
#7CCC16 (or 0x7CCC16) is known color: Lima. HEX triplet: 7C, CC and 16. RGB value is (124,204,22). Sum of RGB (Red+Green+Blue) = 124+204+22=350 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.43% from 350); Green value is 204 (80.08% from 255 or 58.29% from 350); Blue value is 22 (8.98% from 255 or 6.29% from 350); Max value from RGB is 204 - color contains mainly: green. Hex color #7CCC16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CCC16 is #8333E9. Grayscale: #9F9F9F. Windows color (decimal): -8598506 or 1494140. OLE color: 1494140.
HSL color Cylindrical-coordinate representation of color #7CCC16: hue angle of 86.37º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7CCC16 is Cyan = 0.39, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 124 | 204 | 22 | - |
| CMYK | 0.39 | 0 | 0.89 | 0.2 |
| HSL | 86.37º | 0.81% | 0.44% | - |
| HSV(B) | 86.37º | 0.89% | 0.8% | - |
| XYZ | 30.05 | 47.53 | 8.35 | - |
| YUV | 159.33 | 50.5 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 204 | 22 | 0.39 | 0 | 0.89 | 0.2 | 86.37 | 0.81 | 0.44 |
| Hex | 7C | CC | 16 | 27 | 0 | 59 | 14 | 56 | 51 | 2C |
| Octal | 174 | 314 | 26 | 47 | 0 | 131 | 24 | 126 | 121 | 54 |
| Binary | 1111100 | 11001100 | 10110 | 100111 | 0 | 1011001 | 10100 | 1010110 | 1010001 | 101100 |
Color Harmonies of #7CCC16
Complementary color
Monochromatic Colors of #7CCC16
Black with #7CCC16
Text Example
Text Example
White with #7CCC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCC16; }
p { color: rgb(124,204,22); }
H1.HeaderClassName
{
color: #7CCC16;
}
.AnyTagClassName
{
color: #7CCC16;
}
</style>
background-color css
<style>
a { background-color: #7CCC16; }
a { background-color: rgb(124,204,22); }
div.DivClassName
{
background-color: #7CCC16;
}
.BgClassName
{
background-color: #7CCC16;
}
</style>
border-color css
<style>
span { border-color: #7CCC16; }
span { border-color: rgb(124,204,22); }
td.TdClassName
{
border-color: #7CCC16;
}
.TagClassName
{
border-color: #7CCC16;
}
</style>