Shades of Lima #80BB2A
Tints of Lima #80BB2A
RGB
CMYK
RGB Variations
Color information
#80BB2A (or 0x80BB2A) is known color: Lima. HEX triplet: 80, BB and 2A. RGB value is (128,187,42). Sum of RGB (Red+Green+Blue) = 128+187+42=357 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.85% from 357); Green value is 187 (73.44% from 255 or 52.38% from 357); Blue value is 42 (16.80% from 255 or 11.76% from 357); Max value from RGB is 187 - color contains mainly: green. Hex color #80BB2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BB2A is #7F44D5. Grayscale: #999999. Windows color (decimal): -8340694 or 2800512. OLE color: 2800512.
HSL color Cylindrical-coordinate representation of color #80BB2A: hue angle of 84.41º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #80BB2A is Cyan = 0.32, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 187 | 42 | - |
| CMYK | 0.32 | 0 | 0.78 | 0.27 |
| HSL | 84.41º | 0.63% | 0.45% | - |
| HSV(B) | 84.41º | 0.78% | 0.73% | - |
| XYZ | 27.09 | 40.3 | 8.54 | - |
| YUV | 152.83 | 65.45 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 187 | 42 | 0.32 | 0 | 0.78 | 0.27 | 84.41 | 0.63 | 0.45 |
| Hex | 80 | BB | 2A | 20 | 0 | 4E | 1B | 54 | 3F | 2D |
| Octal | 200 | 273 | 52 | 40 | 0 | 116 | 33 | 124 | 77 | 55 |
| Binary | 10000000 | 10111011 | 101010 | 100000 | 0 | 1001110 | 11011 | 1010100 | 111111 | 101101 |
Color Harmonies of #80BB2A
Complementary color
Monochromatic Colors of #80BB2A
Black with #80BB2A
Text Example
Text Example
White with #80BB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BB2A; }
p { color: rgb(128,187,42); }
H1.HeaderClassName
{
color: #80BB2A;
}
.AnyTagClassName
{
color: #80BB2A;
}
</style>
background-color css
<style>
a { background-color: #80BB2A; }
a { background-color: rgb(128,187,42); }
div.DivClassName
{
background-color: #80BB2A;
}
.BgClassName
{
background-color: #80BB2A;
}
</style>
border-color css
<style>
span { border-color: #80BB2A; }
span { border-color: rgb(128,187,42); }
td.TdClassName
{
border-color: #80BB2A;
}
.TagClassName
{
border-color: #80BB2A;
}
</style>