Shades of Lima #80BB2C
Tints of Lima #80BB2C
RGB
CMYK
RGB Variations
Color information
#80BB2C (or 0x80BB2C) is known color: Lima. HEX triplet: 80, BB and 2C. RGB value is (128,187,44). Sum of RGB (Red+Green+Blue) = 128+187+44=359 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.65% from 359); Green value is 187 (73.44% from 255 or 52.09% from 359); Blue value is 44 (17.58% from 255 or 12.26% from 359); Max value from RGB is 187 - color contains mainly: green. Hex color #80BB2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BB2C is #7F44D3. Grayscale: #999999. Windows color (decimal): -8340692 or 2931584. OLE color: 2931584.
HSL color Cylindrical-coordinate representation of color #80BB2C: hue angle of 84.76º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #80BB2C is Cyan = 0.32, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 187 | 44 | - |
| CMYK | 0.32 | 0 | 0.76 | 0.27 |
| HSL | 84.76º | 0.62% | 0.45% | - |
| HSV(B) | 84.76º | 0.76% | 0.73% | - |
| XYZ | 27.13 | 40.31 | 8.73 | - |
| YUV | 153.06 | 66.45 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 187 | 44 | 0.32 | 0 | 0.76 | 0.27 | 84.76 | 0.62 | 0.45 |
| Hex | 80 | BB | 2C | 20 | 0 | 4C | 1B | 55 | 3E | 2D |
| Octal | 200 | 273 | 54 | 40 | 0 | 114 | 33 | 125 | 76 | 55 |
| Binary | 10000000 | 10111011 | 101100 | 100000 | 0 | 1001100 | 11011 | 1010101 | 111110 | 101101 |
Color Harmonies of #80BB2C
Complementary color
Monochromatic Colors of #80BB2C
Black with #80BB2C
Text Example
Text Example
White with #80BB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BB2C; }
p { color: rgb(128,187,44); }
H1.HeaderClassName
{
color: #80BB2C;
}
.AnyTagClassName
{
color: #80BB2C;
}
</style>
background-color css
<style>
a { background-color: #80BB2C; }
a { background-color: rgb(128,187,44); }
div.DivClassName
{
background-color: #80BB2C;
}
.BgClassName
{
background-color: #80BB2C;
}
</style>
border-color css
<style>
span { border-color: #80BB2C; }
span { border-color: rgb(128,187,44); }
td.TdClassName
{
border-color: #80BB2C;
}
.TagClassName
{
border-color: #80BB2C;
}
</style>