Shades of Lima #7CBA37
Tints of Lima #7CBA37
RGB
CMYK
RGB Variations
Color information
#7CBA37 (or 0x7CBA37) is known color: Lima. HEX triplet: 7C, BA and 37. RGB value is (124,186,55). Sum of RGB (Red+Green+Blue) = 124+186+55=365 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.97% from 365); Green value is 186 (73.05% from 255 or 50.96% from 365); Blue value is 55 (21.88% from 255 or 15.07% from 365); Max value from RGB is 186 - color contains mainly: green. Hex color #7CBA37 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CBA37 is #8345C8. Grayscale: #989898. Windows color (decimal): -8603081 or 3652220. OLE color: 3652220.
HSL color Cylindrical-coordinate representation of color #7CBA37: hue angle of 88.4º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7CBA37 is Cyan = 0.33, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 186 | 55 | - |
| CMYK | 0.33 | 0 | 0.70 | 0.27 |
| HSL | 88.4º | 0.54% | 0.47% | - |
| HSV(B) | 88.4º | 0.7% | 0.73% | - |
| XYZ | 26.56 | 39.68 | 9.87 | - |
| YUV | 152.53 | 72.96 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 186 | 55 | 0.33 | 0 | 0.70 | 0.27 | 88.4 | 0.54 | 0.47 |
| Hex | 7C | BA | 37 | 21 | 0 | 46 | 1B | 58 | 36 | 2F |
| Octal | 174 | 272 | 67 | 41 | 0 | 106 | 33 | 130 | 66 | 57 |
| Binary | 1111100 | 10111010 | 110111 | 100001 | 0 | 1000110 | 11011 | 1011000 | 110110 | 101111 |
Color Harmonies of #7CBA37
Complementary color
Monochromatic Colors of #7CBA37
Black with #7CBA37
Text Example
Text Example
White with #7CBA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBA37; }
p { color: rgb(124,186,55); }
H1.HeaderClassName
{
color: #7CBA37;
}
.AnyTagClassName
{
color: #7CBA37;
}
</style>
background-color css
<style>
a { background-color: #7CBA37; }
a { background-color: rgb(124,186,55); }
div.DivClassName
{
background-color: #7CBA37;
}
.BgClassName
{
background-color: #7CBA37;
}
</style>
border-color css
<style>
span { border-color: #7CBA37; }
span { border-color: rgb(124,186,55); }
td.TdClassName
{
border-color: #7CBA37;
}
.TagClassName
{
border-color: #7CBA37;
}
</style>