Shades of Lima #80BB2B
Tints of Lima #80BB2B
RGB
CMYK
RGB Variations
Color information
#80BB2B (or 0x80BB2B) is known color: Lima. HEX triplet: 80, BB and 2B. RGB value is (128,187,43). Sum of RGB (Red+Green+Blue) = 128+187+43=358 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.75% from 358); Green value is 187 (73.44% from 255 or 52.23% from 358); Blue value is 43 (17.19% from 255 or 12.01% from 358); Max value from RGB is 187 - color contains mainly: green. Hex color #80BB2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BB2B is #7F44D4. Grayscale: #999999. Windows color (decimal): -8340693 or 2866048. OLE color: 2866048.
HSL color Cylindrical-coordinate representation of color #80BB2B: hue angle of 84.58º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #80BB2B is Cyan = 0.32, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 187 | 43 | - |
| CMYK | 0.32 | 0 | 0.77 | 0.27 |
| HSL | 84.58º | 0.63% | 0.45% | - |
| HSV(B) | 84.58º | 0.77% | 0.73% | - |
| XYZ | 27.11 | 40.3 | 8.64 | - |
| YUV | 152.94 | 65.95 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 187 | 43 | 0.32 | 0 | 0.77 | 0.27 | 84.58 | 0.63 | 0.45 |
| Hex | 80 | BB | 2B | 20 | 0 | 4D | 1B | 55 | 3F | 2D |
| Octal | 200 | 273 | 53 | 40 | 0 | 115 | 33 | 125 | 77 | 55 |
| Binary | 10000000 | 10111011 | 101011 | 100000 | 0 | 1001101 | 11011 | 1010101 | 111111 | 101101 |
Color Harmonies of #80BB2B
Complementary color
Monochromatic Colors of #80BB2B
Black with #80BB2B
Text Example
Text Example
White with #80BB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BB2B; }
p { color: rgb(128,187,43); }
H1.HeaderClassName
{
color: #80BB2B;
}
.AnyTagClassName
{
color: #80BB2B;
}
</style>
background-color css
<style>
a { background-color: #80BB2B; }
a { background-color: rgb(128,187,43); }
div.DivClassName
{
background-color: #80BB2B;
}
.BgClassName
{
background-color: #80BB2B;
}
</style>
border-color css
<style>
span { border-color: #80BB2B; }
span { border-color: rgb(128,187,43); }
td.TdClassName
{
border-color: #80BB2B;
}
.TagClassName
{
border-color: #80BB2B;
}
</style>