Shades of Lima #7CB62C
Tints of Lima #7CB62C
RGB
CMYK
RGB Variations
Color information
#7CB62C (or 0x7CB62C) is known color: Lima. HEX triplet: 7C, B6 and 2C. RGB value is (124,182,44). Sum of RGB (Red+Green+Blue) = 124+182+44=350 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.43% from 350); Green value is 182 (71.48% from 255 or 52% from 350); Blue value is 44 (17.58% from 255 or 12.57% from 350); Max value from RGB is 182 - color contains mainly: green. Hex color #7CB62C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB62C is #8349D3. Grayscale: #959595. Windows color (decimal): -8604116 or 2930300. OLE color: 2930300.
HSL color Cylindrical-coordinate representation of color #7CB62C: hue angle of 85.22º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7CB62C is Cyan = 0.32, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 124 | 182 | 44 | - |
| CMYK | 0.32 | 0 | 0.76 | 0.29 |
| HSL | 85.22º | 0.61% | 0.44% | - |
| HSV(B) | 85.22º | 0.76% | 0.71% | - |
| XYZ | 25.49 | 37.92 | 8.36 | - |
| YUV | 148.93 | 68.78 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 182 | 44 | 0.32 | 0 | 0.76 | 0.29 | 85.22 | 0.61 | 0.44 |
| Hex | 7C | B6 | 2C | 20 | 0 | 4C | 1D | 55 | 3D | 2C |
| Octal | 174 | 266 | 54 | 40 | 0 | 114 | 35 | 125 | 75 | 54 |
| Binary | 1111100 | 10110110 | 101100 | 100000 | 0 | 1001100 | 11101 | 1010101 | 111101 | 101100 |
Color Harmonies of #7CB62C
Complementary color
Monochromatic Colors of #7CB62C
Black with #7CB62C
Text Example
Text Example
White with #7CB62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB62C; }
p { color: rgb(124,182,44); }
H1.HeaderClassName
{
color: #7CB62C;
}
.AnyTagClassName
{
color: #7CB62C;
}
</style>
background-color css
<style>
a { background-color: #7CB62C; }
a { background-color: rgb(124,182,44); }
div.DivClassName
{
background-color: #7CB62C;
}
.BgClassName
{
background-color: #7CB62C;
}
</style>
border-color css
<style>
span { border-color: #7CB62C; }
span { border-color: rgb(124,182,44); }
td.TdClassName
{
border-color: #7CB62C;
}
.TagClassName
{
border-color: #7CB62C;
}
</style>