Shades of Lima #7FBA00
Tints of Lima #7FBA00
RGB
CMYK
RGB Variations
Color information
#7FBA00 (or 0x7FBA00) is known color: Lima. HEX triplet: 7F, BA and 00. RGB value is (127,186,0). Sum of RGB (Red+Green+Blue) = 127+186+0=313 (41% of max value = 765). Red value is 127 (50% from 255 or 40.58% from 313); Green value is 186 (73.05% from 255 or 59.42% from 313); Blue value is 0 (0.39% from 255 or 0% from 313); Max value from RGB is 186 - color contains mainly: green. Hex color #7FBA00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FBA00 is #8045FF. Grayscale: #939393. Windows color (decimal): -8406528 or 47743. OLE color: 47743.
HSL color Cylindrical-coordinate representation of color #7FBA00: hue angle of 79.03º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7FBA00 is Cyan = 0.32, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 186 | 0 | - |
| CMYK | 0.32 | 0 | 1 | 0.27 |
| HSL | 79.03º | 1% | 0.36% | - |
| HSV(B) | 79.03º | 1% | 0.73% | - |
| XYZ | 26.31 | 39.63 | 6.26 | - |
| YUV | 147.16 | 44.95 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 186 | 0 | 0.32 | 0 | 1 | 0.27 | 79.03 | 1 | 0.36 |
| Hex | 7F | BA | 0 | 20 | 0 | 64 | 1B | 4F | 64 | 24 |
| Octal | 177 | 272 | 0 | 40 | 0 | 144 | 33 | 117 | 144 | 44 |
| Binary | 1111111 | 10111010 | 0 | 100000 | 0 | 1100100 | 11011 | 1001111 | 1100100 | 100100 |
Color Harmonies of #7FBA00
Complementary color
Monochromatic Colors of #7FBA00
Black with #7FBA00
Text Example
Text Example
White with #7FBA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBA00; }
p { color: rgb(127,186,0); }
H1.HeaderClassName
{
color: #7FBA00;
}
.AnyTagClassName
{
color: #7FBA00;
}
</style>
background-color css
<style>
a { background-color: #7FBA00; }
a { background-color: rgb(127,186,0); }
div.DivClassName
{
background-color: #7FBA00;
}
.BgClassName
{
background-color: #7FBA00;
}
</style>
border-color css
<style>
span { border-color: #7FBA00; }
span { border-color: rgb(127,186,0); }
td.TdClassName
{
border-color: #7FBA00;
}
.TagClassName
{
border-color: #7FBA00;
}
</style>