Shades of Lima #7FB50F
Tints of Lima #7FB50F
RGB
CMYK
RGB Variations
Color information
#7FB50F (or 0x7FB50F) is known color: Lima. HEX triplet: 7F, B5 and 0F. RGB value is (127,181,15). Sum of RGB (Red+Green+Blue) = 127+181+15=323 (42% of max value = 765). Red value is 127 (50% from 255 or 39.32% from 323); Green value is 181 (71.09% from 255 or 56.04% from 323); Blue value is 15 (6.25% from 255 or 4.64% from 323); Max value from RGB is 181 - color contains mainly: green. Hex color #7FB50F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FB50F is #804AF0. Grayscale: #929292. Windows color (decimal): -8407793 or 1029503. OLE color: 1029503.
HSL color Cylindrical-coordinate representation of color #7FB50F: hue angle of 79.52º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7FB50F is Cyan = 0.30, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 127 | 181 | 15 | - |
| CMYK | 0.30 | 0 | 0.92 | 0.29 |
| HSL | 79.52º | 0.85% | 0.38% | - |
| HSV(B) | 79.52º | 0.92% | 0.71% | - |
| XYZ | 25.36 | 37.59 | 6.37 | - |
| YUV | 145.93 | 54.11 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 181 | 15 | 0.30 | 0 | 0.92 | 0.29 | 79.52 | 0.85 | 0.38 |
| Hex | 7F | B5 | F | 1E | 0 | 5C | 1D | 50 | 55 | 26 |
| Octal | 177 | 265 | 17 | 36 | 0 | 134 | 35 | 120 | 125 | 46 |
| Binary | 1111111 | 10110101 | 1111 | 11110 | 0 | 1011100 | 11101 | 1010000 | 1010101 | 100110 |
Color Harmonies of #7FB50F
Complementary color
Monochromatic Colors of #7FB50F
Black with #7FB50F
Text Example
Text Example
White with #7FB50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB50F; }
p { color: rgb(127,181,15); }
H1.HeaderClassName
{
color: #7FB50F;
}
.AnyTagClassName
{
color: #7FB50F;
}
</style>
background-color css
<style>
a { background-color: #7FB50F; }
a { background-color: rgb(127,181,15); }
div.DivClassName
{
background-color: #7FB50F;
}
.BgClassName
{
background-color: #7FB50F;
}
</style>
border-color css
<style>
span { border-color: #7FB50F; }
span { border-color: rgb(127,181,15); }
td.TdClassName
{
border-color: #7FB50F;
}
.TagClassName
{
border-color: #7FB50F;
}
</style>