Shades of Lima #7FB012
Tints of Lima #7FB012
RGB
CMYK
RGB Variations
Color information
#7FB012 (or 0x7FB012) is known color: Lima. HEX triplet: 7F, B0 and 12. RGB value is (127,176,18). Sum of RGB (Red+Green+Blue) = 127+176+18=321 (42% of max value = 765). Red value is 127 (50% from 255 or 39.56% from 321); Green value is 176 (69.14% from 255 or 54.83% from 321); Blue value is 18 (7.42% from 255 or 5.61% from 321); Max value from RGB is 176 - color contains mainly: green. Hex color #7FB012 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FB012 is #804FED. Grayscale: #8F8F8F. Windows color (decimal): -8409070 or 1224831. OLE color: 1224831.
HSL color Cylindrical-coordinate representation of color #7FB012: hue angle of 78.61º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7FB012 is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 127 | 176 | 18 | - |
| CMYK | 0.28 | 0 | 0.90 | 0.31 |
| HSL | 78.61º | 0.81% | 0.38% | - |
| HSV(B) | 78.61º | 0.9% | 0.69% | - |
| XYZ | 24.39 | 35.61 | 6.16 | - |
| YUV | 143.34 | 57.27 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 176 | 18 | 0.28 | 0 | 0.90 | 0.31 | 78.61 | 0.81 | 0.38 |
| Hex | 7F | B0 | 12 | 1C | 0 | 5A | 1F | 4F | 51 | 26 |
| Octal | 177 | 260 | 22 | 34 | 0 | 132 | 37 | 117 | 121 | 46 |
| Binary | 1111111 | 10110000 | 10010 | 11100 | 0 | 1011010 | 11111 | 1001111 | 1010001 | 100110 |
Color Harmonies of #7FB012
Complementary color
Monochromatic Colors of #7FB012
Black with #7FB012
Text Example
Text Example
White with #7FB012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB012; }
p { color: rgb(127,176,18); }
H1.HeaderClassName
{
color: #7FB012;
}
.AnyTagClassName
{
color: #7FB012;
}
</style>
background-color css
<style>
a { background-color: #7FB012; }
a { background-color: rgb(127,176,18); }
div.DivClassName
{
background-color: #7FB012;
}
.BgClassName
{
background-color: #7FB012;
}
</style>
border-color css
<style>
span { border-color: #7FB012; }
span { border-color: rgb(127,176,18); }
td.TdClassName
{
border-color: #7FB012;
}
.TagClassName
{
border-color: #7FB012;
}
</style>