Shades of Lima #7CCC06
Tints of Lima #7CCC06
RGB
CMYK
RGB Variations
Color information
#7CCC06 (or 0x7CCC06) is known color: Lima. HEX triplet: 7C, CC and 06. RGB value is (124,204,6). Sum of RGB (Red+Green+Blue) = 124+204+6=334 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.13% from 334); Green value is 204 (80.08% from 255 or 61.08% from 334); Blue value is 6 (2.73% from 255 or 1.80% from 334); Max value from RGB is 204 - color contains mainly: green. Hex color #7CCC06 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CCC06 is #8333F9. Grayscale: #9E9E9E. Windows color (decimal): -8598522 or 445564. OLE color: 445564.
HSL color Cylindrical-coordinate representation of color #7CCC06: hue angle of 84.24º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7CCC06 is Cyan = 0.39, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 124 | 204 | 6 | - |
| CMYK | 0.39 | 0 | 0.97 | 0.2 |
| HSL | 84.24º | 0.94% | 0.41% | - |
| HSV(B) | 84.24º | 0.97% | 0.8% | - |
| XYZ | 29.94 | 47.48 | 7.76 | - |
| YUV | 157.51 | 42.5 | 104.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 204 | 6 | 0.39 | 0 | 0.97 | 0.2 | 84.24 | 0.94 | 0.41 |
| Hex | 7C | CC | 6 | 27 | 0 | 61 | 14 | 54 | 5E | 29 |
| Octal | 174 | 314 | 6 | 47 | 0 | 141 | 24 | 124 | 136 | 51 |
| Binary | 1111100 | 11001100 | 110 | 100111 | 0 | 1100001 | 10100 | 1010100 | 1011110 | 101001 |
Color Harmonies of #7CCC06
Complementary color
Monochromatic Colors of #7CCC06
Black with #7CCC06
Text Example
Text Example
White with #7CCC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCC06; }
p { color: rgb(124,204,6); }
H1.HeaderClassName
{
color: #7CCC06;
}
.AnyTagClassName
{
color: #7CCC06;
}
</style>
background-color css
<style>
a { background-color: #7CCC06; }
a { background-color: rgb(124,204,6); }
div.DivClassName
{
background-color: #7CCC06;
}
.BgClassName
{
background-color: #7CCC06;
}
</style>
border-color css
<style>
span { border-color: #7CCC06; }
span { border-color: rgb(124,204,6); }
td.TdClassName
{
border-color: #7CCC06;
}
.TagClassName
{
border-color: #7CCC06;
}
</style>