Shades of Lima #7CCA04
Tints of Lima #7CCA04
RGB
CMYK
RGB Variations
Color information
#7CCA04 (or 0x7CCA04) is known color: Lima. HEX triplet: 7C, CA and 04. RGB value is (124,202,4). Sum of RGB (Red+Green+Blue) = 124+202+4=330 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.58% from 330); Green value is 202 (79.30% from 255 or 61.21% from 330); Blue value is 4 (1.95% from 255 or 1.21% from 330); Max value from RGB is 202 - color contains mainly: green. Hex color #7CCA04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CCA04 is #8335FB. Grayscale: #9C9C9C. Windows color (decimal): -8599036 or 313980. OLE color: 313980.
HSL color Cylindrical-coordinate representation of color #7CCA04: hue angle of 83.64º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7CCA04 is Cyan = 0.39, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 124 | 202 | 4 | - |
| CMYK | 0.39 | 0 | 0.98 | 0.21 |
| HSL | 83.64º | 0.96% | 0.4% | - |
| HSV(B) | 83.64º | 0.98% | 0.79% | - |
| XYZ | 29.45 | 46.53 | 7.54 | - |
| YUV | 156.11 | 42.16 | 105.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 202 | 4 | 0.39 | 0 | 0.98 | 0.21 | 83.64 | 0.96 | 0.4 |
| Hex | 7C | CA | 4 | 27 | 0 | 62 | 15 | 54 | 60 | 28 |
| Octal | 174 | 312 | 4 | 47 | 0 | 142 | 25 | 124 | 140 | 50 |
| Binary | 1111100 | 11001010 | 100 | 100111 | 0 | 1100010 | 10101 | 1010100 | 1100000 | 101000 |
Color Harmonies of #7CCA04
Complementary color
Monochromatic Colors of #7CCA04
Black with #7CCA04
Text Example
Text Example
White with #7CCA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCA04; }
p { color: rgb(124,202,4); }
H1.HeaderClassName
{
color: #7CCA04;
}
.AnyTagClassName
{
color: #7CCA04;
}
</style>
background-color css
<style>
a { background-color: #7CCA04; }
a { background-color: rgb(124,202,4); }
div.DivClassName
{
background-color: #7CCA04;
}
.BgClassName
{
background-color: #7CCA04;
}
</style>
border-color css
<style>
span { border-color: #7CCA04; }
span { border-color: rgb(124,202,4); }
td.TdClassName
{
border-color: #7CCA04;
}
.TagClassName
{
border-color: #7CCA04;
}
</style>