Shades of Lima #7CA40F
Tints of Lima #7CA40F
RGB
CMYK
RGB Variations
Color information
#7CA40F (or 0x7CA40F) is known color: Lima. HEX triplet: 7C, A4 and 0F. RGB value is (124,164,15). Sum of RGB (Red+Green+Blue) = 124+164+15=303 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.92% from 303); Green value is 164 (64.45% from 255 or 54.13% from 303); Blue value is 15 (6.25% from 255 or 4.95% from 303); Max value from RGB is 164 - color contains mainly: green. Hex color #7CA40F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CA40F is #835BF0. Grayscale: #878787. Windows color (decimal): -8608753 or 1025148. OLE color: 1025148.
HSL color Cylindrical-coordinate representation of color #7CA40F: hue angle of 76.11º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7CA40F is Cyan = 0.24, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 124 | 164 | 15 | - |
| CMYK | 0.24 | 0 | 0.91 | 0.36 |
| HSL | 76.11º | 0.83% | 0.35% | - |
| HSV(B) | 76.11º | 0.91% | 0.64% | - |
| XYZ | 21.67 | 30.87 | 5.27 | - |
| YUV | 135.05 | 60.25 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 164 | 15 | 0.24 | 0 | 0.91 | 0.36 | 76.11 | 0.83 | 0.35 |
| Hex | 7C | A4 | F | 18 | 0 | 5B | 24 | 4C | 53 | 23 |
| Octal | 174 | 244 | 17 | 30 | 0 | 133 | 44 | 114 | 123 | 43 |
| Binary | 1111100 | 10100100 | 1111 | 11000 | 0 | 1011011 | 100100 | 1001100 | 1010011 | 100011 |
Color Harmonies of #7CA40F
Complementary color
Monochromatic Colors of #7CA40F
Black with #7CA40F
Text Example
Text Example
White with #7CA40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA40F; }
p { color: rgb(124,164,15); }
H1.HeaderClassName
{
color: #7CA40F;
}
.AnyTagClassName
{
color: #7CA40F;
}
</style>
background-color css
<style>
a { background-color: #7CA40F; }
a { background-color: rgb(124,164,15); }
div.DivClassName
{
background-color: #7CA40F;
}
.BgClassName
{
background-color: #7CA40F;
}
</style>
border-color css
<style>
span { border-color: #7CA40F; }
span { border-color: rgb(124,164,15); }
td.TdClassName
{
border-color: #7CA40F;
}
.TagClassName
{
border-color: #7CA40F;
}
</style>