Shades of Lima #7CBA19
Tints of Lima #7CBA19
RGB
CMYK
RGB Variations
Color information
#7CBA19 (or 0x7CBA19) is known color: Lima. HEX triplet: 7C, BA and 19. RGB value is (124,186,25). Sum of RGB (Red+Green+Blue) = 124+186+25=335 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.01% from 335); Green value is 186 (73.05% from 255 or 55.52% from 335); Blue value is 25 (10.16% from 255 or 7.46% from 335); Max value from RGB is 186 - color contains mainly: green. Hex color #7CBA19 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CBA19 is #8345E6. Grayscale: #959595. Windows color (decimal): -8603111 or 1686140. OLE color: 1686140.
HSL color Cylindrical-coordinate representation of color #7CBA19: hue angle of 83.11º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7CBA19 is Cyan = 0.33, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 186 | 25 | - |
| CMYK | 0.33 | 0 | 0.87 | 0.27 |
| HSL | 83.11º | 0.76% | 0.41% | - |
| HSV(B) | 83.11º | 0.87% | 0.73% | - |
| XYZ | 26.05 | 39.47 | 7.17 | - |
| YUV | 149.11 | 57.96 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 186 | 25 | 0.33 | 0 | 0.87 | 0.27 | 83.11 | 0.76 | 0.41 |
| Hex | 7C | BA | 19 | 21 | 0 | 57 | 1B | 53 | 4C | 29 |
| Octal | 174 | 272 | 31 | 41 | 0 | 127 | 33 | 123 | 114 | 51 |
| Binary | 1111100 | 10111010 | 11001 | 100001 | 0 | 1010111 | 11011 | 1010011 | 1001100 | 101001 |
Color Harmonies of #7CBA19
Complementary color
Monochromatic Colors of #7CBA19
Black with #7CBA19
Text Example
Text Example
White with #7CBA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBA19; }
p { color: rgb(124,186,25); }
H1.HeaderClassName
{
color: #7CBA19;
}
.AnyTagClassName
{
color: #7CBA19;
}
</style>
background-color css
<style>
a { background-color: #7CBA19; }
a { background-color: rgb(124,186,25); }
div.DivClassName
{
background-color: #7CBA19;
}
.BgClassName
{
background-color: #7CBA19;
}
</style>
border-color css
<style>
span { border-color: #7CBA19; }
span { border-color: rgb(124,186,25); }
td.TdClassName
{
border-color: #7CBA19;
}
.TagClassName
{
border-color: #7CBA19;
}
</style>