Shades of Lima #7CB731
Tints of Lima #7CB731
RGB
CMYK
RGB Variations
Color information
#7CB731 (or 0x7CB731) is known color: Lima. HEX triplet: 7C, B7 and 31. RGB value is (124,183,49). Sum of RGB (Red+Green+Blue) = 124+183+49=356 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.83% from 356); Green value is 183 (71.88% from 255 or 51.40% from 356); Blue value is 49 (19.53% from 255 or 13.76% from 356); Max value from RGB is 183 - color contains mainly: green. Hex color #7CB731 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB731 is #8348CE. Grayscale: #969696. Windows color (decimal): -8603855 or 3258236. OLE color: 3258236.
HSL color Cylindrical-coordinate representation of color #7CB731: hue angle of 86.42º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7CB731 is Cyan = 0.32, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 124 | 183 | 49 | - |
| CMYK | 0.32 | 0 | 0.73 | 0.28 |
| HSL | 86.42º | 0.58% | 0.45% | - |
| HSV(B) | 86.42º | 0.73% | 0.72% | - |
| XYZ | 25.8 | 38.37 | 8.95 | - |
| YUV | 150.08 | 70.95 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 183 | 49 | 0.32 | 0 | 0.73 | 0.28 | 86.42 | 0.58 | 0.45 |
| Hex | 7C | B7 | 31 | 20 | 0 | 49 | 1C | 56 | 3A | 2D |
| Octal | 174 | 267 | 61 | 40 | 0 | 111 | 34 | 126 | 72 | 55 |
| Binary | 1111100 | 10110111 | 110001 | 100000 | 0 | 1001001 | 11100 | 1010110 | 111010 | 101101 |
Color Harmonies of #7CB731
Complementary color
Monochromatic Colors of #7CB731
Black with #7CB731
Text Example
Text Example
White with #7CB731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB731; }
p { color: rgb(124,183,49); }
H1.HeaderClassName
{
color: #7CB731;
}
.AnyTagClassName
{
color: #7CB731;
}
</style>
background-color css
<style>
a { background-color: #7CB731; }
a { background-color: rgb(124,183,49); }
div.DivClassName
{
background-color: #7CB731;
}
.BgClassName
{
background-color: #7CB731;
}
</style>
border-color css
<style>
span { border-color: #7CB731; }
span { border-color: rgb(124,183,49); }
td.TdClassName
{
border-color: #7CB731;
}
.TagClassName
{
border-color: #7CB731;
}
</style>