Shades of Lima #7CB72B
Tints of Lima #7CB72B
RGB
CMYK
RGB Variations
Color information
#7CB72B (or 0x7CB72B) is known color: Lima. HEX triplet: 7C, B7 and 2B. RGB value is (124,183,43). Sum of RGB (Red+Green+Blue) = 124+183+43=350 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.43% from 350); Green value is 183 (71.88% from 255 or 52.29% from 350); Blue value is 43 (17.19% from 255 or 12.29% from 350); Max value from RGB is 183 - color contains mainly: green. Hex color #7CB72B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB72B is #8348D4. Grayscale: #959595. Windows color (decimal): -8603861 or 2865020. OLE color: 2865020.
HSL color Cylindrical-coordinate representation of color #7CB72B: hue angle of 85.29º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7CB72B is Cyan = 0.32, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 124 | 183 | 43 | - |
| CMYK | 0.32 | 0 | 0.77 | 0.28 |
| HSL | 85.29º | 0.62% | 0.44% | - |
| HSV(B) | 85.29º | 0.77% | 0.72% | - |
| XYZ | 25.68 | 38.33 | 8.33 | - |
| YUV | 149.4 | 67.95 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 183 | 43 | 0.32 | 0 | 0.77 | 0.28 | 85.29 | 0.62 | 0.44 |
| Hex | 7C | B7 | 2B | 20 | 0 | 4D | 1C | 55 | 3E | 2C |
| Octal | 174 | 267 | 53 | 40 | 0 | 115 | 34 | 125 | 76 | 54 |
| Binary | 1111100 | 10110111 | 101011 | 100000 | 0 | 1001101 | 11100 | 1010101 | 111110 | 101100 |
Color Harmonies of #7CB72B
Complementary color
Monochromatic Colors of #7CB72B
Black with #7CB72B
Text Example
Text Example
White with #7CB72B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB72B; }
p { color: rgb(124,183,43); }
H1.HeaderClassName
{
color: #7CB72B;
}
.AnyTagClassName
{
color: #7CB72B;
}
</style>
background-color css
<style>
a { background-color: #7CB72B; }
a { background-color: rgb(124,183,43); }
div.DivClassName
{
background-color: #7CB72B;
}
.BgClassName
{
background-color: #7CB72B;
}
</style>
border-color css
<style>
span { border-color: #7CB72B; }
span { border-color: rgb(124,183,43); }
td.TdClassName
{
border-color: #7CB72B;
}
.TagClassName
{
border-color: #7CB72B;
}
</style>