Shades of Lima #7CBC11
Tints of Lima #7CBC11
RGB
CMYK
RGB Variations
Color information
#7CBC11 (or 0x7CBC11) is known color: Lima. HEX triplet: 7C, BC and 11. RGB value is (124,188,17). Sum of RGB (Red+Green+Blue) = 124+188+17=329 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.69% from 329); Green value is 188 (73.83% from 255 or 57.14% from 329); Blue value is 17 (7.03% from 255 or 5.17% from 329); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBC11 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CBC11 is #8343EE. Grayscale: #959595. Windows color (decimal): -8602607 or 1162364. OLE color: 1162364.
HSL color Cylindrical-coordinate representation of color #7CBC11: hue angle of 82.46º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7CBC11 is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 188 | 17 | - |
| CMYK | 0.34 | 0 | 0.91 | 0.26 |
| HSL | 82.46º | 0.83% | 0.4% | - |
| HSV(B) | 82.46º | 0.91% | 0.74% | - |
| XYZ | 26.4 | 40.29 | 6.92 | - |
| YUV | 149.37 | 53.3 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 188 | 17 | 0.34 | 0 | 0.91 | 0.26 | 82.46 | 0.83 | 0.4 |
| Hex | 7C | BC | 11 | 22 | 0 | 5B | 1A | 52 | 53 | 28 |
| Octal | 174 | 274 | 21 | 42 | 0 | 133 | 32 | 122 | 123 | 50 |
| Binary | 1111100 | 10111100 | 10001 | 100010 | 0 | 1011011 | 11010 | 1010010 | 1010011 | 101000 |
Color Harmonies of #7CBC11
Complementary color
Monochromatic Colors of #7CBC11
Black with #7CBC11
Text Example
Text Example
White with #7CBC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBC11; }
p { color: rgb(124,188,17); }
H1.HeaderClassName
{
color: #7CBC11;
}
.AnyTagClassName
{
color: #7CBC11;
}
</style>
background-color css
<style>
a { background-color: #7CBC11; }
a { background-color: rgb(124,188,17); }
div.DivClassName
{
background-color: #7CBC11;
}
.BgClassName
{
background-color: #7CBC11;
}
</style>
border-color css
<style>
span { border-color: #7CBC11; }
span { border-color: rgb(124,188,17); }
td.TdClassName
{
border-color: #7CBC11;
}
.TagClassName
{
border-color: #7CBC11;
}
</style>