Shades of Lima #7CCF0C
Tints of Lima #7CCF0C
RGB
CMYK
RGB Variations
Color information
#7CCF0C (or 0x7CCF0C) is known color: Lima. HEX triplet: 7C, CF and 0C. RGB value is (124,207,12). Sum of RGB (Red+Green+Blue) = 124+207+12=343 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.15% from 343); Green value is 207 (81.25% from 255 or 60.35% from 343); Blue value is 12 (5.08% from 255 or 3.50% from 343); Max value from RGB is 207 - color contains mainly: green. Hex color #7CCF0C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CCF0C is #8330F3. Grayscale: #A0A0A0. Windows color (decimal): -8597748 or 839548. OLE color: 839548.
HSL color Cylindrical-coordinate representation of color #7CCF0C: hue angle of 85.54º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7CCF0C is Cyan = 0.40, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 207 | 12 | - |
| CMYK | 0.40 | 0 | 0.94 | 0.19 |
| HSL | 85.54º | 0.89% | 0.43% | - |
| HSV(B) | 85.54º | 0.94% | 0.81% | - |
| XYZ | 30.69 | 48.94 | 8.18 | - |
| YUV | 159.95 | 44.5 | 102.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 207 | 12 | 0.40 | 0 | 0.94 | 0.19 | 85.54 | 0.89 | 0.43 |
| Hex | 7C | CF | C | 28 | 0 | 5E | 13 | 56 | 59 | 2B |
| Octal | 174 | 317 | 14 | 50 | 0 | 136 | 23 | 126 | 131 | 53 |
| Binary | 1111100 | 11001111 | 1100 | 101000 | 0 | 1011110 | 10011 | 1010110 | 1011001 | 101011 |
Color Harmonies of #7CCF0C
Complementary color
Monochromatic Colors of #7CCF0C
Black with #7CCF0C
Text Example
Text Example
White with #7CCF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCF0C; }
p { color: rgb(124,207,12); }
H1.HeaderClassName
{
color: #7CCF0C;
}
.AnyTagClassName
{
color: #7CCF0C;
}
</style>
background-color css
<style>
a { background-color: #7CCF0C; }
a { background-color: rgb(124,207,12); }
div.DivClassName
{
background-color: #7CCF0C;
}
.BgClassName
{
background-color: #7CCF0C;
}
</style>
border-color css
<style>
span { border-color: #7CCF0C; }
span { border-color: rgb(124,207,12); }
td.TdClassName
{
border-color: #7CCF0C;
}
.TagClassName
{
border-color: #7CCF0C;
}
</style>