Shades of Lima #7FA40C
Tints of Lima #7FA40C
RGB
CMYK
RGB Variations
Color information
#7FA40C (or 0x7FA40C) is known color: Lima. HEX triplet: 7F, A4 and 0C. RGB value is (127,164,12). Sum of RGB (Red+Green+Blue) = 127+164+12=303 (40% of max value = 765). Red value is 127 (50% from 255 or 41.91% from 303); Green value is 164 (64.45% from 255 or 54.13% from 303); Blue value is 12 (5.08% from 255 or 3.96% from 303); Max value from RGB is 164 - color contains mainly: green. Hex color #7FA40C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FA40C is #805BF3. Grayscale: #888888. Windows color (decimal): -8412148 or 828543. OLE color: 828543.
HSL color Cylindrical-coordinate representation of color #7FA40C: hue angle of 74.61º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7FA40C is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 127 | 164 | 12 | - |
| CMYK | 0.23 | 0 | 0.93 | 0.36 |
| HSL | 74.61º | 0.86% | 0.35% | - |
| HSV(B) | 74.61º | 0.93% | 0.64% | - |
| XYZ | 22.09 | 31.09 | 5.18 | - |
| YUV | 135.61 | 58.24 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 164 | 12 | 0.23 | 0 | 0.93 | 0.36 | 74.61 | 0.86 | 0.35 |
| Hex | 7F | A4 | C | 17 | 0 | 5D | 24 | 4B | 56 | 23 |
| Octal | 177 | 244 | 14 | 27 | 0 | 135 | 44 | 113 | 126 | 43 |
| Binary | 1111111 | 10100100 | 1100 | 10111 | 0 | 1011101 | 100100 | 1001011 | 1010110 | 100011 |
Color Harmonies of #7FA40C
Complementary color
Monochromatic Colors of #7FA40C
Black with #7FA40C
Text Example
Text Example
White with #7FA40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA40C; }
p { color: rgb(127,164,12); }
H1.HeaderClassName
{
color: #7FA40C;
}
.AnyTagClassName
{
color: #7FA40C;
}
</style>
background-color css
<style>
a { background-color: #7FA40C; }
a { background-color: rgb(127,164,12); }
div.DivClassName
{
background-color: #7FA40C;
}
.BgClassName
{
background-color: #7FA40C;
}
</style>
border-color css
<style>
span { border-color: #7FA40C; }
span { border-color: rgb(127,164,12); }
td.TdClassName
{
border-color: #7FA40C;
}
.TagClassName
{
border-color: #7FA40C;
}
</style>