Shades of Lima #7CCA14
Tints of Lima #7CCA14
RGB
CMYK
RGB Variations
Color information
#7CCA14 (or 0x7CCA14) is known color: Lima. HEX triplet: 7C, CA and 14. RGB value is (124,202,20). Sum of RGB (Red+Green+Blue) = 124+202+20=346 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.84% from 346); Green value is 202 (79.30% from 255 or 58.38% from 346); Blue value is 20 (8.20% from 255 or 5.78% from 346); Max value from RGB is 202 - color contains mainly: green. Hex color #7CCA14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CCA14 is #8335EB. Grayscale: #9E9E9E. Windows color (decimal): -8599020 or 1362556. OLE color: 1362556.
HSL color Cylindrical-coordinate representation of color #7CCA14: hue angle of 85.71º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7CCA14 is Cyan = 0.39, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 124 | 202 | 20 | - |
| CMYK | 0.39 | 0 | 0.90 | 0.21 |
| HSL | 85.71º | 0.82% | 0.44% | - |
| HSV(B) | 85.71º | 0.9% | 0.79% | - |
| XYZ | 29.56 | 46.58 | 8.09 | - |
| YUV | 157.93 | 50.16 | 103.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 202 | 20 | 0.39 | 0 | 0.90 | 0.21 | 85.71 | 0.82 | 0.44 |
| Hex | 7C | CA | 14 | 27 | 0 | 5A | 15 | 56 | 52 | 2C |
| Octal | 174 | 312 | 24 | 47 | 0 | 132 | 25 | 126 | 122 | 54 |
| Binary | 1111100 | 11001010 | 10100 | 100111 | 0 | 1011010 | 10101 | 1010110 | 1010010 | 101100 |
Color Harmonies of #7CCA14
Complementary color
Monochromatic Colors of #7CCA14
Black with #7CCA14
Text Example
Text Example
White with #7CCA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCA14; }
p { color: rgb(124,202,20); }
H1.HeaderClassName
{
color: #7CCA14;
}
.AnyTagClassName
{
color: #7CCA14;
}
</style>
background-color css
<style>
a { background-color: #7CCA14; }
a { background-color: rgb(124,202,20); }
div.DivClassName
{
background-color: #7CCA14;
}
.BgClassName
{
background-color: #7CCA14;
}
</style>
border-color css
<style>
span { border-color: #7CCA14; }
span { border-color: rgb(124,202,20); }
td.TdClassName
{
border-color: #7CCA14;
}
.TagClassName
{
border-color: #7CCA14;
}
</style>