Shades of Lima #7CB50C
Tints of Lima #7CB50C
RGB
CMYK
RGB Variations
Color information
#7CB50C (or 0x7CB50C) is known color: Lima. HEX triplet: 7C, B5 and 0C. RGB value is (124,181,12). Sum of RGB (Red+Green+Blue) = 124+181+12=317 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.12% from 317); Green value is 181 (71.09% from 255 or 57.10% from 317); Blue value is 12 (5.08% from 255 or 3.79% from 317); Max value from RGB is 181 - color contains mainly: green. Hex color #7CB50C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CB50C is #834AF3. Grayscale: #919191. Windows color (decimal): -8604404 or 832892. OLE color: 832892.
HSL color Cylindrical-coordinate representation of color #7CB50C: hue angle of 80.24º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7CB50C is Cyan = 0.31, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 124 | 181 | 12 | - |
| CMYK | 0.31 | 0 | 0.93 | 0.29 |
| HSL | 80.24º | 0.88% | 0.38% | - |
| HSV(B) | 80.24º | 0.93% | 0.71% | - |
| XYZ | 24.9 | 37.36 | 6.25 | - |
| YUV | 144.69 | 53.12 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 181 | 12 | 0.31 | 0 | 0.93 | 0.29 | 80.24 | 0.88 | 0.38 |
| Hex | 7C | B5 | C | 1F | 0 | 5D | 1D | 50 | 58 | 26 |
| Octal | 174 | 265 | 14 | 37 | 0 | 135 | 35 | 120 | 130 | 46 |
| Binary | 1111100 | 10110101 | 1100 | 11111 | 0 | 1011101 | 11101 | 1010000 | 1011000 | 100110 |
Color Harmonies of #7CB50C
Complementary color
Monochromatic Colors of #7CB50C
Black with #7CB50C
Text Example
Text Example
White with #7CB50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB50C; }
p { color: rgb(124,181,12); }
H1.HeaderClassName
{
color: #7CB50C;
}
.AnyTagClassName
{
color: #7CB50C;
}
</style>
background-color css
<style>
a { background-color: #7CB50C; }
a { background-color: rgb(124,181,12); }
div.DivClassName
{
background-color: #7CB50C;
}
.BgClassName
{
background-color: #7CB50C;
}
</style>
border-color css
<style>
span { border-color: #7CB50C; }
span { border-color: rgb(124,181,12); }
td.TdClassName
{
border-color: #7CB50C;
}
.TagClassName
{
border-color: #7CB50C;
}
</style>