Shades of Lima #7CB915
Tints of Lima #7CB915
RGB
CMYK
RGB Variations
Color information
#7CB915 (or 0x7CB915) is known color: Lima. HEX triplet: 7C, B9 and 15. RGB value is (124,185,21). Sum of RGB (Red+Green+Blue) = 124+185+21=330 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.58% from 330); Green value is 185 (72.66% from 255 or 56.06% from 330); Blue value is 21 (8.59% from 255 or 6.36% from 330); Max value from RGB is 185 - color contains mainly: green. Hex color #7CB915 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CB915 is #8346EA. Grayscale: #949494. Windows color (decimal): -8603371 or 1423740. OLE color: 1423740.
HSL color Cylindrical-coordinate representation of color #7CB915: hue angle of 82.32º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7CB915 is Cyan = 0.33, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 185 | 21 | - |
| CMYK | 0.33 | 0 | 0.89 | 0.27 |
| HSL | 82.32º | 0.8% | 0.4% | - |
| HSV(B) | 82.32º | 0.89% | 0.73% | - |
| XYZ | 25.8 | 39.04 | 6.88 | - |
| YUV | 148.07 | 56.29 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 185 | 21 | 0.33 | 0 | 0.89 | 0.27 | 82.32 | 0.8 | 0.4 |
| Hex | 7C | B9 | 15 | 21 | 0 | 59 | 1B | 52 | 50 | 28 |
| Octal | 174 | 271 | 25 | 41 | 0 | 131 | 33 | 122 | 120 | 50 |
| Binary | 1111100 | 10111001 | 10101 | 100001 | 0 | 1011001 | 11011 | 1010010 | 1010000 | 101000 |
Color Harmonies of #7CB915
Complementary color
Monochromatic Colors of #7CB915
Black with #7CB915
Text Example
Text Example
White with #7CB915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB915; }
p { color: rgb(124,185,21); }
H1.HeaderClassName
{
color: #7CB915;
}
.AnyTagClassName
{
color: #7CB915;
}
</style>
background-color css
<style>
a { background-color: #7CB915; }
a { background-color: rgb(124,185,21); }
div.DivClassName
{
background-color: #7CB915;
}
.BgClassName
{
background-color: #7CB915;
}
</style>
border-color css
<style>
span { border-color: #7CB915; }
span { border-color: rgb(124,185,21); }
td.TdClassName
{
border-color: #7CB915;
}
.TagClassName
{
border-color: #7CB915;
}
</style>