Shades of Lima #7CBA2F
Tints of Lima #7CBA2F
RGB
CMYK
RGB Variations
Color information
#7CBA2F (or 0x7CBA2F) is known color: Lima. HEX triplet: 7C, BA and 2F. RGB value is (124,186,47). Sum of RGB (Red+Green+Blue) = 124+186+47=357 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.73% from 357); Green value is 186 (73.05% from 255 or 52.10% from 357); Blue value is 47 (18.75% from 255 or 13.17% from 357); Max value from RGB is 186 - color contains mainly: green. Hex color #7CBA2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CBA2F is #8345D0. Grayscale: #989898. Windows color (decimal): -8603089 or 3127932. OLE color: 3127932.
HSL color Cylindrical-coordinate representation of color #7CBA2F: hue angle of 86.76º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7CBA2F is Cyan = 0.33, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 186 | 47 | - |
| CMYK | 0.33 | 0 | 0.75 | 0.27 |
| HSL | 86.76º | 0.6% | 0.46% | - |
| HSV(B) | 86.76º | 0.75% | 0.73% | - |
| XYZ | 26.38 | 39.61 | 8.94 | - |
| YUV | 151.62 | 68.96 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 186 | 47 | 0.33 | 0 | 0.75 | 0.27 | 86.76 | 0.6 | 0.46 |
| Hex | 7C | BA | 2F | 21 | 0 | 4B | 1B | 57 | 3C | 2E |
| Octal | 174 | 272 | 57 | 41 | 0 | 113 | 33 | 127 | 74 | 56 |
| Binary | 1111100 | 10111010 | 101111 | 100001 | 0 | 1001011 | 11011 | 1010111 | 111100 | 101110 |
Color Harmonies of #7CBA2F
Complementary color
Monochromatic Colors of #7CBA2F
Black with #7CBA2F
Text Example
Text Example
White with #7CBA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBA2F; }
p { color: rgb(124,186,47); }
H1.HeaderClassName
{
color: #7CBA2F;
}
.AnyTagClassName
{
color: #7CBA2F;
}
</style>
background-color css
<style>
a { background-color: #7CBA2F; }
a { background-color: rgb(124,186,47); }
div.DivClassName
{
background-color: #7CBA2F;
}
.BgClassName
{
background-color: #7CBA2F;
}
</style>
border-color css
<style>
span { border-color: #7CBA2F; }
span { border-color: rgb(124,186,47); }
td.TdClassName
{
border-color: #7CBA2F;
}
.TagClassName
{
border-color: #7CBA2F;
}
</style>