Shades of Lima #7CBA14
Tints of Lima #7CBA14
RGB
CMYK
RGB Variations
Color information
#7CBA14 (or 0x7CBA14) is known color: Lima. HEX triplet: 7C, BA and 14. RGB value is (124,186,20). Sum of RGB (Red+Green+Blue) = 124+186+20=330 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.58% from 330); Green value is 186 (73.05% from 255 or 56.36% from 330); Blue value is 20 (8.20% from 255 or 6.06% from 330); Max value from RGB is 186 - color contains mainly: green. Hex color #7CBA14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CBA14 is #8345EB. Grayscale: #959595. Windows color (decimal): -8603116 or 1358460. OLE color: 1358460.
HSL color Cylindrical-coordinate representation of color #7CBA14: hue angle of 82.41º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7CBA14 is Cyan = 0.33, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 186 | 20 | - |
| CMYK | 0.33 | 0 | 0.89 | 0.27 |
| HSL | 82.41º | 0.81% | 0.4% | - |
| HSV(B) | 82.41º | 0.89% | 0.73% | - |
| XYZ | 26 | 39.45 | 6.91 | - |
| YUV | 148.54 | 55.46 | 110.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 186 | 20 | 0.33 | 0 | 0.89 | 0.27 | 82.41 | 0.81 | 0.4 |
| Hex | 7C | BA | 14 | 21 | 0 | 59 | 1B | 52 | 51 | 28 |
| Octal | 174 | 272 | 24 | 41 | 0 | 131 | 33 | 122 | 121 | 50 |
| Binary | 1111100 | 10111010 | 10100 | 100001 | 0 | 1011001 | 11011 | 1010010 | 1010001 | 101000 |
Color Harmonies of #7CBA14
Complementary color
Monochromatic Colors of #7CBA14
Black with #7CBA14
Text Example
Text Example
White with #7CBA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBA14; }
p { color: rgb(124,186,20); }
H1.HeaderClassName
{
color: #7CBA14;
}
.AnyTagClassName
{
color: #7CBA14;
}
</style>
background-color css
<style>
a { background-color: #7CBA14; }
a { background-color: rgb(124,186,20); }
div.DivClassName
{
background-color: #7CBA14;
}
.BgClassName
{
background-color: #7CBA14;
}
</style>
border-color css
<style>
span { border-color: #7CBA14; }
span { border-color: rgb(124,186,20); }
td.TdClassName
{
border-color: #7CBA14;
}
.TagClassName
{
border-color: #7CBA14;
}
</style>