Shades of Lima #7FB311
Tints of Lima #7FB311
RGB
CMYK
RGB Variations
Color information
#7FB311 (or 0x7FB311) is known color: Lima. HEX triplet: 7F, B3 and 11. RGB value is (127,179,17). Sum of RGB (Red+Green+Blue) = 127+179+17=323 (42% of max value = 765). Red value is 127 (50% from 255 or 39.32% from 323); Green value is 179 (70.31% from 255 or 55.42% from 323); Blue value is 17 (7.03% from 255 or 5.26% from 323); Max value from RGB is 179 - color contains mainly: green. Hex color #7FB311 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FB311 is #804CEE. Grayscale: #919191. Windows color (decimal): -8408303 or 1160063. OLE color: 1160063.
HSL color Cylindrical-coordinate representation of color #7FB311: hue angle of 79.26º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7FB311 is Cyan = 0.29, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 127 | 179 | 17 | - |
| CMYK | 0.29 | 0 | 0.91 | 0.30 |
| HSL | 79.26º | 0.83% | 0.38% | - |
| HSV(B) | 79.26º | 0.91% | 0.7% | - |
| XYZ | 24.97 | 36.79 | 6.32 | - |
| YUV | 144.98 | 55.77 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 179 | 17 | 0.29 | 0 | 0.91 | 0.30 | 79.26 | 0.83 | 0.38 |
| Hex | 7F | B3 | 11 | 1D | 0 | 5B | 1E | 4F | 53 | 26 |
| Octal | 177 | 263 | 21 | 35 | 0 | 133 | 36 | 117 | 123 | 46 |
| Binary | 1111111 | 10110011 | 10001 | 11101 | 0 | 1011011 | 11110 | 1001111 | 1010011 | 100110 |
Color Harmonies of #7FB311
Complementary color
Monochromatic Colors of #7FB311
Black with #7FB311
Text Example
Text Example
White with #7FB311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB311; }
p { color: rgb(127,179,17); }
H1.HeaderClassName
{
color: #7FB311;
}
.AnyTagClassName
{
color: #7FB311;
}
</style>
background-color css
<style>
a { background-color: #7FB311; }
a { background-color: rgb(127,179,17); }
div.DivClassName
{
background-color: #7FB311;
}
.BgClassName
{
background-color: #7FB311;
}
</style>
border-color css
<style>
span { border-color: #7FB311; }
span { border-color: rgb(127,179,17); }
td.TdClassName
{
border-color: #7FB311;
}
.TagClassName
{
border-color: #7FB311;
}
</style>