Shades of Lima #7CAC25
Tints of Lima #7CAC25
RGB
CMYK
RGB Variations
Color information
#7CAC25 (or 0x7CAC25) is known color: Lima. HEX triplet: 7C, AC and 25. RGB value is (124,172,37). Sum of RGB (Red+Green+Blue) = 124+172+37=333 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.24% from 333); Green value is 172 (67.58% from 255 or 51.65% from 333); Blue value is 37 (14.84% from 255 or 11.11% from 333); Max value from RGB is 172 - color contains mainly: green. Hex color #7CAC25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CAC25 is #8353DA. Grayscale: #8E8E8E. Windows color (decimal): -8606683 or 2468988. OLE color: 2468988.
HSL color Cylindrical-coordinate representation of color #7CAC25: hue angle of 81.33º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7CAC25 is Cyan = 0.28, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 172 | 37 | - |
| CMYK | 0.28 | 0 | 0.78 | 0.33 |
| HSL | 81.33º | 0.65% | 0.41% | - |
| HSV(B) | 81.33º | 0.78% | 0.67% | - |
| XYZ | 23.4 | 33.92 | 7.06 | - |
| YUV | 142.26 | 68.6 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 172 | 37 | 0.28 | 0 | 0.78 | 0.33 | 81.33 | 0.65 | 0.41 |
| Hex | 7C | AC | 25 | 1C | 0 | 4E | 21 | 51 | 41 | 29 |
| Octal | 174 | 254 | 45 | 34 | 0 | 116 | 41 | 121 | 101 | 51 |
| Binary | 1111100 | 10101100 | 100101 | 11100 | 0 | 1001110 | 100001 | 1010001 | 1000001 | 101001 |
Color Harmonies of #7CAC25
Complementary color
Monochromatic Colors of #7CAC25
Black with #7CAC25
Text Example
Text Example
White with #7CAC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAC25; }
p { color: rgb(124,172,37); }
H1.HeaderClassName
{
color: #7CAC25;
}
.AnyTagClassName
{
color: #7CAC25;
}
</style>
background-color css
<style>
a { background-color: #7CAC25; }
a { background-color: rgb(124,172,37); }
div.DivClassName
{
background-color: #7CAC25;
}
.BgClassName
{
background-color: #7CAC25;
}
</style>
border-color css
<style>
span { border-color: #7CAC25; }
span { border-color: rgb(124,172,37); }
td.TdClassName
{
border-color: #7CAC25;
}
.TagClassName
{
border-color: #7CAC25;
}
</style>