Shades of Lima #80B42B
Tints of Lima #80B42B
RGB
CMYK
RGB Variations
Color information
#80B42B (or 0x80B42B) is known color: Lima. HEX triplet: 80, B4 and 2B. RGB value is (128,180,43). Sum of RGB (Red+Green+Blue) = 128+180+43=351 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.47% from 351); Green value is 180 (70.70% from 255 or 51.28% from 351); Blue value is 43 (17.19% from 255 or 12.25% from 351); Max value from RGB is 180 - color contains mainly: green. Hex color #80B42B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B42B is #7F4BD4. Grayscale: #959595. Windows color (decimal): -8342485 or 2864256. OLE color: 2864256.
HSL color Cylindrical-coordinate representation of color #80B42B: hue angle of 82.77º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #80B42B is Cyan = 0.29, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 180 | 43 | - |
| CMYK | 0.29 | 0 | 0.76 | 0.29 |
| HSL | 82.77º | 0.61% | 0.44% | - |
| HSV(B) | 82.77º | 0.76% | 0.71% | - |
| XYZ | 25.66 | 37.41 | 8.15 | - |
| YUV | 148.83 | 68.27 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 180 | 43 | 0.29 | 0 | 0.76 | 0.29 | 82.77 | 0.61 | 0.44 |
| Hex | 80 | B4 | 2B | 1D | 0 | 4C | 1D | 53 | 3D | 2C |
| Octal | 200 | 264 | 53 | 35 | 0 | 114 | 35 | 123 | 75 | 54 |
| Binary | 10000000 | 10110100 | 101011 | 11101 | 0 | 1001100 | 11101 | 1010011 | 111101 | 101100 |
Color Harmonies of #80B42B
Complementary color
Monochromatic Colors of #80B42B
Black with #80B42B
Text Example
Text Example
White with #80B42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B42B; }
p { color: rgb(128,180,43); }
H1.HeaderClassName
{
color: #80B42B;
}
.AnyTagClassName
{
color: #80B42B;
}
</style>
background-color css
<style>
a { background-color: #80B42B; }
a { background-color: rgb(128,180,43); }
div.DivClassName
{
background-color: #80B42B;
}
.BgClassName
{
background-color: #80B42B;
}
</style>
border-color css
<style>
span { border-color: #80B42B; }
span { border-color: rgb(128,180,43); }
td.TdClassName
{
border-color: #80B42B;
}
.TagClassName
{
border-color: #80B42B;
}
</style>