Shades of Lima #7CAF24
Tints of Lima #7CAF24
RGB
CMYK
RGB Variations
Color information
#7CAF24 (or 0x7CAF24) is known color: Lima. HEX triplet: 7C, AF and 24. RGB value is (124,175,36). Sum of RGB (Red+Green+Blue) = 124+175+36=335 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.01% from 335); Green value is 175 (68.75% from 255 or 52.24% from 335); Blue value is 36 (14.45% from 255 or 10.75% from 335); Max value from RGB is 175 - color contains mainly: green. Hex color #7CAF24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CAF24 is #8350DB. Grayscale: #909090. Windows color (decimal): -8605916 or 2404220. OLE color: 2404220.
HSL color Cylindrical-coordinate representation of color #7CAF24: hue angle of 82.01º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7CAF24 is Cyan = 0.29, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 175 | 36 | - |
| CMYK | 0.29 | 0 | 0.79 | 0.31 |
| HSL | 82.01º | 0.66% | 0.41% | - |
| HSV(B) | 82.01º | 0.79% | 0.69% | - |
| XYZ | 23.96 | 35.07 | 7.18 | - |
| YUV | 143.91 | 67.1 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 175 | 36 | 0.29 | 0 | 0.79 | 0.31 | 82.01 | 0.66 | 0.41 |
| Hex | 7C | AF | 24 | 1D | 0 | 4F | 1F | 52 | 42 | 29 |
| Octal | 174 | 257 | 44 | 35 | 0 | 117 | 37 | 122 | 102 | 51 |
| Binary | 1111100 | 10101111 | 100100 | 11101 | 0 | 1001111 | 11111 | 1010010 | 1000010 | 101001 |
Color Harmonies of #7CAF24
Complementary color
Monochromatic Colors of #7CAF24
Black with #7CAF24
Text Example
Text Example
White with #7CAF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAF24; }
p { color: rgb(124,175,36); }
H1.HeaderClassName
{
color: #7CAF24;
}
.AnyTagClassName
{
color: #7CAF24;
}
</style>
background-color css
<style>
a { background-color: #7CAF24; }
a { background-color: rgb(124,175,36); }
div.DivClassName
{
background-color: #7CAF24;
}
.BgClassName
{
background-color: #7CAF24;
}
</style>
border-color css
<style>
span { border-color: #7CAF24; }
span { border-color: rgb(124,175,36); }
td.TdClassName
{
border-color: #7CAF24;
}
.TagClassName
{
border-color: #7CAF24;
}
</style>