Shades of Lima #7FB718
Tints of Lima #7FB718
RGB
CMYK
RGB Variations
Color information
#7FB718 (or 0x7FB718) is known color: Lima. HEX triplet: 7F, B7 and 18. RGB value is (127,183,24). Sum of RGB (Red+Green+Blue) = 127+183+24=334 (44% of max value = 765). Red value is 127 (50% from 255 or 38.02% from 334); Green value is 183 (71.88% from 255 or 54.79% from 334); Blue value is 24 (9.77% from 255 or 7.19% from 334); Max value from RGB is 183 - color contains mainly: green. Hex color #7FB718 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FB718 is #8048E7. Grayscale: #949494. Windows color (decimal): -8407272 or 1619839. OLE color: 1619839.
HSL color Cylindrical-coordinate representation of color #7FB718: hue angle of 81.13º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7FB718 is Cyan = 0.31, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 127 | 183 | 24 | - |
| CMYK | 0.31 | 0 | 0.87 | 0.28 |
| HSL | 81.13º | 0.77% | 0.41% | - |
| HSV(B) | 81.13º | 0.87% | 0.72% | - |
| XYZ | 25.85 | 38.44 | 6.92 | - |
| YUV | 148.13 | 57.95 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 183 | 24 | 0.31 | 0 | 0.87 | 0.28 | 81.13 | 0.77 | 0.41 |
| Hex | 7F | B7 | 18 | 1F | 0 | 57 | 1C | 51 | 4D | 29 |
| Octal | 177 | 267 | 30 | 37 | 0 | 127 | 34 | 121 | 115 | 51 |
| Binary | 1111111 | 10110111 | 11000 | 11111 | 0 | 1010111 | 11100 | 1010001 | 1001101 | 101001 |
Color Harmonies of #7FB718
Complementary color
Monochromatic Colors of #7FB718
Black with #7FB718
Text Example
Text Example
White with #7FB718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB718; }
p { color: rgb(127,183,24); }
H1.HeaderClassName
{
color: #7FB718;
}
.AnyTagClassName
{
color: #7FB718;
}
</style>
background-color css
<style>
a { background-color: #7FB718; }
a { background-color: rgb(127,183,24); }
div.DivClassName
{
background-color: #7FB718;
}
.BgClassName
{
background-color: #7FB718;
}
</style>
border-color css
<style>
span { border-color: #7FB718; }
span { border-color: rgb(127,183,24); }
td.TdClassName
{
border-color: #7FB718;
}
.TagClassName
{
border-color: #7FB718;
}
</style>