Shades of Lima #7CB613
Tints of Lima #7CB613
RGB
CMYK
RGB Variations
Color information
#7CB613 (or 0x7CB613) is known color: Lima. HEX triplet: 7C, B6 and 13. RGB value is (124,182,19). Sum of RGB (Red+Green+Blue) = 124+182+19=325 (43% of max value = 765). Red value is 124 (48.83% from 255 or 38.15% from 325); Green value is 182 (71.48% from 255 or 56% from 325); Blue value is 19 (7.81% from 255 or 5.85% from 325); Max value from RGB is 182 - color contains mainly: green. Hex color #7CB613 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CB613 is #8349EC. Grayscale: #929292. Windows color (decimal): -8604141 or 1291900. OLE color: 1291900.
HSL color Cylindrical-coordinate representation of color #7CB613: hue angle of 81.35º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7CB613 is Cyan = 0.32, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 124 | 182 | 19 | - |
| CMYK | 0.32 | 0 | 0.90 | 0.29 |
| HSL | 81.35º | 0.81% | 0.39% | - |
| HSV(B) | 81.35º | 0.9% | 0.71% | - |
| XYZ | 25.16 | 37.79 | 6.58 | - |
| YUV | 146.08 | 56.28 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 182 | 19 | 0.32 | 0 | 0.90 | 0.29 | 81.35 | 0.81 | 0.39 |
| Hex | 7C | B6 | 13 | 20 | 0 | 5A | 1D | 51 | 51 | 27 |
| Octal | 174 | 266 | 23 | 40 | 0 | 132 | 35 | 121 | 121 | 47 |
| Binary | 1111100 | 10110110 | 10011 | 100000 | 0 | 1011010 | 11101 | 1010001 | 1010001 | 100111 |
Color Harmonies of #7CB613
Complementary color
Monochromatic Colors of #7CB613
Black with #7CB613
Text Example
Text Example
White with #7CB613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB613; }
p { color: rgb(124,182,19); }
H1.HeaderClassName
{
color: #7CB613;
}
.AnyTagClassName
{
color: #7CB613;
}
</style>
background-color css
<style>
a { background-color: #7CB613; }
a { background-color: rgb(124,182,19); }
div.DivClassName
{
background-color: #7CB613;
}
.BgClassName
{
background-color: #7CB613;
}
</style>
border-color css
<style>
span { border-color: #7CB613; }
span { border-color: rgb(124,182,19); }
td.TdClassName
{
border-color: #7CB613;
}
.TagClassName
{
border-color: #7CB613;
}
</style>