Shades of Lima #7CBA2B
Tints of Lima #7CBA2B
RGB
CMYK
RGB Variations
Color information
#7CBA2B (or 0x7CBA2B) is known color: Lima. HEX triplet: 7C, BA and 2B. RGB value is (124,186,43). Sum of RGB (Red+Green+Blue) = 124+186+43=353 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.13% from 353); Green value is 186 (73.05% from 255 or 52.69% from 353); Blue value is 43 (17.19% from 255 or 12.18% from 353); Max value from RGB is 186 - color contains mainly: green. Hex color #7CBA2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CBA2B is #8345D4. Grayscale: #979797. Windows color (decimal): -8603093 or 2865788. OLE color: 2865788.
HSL color Cylindrical-coordinate representation of color #7CBA2B: hue angle of 86.01º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7CBA2B is Cyan = 0.33, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 186 | 43 | - |
| CMYK | 0.33 | 0 | 0.77 | 0.27 |
| HSL | 86.01º | 0.62% | 0.45% | - |
| HSV(B) | 86.01º | 0.77% | 0.73% | - |
| XYZ | 26.31 | 39.58 | 8.54 | - |
| YUV | 151.16 | 66.96 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 186 | 43 | 0.33 | 0 | 0.77 | 0.27 | 86.01 | 0.62 | 0.45 |
| Hex | 7C | BA | 2B | 21 | 0 | 4D | 1B | 56 | 3E | 2D |
| Octal | 174 | 272 | 53 | 41 | 0 | 115 | 33 | 126 | 76 | 55 |
| Binary | 1111100 | 10111010 | 101011 | 100001 | 0 | 1001101 | 11011 | 1010110 | 111110 | 101101 |
Color Harmonies of #7CBA2B
Complementary color
Monochromatic Colors of #7CBA2B
Black with #7CBA2B
Text Example
Text Example
White with #7CBA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBA2B; }
p { color: rgb(124,186,43); }
H1.HeaderClassName
{
color: #7CBA2B;
}
.AnyTagClassName
{
color: #7CBA2B;
}
</style>
background-color css
<style>
a { background-color: #7CBA2B; }
a { background-color: rgb(124,186,43); }
div.DivClassName
{
background-color: #7CBA2B;
}
.BgClassName
{
background-color: #7CBA2B;
}
</style>
border-color css
<style>
span { border-color: #7CBA2B; }
span { border-color: rgb(124,186,43); }
td.TdClassName
{
border-color: #7CBA2B;
}
.TagClassName
{
border-color: #7CBA2B;
}
</style>