Shades of Lima #7CB513
Tints of Lima #7CB513
RGB
CMYK
RGB Variations
Color information
#7CB513 (or 0x7CB513) is known color: Lima. HEX triplet: 7C, B5 and 13. RGB value is (124,181,19). Sum of RGB (Red+Green+Blue) = 124+181+19=324 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.27% from 324); Green value is 181 (71.09% from 255 or 55.86% from 324); Blue value is 19 (7.81% from 255 or 5.86% from 324); Max value from RGB is 181 - color contains mainly: green. Hex color #7CB513 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CB513 is #834AEC. Grayscale: #929292. Windows color (decimal): -8604397 or 1291644. OLE color: 1291644.
HSL color Cylindrical-coordinate representation of color #7CB513: hue angle of 81.11º 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 #7CB513 is Cyan = 0.31, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 124 | 181 | 19 | - |
| CMYK | 0.31 | 0 | 0.90 | 0.29 |
| HSL | 81.11º | 0.81% | 0.39% | - |
| HSV(B) | 81.11º | 0.9% | 0.71% | - |
| XYZ | 24.95 | 37.38 | 6.52 | - |
| YUV | 145.49 | 56.62 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 181 | 19 | 0.31 | 0 | 0.90 | 0.29 | 81.11 | 0.81 | 0.39 |
| Hex | 7C | B5 | 13 | 1F | 0 | 5A | 1D | 51 | 51 | 27 |
| Octal | 174 | 265 | 23 | 37 | 0 | 132 | 35 | 121 | 121 | 47 |
| Binary | 1111100 | 10110101 | 10011 | 11111 | 0 | 1011010 | 11101 | 1010001 | 1010001 | 100111 |
Color Harmonies of #7CB513
Complementary color
Monochromatic Colors of #7CB513
Black with #7CB513
Text Example
Text Example
White with #7CB513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB513; }
p { color: rgb(124,181,19); }
H1.HeaderClassName
{
color: #7CB513;
}
.AnyTagClassName
{
color: #7CB513;
}
</style>
background-color css
<style>
a { background-color: #7CB513; }
a { background-color: rgb(124,181,19); }
div.DivClassName
{
background-color: #7CB513;
}
.BgClassName
{
background-color: #7CB513;
}
</style>
border-color css
<style>
span { border-color: #7CB513; }
span { border-color: rgb(124,181,19); }
td.TdClassName
{
border-color: #7CB513;
}
.TagClassName
{
border-color: #7CB513;
}
</style>