Shades of Lima #7CBA31
Tints of Lima #7CBA31
RGB
CMYK
RGB Variations
Color information
#7CBA31 (or 0x7CBA31) is known color: Lima. HEX triplet: 7C, BA and 31. RGB value is (124,186,49). Sum of RGB (Red+Green+Blue) = 124+186+49=359 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.54% from 359); Green value is 186 (73.05% from 255 or 51.81% from 359); Blue value is 49 (19.53% from 255 or 13.65% from 359); Max value from RGB is 186 - color contains mainly: green. Hex color #7CBA31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CBA31 is #8345CE. Grayscale: #989898. Windows color (decimal): -8603087 or 3259004. OLE color: 3259004.
HSL color Cylindrical-coordinate representation of color #7CBA31: hue angle of 87.15º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7CBA31 is Cyan = 0.33, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 186 | 49 | - |
| CMYK | 0.33 | 0 | 0.74 | 0.27 |
| HSL | 87.15º | 0.58% | 0.46% | - |
| HSV(B) | 87.15º | 0.74% | 0.73% | - |
| XYZ | 26.43 | 39.62 | 9.16 | - |
| YUV | 151.84 | 69.96 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 186 | 49 | 0.33 | 0 | 0.74 | 0.27 | 87.15 | 0.58 | 0.46 |
| Hex | 7C | BA | 31 | 21 | 0 | 4A | 1B | 57 | 3A | 2E |
| Octal | 174 | 272 | 61 | 41 | 0 | 112 | 33 | 127 | 72 | 56 |
| Binary | 1111100 | 10111010 | 110001 | 100001 | 0 | 1001010 | 11011 | 1010111 | 111010 | 101110 |
Color Harmonies of #7CBA31
Complementary color
Monochromatic Colors of #7CBA31
Black with #7CBA31
Text Example
Text Example
White with #7CBA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBA31; }
p { color: rgb(124,186,49); }
H1.HeaderClassName
{
color: #7CBA31;
}
.AnyTagClassName
{
color: #7CBA31;
}
</style>
background-color css
<style>
a { background-color: #7CBA31; }
a { background-color: rgb(124,186,49); }
div.DivClassName
{
background-color: #7CBA31;
}
.BgClassName
{
background-color: #7CBA31;
}
</style>
border-color css
<style>
span { border-color: #7CBA31; }
span { border-color: rgb(124,186,49); }
td.TdClassName
{
border-color: #7CBA31;
}
.TagClassName
{
border-color: #7CBA31;
}
</style>