Shades of Lima #80BB2D
Tints of Lima #80BB2D
RGB
CMYK
RGB Variations
Color information
#80BB2D (or 0x80BB2D) is known color: Lima. HEX triplet: 80, BB and 2D. RGB value is (128,187,45). Sum of RGB (Red+Green+Blue) = 128+187+45=360 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.56% from 360); Green value is 187 (73.44% from 255 or 51.94% from 360); Blue value is 45 (17.97% from 255 or 12.5% from 360); Max value from RGB is 187 - color contains mainly: green. Hex color #80BB2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BB2D is #7F44D2. Grayscale: #999999. Windows color (decimal): -8340691 or 2997120. OLE color: 2997120.
HSL color Cylindrical-coordinate representation of color #80BB2D: hue angle of 84.93º degrees, saturation: 0.61, 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 #80BB2D is Cyan = 0.32, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 187 | 45 | - |
| CMYK | 0.32 | 0 | 0.76 | 0.27 |
| HSL | 84.93º | 0.61% | 0.45% | - |
| HSV(B) | 84.93º | 0.76% | 0.73% | - |
| XYZ | 27.15 | 40.32 | 8.83 | - |
| YUV | 153.17 | 66.95 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 187 | 45 | 0.32 | 0 | 0.76 | 0.27 | 84.93 | 0.61 | 0.45 |
| Hex | 80 | BB | 2D | 20 | 0 | 4C | 1B | 55 | 3D | 2D |
| Octal | 200 | 273 | 55 | 40 | 0 | 114 | 33 | 125 | 75 | 55 |
| Binary | 10000000 | 10111011 | 101101 | 100000 | 0 | 1001100 | 11011 | 1010101 | 111101 | 101101 |
Color Harmonies of #80BB2D
Complementary color
Monochromatic Colors of #80BB2D
Black with #80BB2D
Text Example
Text Example
White with #80BB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BB2D; }
p { color: rgb(128,187,45); }
H1.HeaderClassName
{
color: #80BB2D;
}
.AnyTagClassName
{
color: #80BB2D;
}
</style>
background-color css
<style>
a { background-color: #80BB2D; }
a { background-color: rgb(128,187,45); }
div.DivClassName
{
background-color: #80BB2D;
}
.BgClassName
{
background-color: #80BB2D;
}
</style>
border-color css
<style>
span { border-color: #80BB2D; }
span { border-color: rgb(128,187,45); }
td.TdClassName
{
border-color: #80BB2D;
}
.TagClassName
{
border-color: #80BB2D;
}
</style>