Shades of Lima #7FB014
Tints of Lima #7FB014
RGB
CMYK
RGB Variations
Color information
#7FB014 (or 0x7FB014) is known color: Lima. HEX triplet: 7F, B0 and 14. RGB value is (127,176,20). Sum of RGB (Red+Green+Blue) = 127+176+20=323 (42% of max value = 765). Red value is 127 (50% from 255 or 39.32% from 323); Green value is 176 (69.14% from 255 or 54.49% from 323); Blue value is 20 (8.20% from 255 or 6.19% from 323); Max value from RGB is 176 - color contains mainly: green. Hex color #7FB014 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FB014 is #804FEB. Grayscale: #909090. Windows color (decimal): -8409068 or 1355903. OLE color: 1355903.
HSL color Cylindrical-coordinate representation of color #7FB014: hue angle of 78.85º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7FB014 is Cyan = 0.28, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 127 | 176 | 20 | - |
| CMYK | 0.28 | 0 | 0.89 | 0.31 |
| HSL | 78.85º | 0.8% | 0.38% | - |
| HSV(B) | 78.85º | 0.89% | 0.69% | - |
| XYZ | 24.4 | 35.61 | 6.25 | - |
| YUV | 143.57 | 58.27 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 176 | 20 | 0.28 | 0 | 0.89 | 0.31 | 78.85 | 0.8 | 0.38 |
| Hex | 7F | B0 | 14 | 1C | 0 | 59 | 1F | 4F | 50 | 26 |
| Octal | 177 | 260 | 24 | 34 | 0 | 131 | 37 | 117 | 120 | 46 |
| Binary | 1111111 | 10110000 | 10100 | 11100 | 0 | 1011001 | 11111 | 1001111 | 1010000 | 100110 |
Color Harmonies of #7FB014
Complementary color
Monochromatic Colors of #7FB014
Black with #7FB014
Text Example
Text Example
White with #7FB014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB014; }
p { color: rgb(127,176,20); }
H1.HeaderClassName
{
color: #7FB014;
}
.AnyTagClassName
{
color: #7FB014;
}
</style>
background-color css
<style>
a { background-color: #7FB014; }
a { background-color: rgb(127,176,20); }
div.DivClassName
{
background-color: #7FB014;
}
.BgClassName
{
background-color: #7FB014;
}
</style>
border-color css
<style>
span { border-color: #7FB014; }
span { border-color: rgb(127,176,20); }
td.TdClassName
{
border-color: #7FB014;
}
.TagClassName
{
border-color: #7FB014;
}
</style>