Shades of Lima #80BA2F
Tints of Lima #80BA2F
RGB
CMYK
RGB Variations
Color information
#80BA2F (or 0x80BA2F) is known color: Lima. HEX triplet: 80, BA and 2F. RGB value is (128,186,47). Sum of RGB (Red+Green+Blue) = 128+186+47=361 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.46% from 361); Green value is 186 (73.05% from 255 or 51.52% from 361); Blue value is 47 (18.75% from 255 or 13.02% from 361); Max value from RGB is 186 - color contains mainly: green. Hex color #80BA2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BA2F is #7F45D0. Grayscale: #999999. Windows color (decimal): -8340945 or 3127936. OLE color: 3127936.
HSL color Cylindrical-coordinate representation of color #80BA2F: hue angle of 85.04º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #80BA2F is Cyan = 0.31, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 186 | 47 | - |
| CMYK | 0.31 | 0 | 0.75 | 0.27 |
| HSL | 85.04º | 0.6% | 0.46% | - |
| HSV(B) | 85.04º | 0.75% | 0.73% | - |
| XYZ | 26.97 | 39.91 | 8.97 | - |
| YUV | 152.81 | 68.28 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 186 | 47 | 0.31 | 0 | 0.75 | 0.27 | 85.04 | 0.6 | 0.46 |
| Hex | 80 | BA | 2F | 1F | 0 | 4B | 1B | 55 | 3C | 2E |
| Octal | 200 | 272 | 57 | 37 | 0 | 113 | 33 | 125 | 74 | 56 |
| Binary | 10000000 | 10111010 | 101111 | 11111 | 0 | 1001011 | 11011 | 1010101 | 111100 | 101110 |
Color Harmonies of #80BA2F
Complementary color
Monochromatic Colors of #80BA2F
Black with #80BA2F
Text Example
Text Example
White with #80BA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BA2F; }
p { color: rgb(128,186,47); }
H1.HeaderClassName
{
color: #80BA2F;
}
.AnyTagClassName
{
color: #80BA2F;
}
</style>
background-color css
<style>
a { background-color: #80BA2F; }
a { background-color: rgb(128,186,47); }
div.DivClassName
{
background-color: #80BA2F;
}
.BgClassName
{
background-color: #80BA2F;
}
</style>
border-color css
<style>
span { border-color: #80BA2F; }
span { border-color: rgb(128,186,47); }
td.TdClassName
{
border-color: #80BA2F;
}
.TagClassName
{
border-color: #80BA2F;
}
</style>