Shades of Lima #7CB519
Tints of Lima #7CB519
RGB
CMYK
RGB Variations
Color information
#7CB519 (or 0x7CB519) is known color: Lima. HEX triplet: 7C, B5 and 19. RGB value is (124,181,25). Sum of RGB (Red+Green+Blue) = 124+181+25=330 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.58% from 330); Green value is 181 (71.09% from 255 or 54.85% from 330); Blue value is 25 (10.16% from 255 or 7.58% from 330); Max value from RGB is 181 - color contains mainly: green. Hex color #7CB519 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CB519 is #834AE6. Grayscale: #929292. Windows color (decimal): -8604391 or 1684860. OLE color: 1684860.
HSL color Cylindrical-coordinate representation of color #7CB519: hue angle of 81.92º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7CB519 is Cyan = 0.31, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 124 | 181 | 25 | - |
| CMYK | 0.31 | 0 | 0.86 | 0.29 |
| HSL | 81.92º | 0.76% | 0.4% | - |
| HSV(B) | 81.92º | 0.86% | 0.71% | - |
| XYZ | 25.01 | 37.4 | 6.82 | - |
| YUV | 146.17 | 59.62 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 181 | 25 | 0.31 | 0 | 0.86 | 0.29 | 81.92 | 0.76 | 0.4 |
| Hex | 7C | B5 | 19 | 1F | 0 | 56 | 1D | 52 | 4C | 28 |
| Octal | 174 | 265 | 31 | 37 | 0 | 126 | 35 | 122 | 114 | 50 |
| Binary | 1111100 | 10110101 | 11001 | 11111 | 0 | 1010110 | 11101 | 1010010 | 1001100 | 101000 |
Color Harmonies of #7CB519
Complementary color
Monochromatic Colors of #7CB519
Black with #7CB519
Text Example
Text Example
White with #7CB519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB519; }
p { color: rgb(124,181,25); }
H1.HeaderClassName
{
color: #7CB519;
}
.AnyTagClassName
{
color: #7CB519;
}
</style>
background-color css
<style>
a { background-color: #7CB519; }
a { background-color: rgb(124,181,25); }
div.DivClassName
{
background-color: #7CB519;
}
.BgClassName
{
background-color: #7CB519;
}
</style>
border-color css
<style>
span { border-color: #7CB519; }
span { border-color: rgb(124,181,25); }
td.TdClassName
{
border-color: #7CB519;
}
.TagClassName
{
border-color: #7CB519;
}
</style>