Shades of Lima #7CBC0E
Tints of Lima #7CBC0E
RGB
CMYK
RGB Variations
Color information
#7CBC0E (or 0x7CBC0E) is known color: Lima. HEX triplet: 7C, BC and 0E. RGB value is (124,188,14). Sum of RGB (Red+Green+Blue) = 124+188+14=326 (43% of max value = 765). Red value is 124 (48.83% from 255 or 38.04% from 326); Green value is 188 (73.83% from 255 or 57.67% from 326); Blue value is 14 (5.86% from 255 or 4.29% from 326); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBC0E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CBC0E is #8343F1. Grayscale: #959595. Windows color (decimal): -8602610 or 965756. OLE color: 965756.
HSL color Cylindrical-coordinate representation of color #7CBC0E: hue angle of 82.07º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7CBC0E is Cyan = 0.34, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 188 | 14 | - |
| CMYK | 0.34 | 0 | 0.93 | 0.26 |
| HSL | 82.07º | 0.86% | 0.4% | - |
| HSV(B) | 82.07º | 0.93% | 0.74% | - |
| XYZ | 26.37 | 40.28 | 6.8 | - |
| YUV | 149.03 | 51.8 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 188 | 14 | 0.34 | 0 | 0.93 | 0.26 | 82.07 | 0.86 | 0.4 |
| Hex | 7C | BC | E | 22 | 0 | 5D | 1A | 52 | 56 | 28 |
| Octal | 174 | 274 | 16 | 42 | 0 | 135 | 32 | 122 | 126 | 50 |
| Binary | 1111100 | 10111100 | 1110 | 100010 | 0 | 1011101 | 11010 | 1010010 | 1010110 | 101000 |
Color Harmonies of #7CBC0E
Complementary color
Monochromatic Colors of #7CBC0E
Black with #7CBC0E
Text Example
Text Example
White with #7CBC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBC0E; }
p { color: rgb(124,188,14); }
H1.HeaderClassName
{
color: #7CBC0E;
}
.AnyTagClassName
{
color: #7CBC0E;
}
</style>
background-color css
<style>
a { background-color: #7CBC0E; }
a { background-color: rgb(124,188,14); }
div.DivClassName
{
background-color: #7CBC0E;
}
.BgClassName
{
background-color: #7CBC0E;
}
</style>
border-color css
<style>
span { border-color: #7CBC0E; }
span { border-color: rgb(124,188,14); }
td.TdClassName
{
border-color: #7CBC0E;
}
.TagClassName
{
border-color: #7CBC0E;
}
</style>