Shades of Lima #80BF2C
Tints of Lima #80BF2C
RGB
CMYK
RGB Variations
Color information
#80BF2C (or 0x80BF2C) is known color: Lima. HEX triplet: 80, BF and 2C. RGB value is (128,191,44). Sum of RGB (Red+Green+Blue) = 128+191+44=363 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.26% from 363); Green value is 191 (75% from 255 or 52.62% from 363); Blue value is 44 (17.58% from 255 or 12.12% from 363); Max value from RGB is 191 - color contains mainly: green. Hex color #80BF2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BF2C is #7F40D3. Grayscale: #9B9B9B. Windows color (decimal): -8339668 or 2932608. OLE color: 2932608.
HSL color Cylindrical-coordinate representation of color #80BF2C: hue angle of 85.71º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #80BF2C is Cyan = 0.33, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 191 | 44 | - |
| CMYK | 0.33 | 0 | 0.77 | 0.25 |
| HSL | 85.71º | 0.63% | 0.46% | - |
| HSV(B) | 85.71º | 0.77% | 0.75% | - |
| XYZ | 27.99 | 42.03 | 9.02 | - |
| YUV | 155.41 | 65.13 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 191 | 44 | 0.33 | 0 | 0.77 | 0.25 | 85.71 | 0.63 | 0.46 |
| Hex | 80 | BF | 2C | 21 | 0 | 4D | 19 | 56 | 3F | 2E |
| Octal | 200 | 277 | 54 | 41 | 0 | 115 | 31 | 126 | 77 | 56 |
| Binary | 10000000 | 10111111 | 101100 | 100001 | 0 | 1001101 | 11001 | 1010110 | 111111 | 101110 |
Color Harmonies of #80BF2C
Complementary color
Monochromatic Colors of #80BF2C
Black with #80BF2C
Text Example
Text Example
White with #80BF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BF2C; }
p { color: rgb(128,191,44); }
H1.HeaderClassName
{
color: #80BF2C;
}
.AnyTagClassName
{
color: #80BF2C;
}
</style>
background-color css
<style>
a { background-color: #80BF2C; }
a { background-color: rgb(128,191,44); }
div.DivClassName
{
background-color: #80BF2C;
}
.BgClassName
{
background-color: #80BF2C;
}
</style>
border-color css
<style>
span { border-color: #80BF2C; }
span { border-color: rgb(128,191,44); }
td.TdClassName
{
border-color: #80BF2C;
}
.TagClassName
{
border-color: #80BF2C;
}
</style>