Shades of Lima #7CB619
Tints of Lima #7CB619
RGB
CMYK
RGB Variations
Color information
#7CB619 (or 0x7CB619) is known color: Lima. HEX triplet: 7C, B6 and 19. RGB value is (124,182,25). Sum of RGB (Red+Green+Blue) = 124+182+25=331 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.46% from 331); Green value is 182 (71.48% from 255 or 54.98% from 331); Blue value is 25 (10.16% from 255 or 7.55% from 331); Max value from RGB is 182 - color contains mainly: green. Hex color #7CB619 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CB619 is #8349E6. Grayscale: #939393. Windows color (decimal): -8604135 or 1685116. OLE color: 1685116.
HSL color Cylindrical-coordinate representation of color #7CB619: hue angle of 82.17º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7CB619 is Cyan = 0.32, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 124 | 182 | 25 | - |
| CMYK | 0.32 | 0 | 0.86 | 0.29 |
| HSL | 82.17º | 0.76% | 0.41% | - |
| HSV(B) | 82.17º | 0.86% | 0.71% | - |
| XYZ | 25.22 | 37.81 | 6.89 | - |
| YUV | 146.76 | 59.28 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 182 | 25 | 0.32 | 0 | 0.86 | 0.29 | 82.17 | 0.76 | 0.41 |
| Hex | 7C | B6 | 19 | 20 | 0 | 56 | 1D | 52 | 4C | 29 |
| Octal | 174 | 266 | 31 | 40 | 0 | 126 | 35 | 122 | 114 | 51 |
| Binary | 1111100 | 10110110 | 11001 | 100000 | 0 | 1010110 | 11101 | 1010010 | 1001100 | 101001 |
Color Harmonies of #7CB619
Complementary color
Monochromatic Colors of #7CB619
Black with #7CB619
Text Example
Text Example
White with #7CB619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB619; }
p { color: rgb(124,182,25); }
H1.HeaderClassName
{
color: #7CB619;
}
.AnyTagClassName
{
color: #7CB619;
}
</style>
background-color css
<style>
a { background-color: #7CB619; }
a { background-color: rgb(124,182,25); }
div.DivClassName
{
background-color: #7CB619;
}
.BgClassName
{
background-color: #7CB619;
}
</style>
border-color css
<style>
span { border-color: #7CB619; }
span { border-color: rgb(124,182,25); }
td.TdClassName
{
border-color: #7CB619;
}
.TagClassName
{
border-color: #7CB619;
}
</style>