Shades of Lima #80B41D
Tints of Lima #80B41D
RGB
CMYK
RGB Variations
Color information
#80B41D (or 0x80B41D) is known color: Lima. HEX triplet: 80, B4 and 1D. RGB value is (128,180,29). Sum of RGB (Red+Green+Blue) = 128+180+29=337 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.98% from 337); Green value is 180 (70.70% from 255 or 53.41% from 337); Blue value is 29 (11.72% from 255 or 8.61% from 337); Max value from RGB is 180 - color contains mainly: green. Hex color #80B41D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B41D is #7F4BE2. Grayscale: #939393. Windows color (decimal): -8342499 or 1946752. OLE color: 1946752.
HSL color Cylindrical-coordinate representation of color #80B41D: hue angle of 80.66º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #80B41D is Cyan = 0.29, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 180 | 29 | - |
| CMYK | 0.29 | 0 | 0.84 | 0.29 |
| HSL | 80.66º | 0.72% | 0.41% | - |
| HSV(B) | 80.66º | 0.84% | 0.71% | - |
| XYZ | 25.45 | 37.32 | 7.02 | - |
| YUV | 147.24 | 61.27 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 180 | 29 | 0.29 | 0 | 0.84 | 0.29 | 80.66 | 0.72 | 0.41 |
| Hex | 80 | B4 | 1D | 1D | 0 | 54 | 1D | 51 | 48 | 29 |
| Octal | 200 | 264 | 35 | 35 | 0 | 124 | 35 | 121 | 110 | 51 |
| Binary | 10000000 | 10110100 | 11101 | 11101 | 0 | 1010100 | 11101 | 1010001 | 1001000 | 101001 |
Color Harmonies of #80B41D
Complementary color
Monochromatic Colors of #80B41D
Black with #80B41D
Text Example
Text Example
White with #80B41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B41D; }
p { color: rgb(128,180,29); }
H1.HeaderClassName
{
color: #80B41D;
}
.AnyTagClassName
{
color: #80B41D;
}
</style>
background-color css
<style>
a { background-color: #80B41D; }
a { background-color: rgb(128,180,29); }
div.DivClassName
{
background-color: #80B41D;
}
.BgClassName
{
background-color: #80B41D;
}
</style>
border-color css
<style>
span { border-color: #80B41D; }
span { border-color: rgb(128,180,29); }
td.TdClassName
{
border-color: #80B41D;
}
.TagClassName
{
border-color: #80B41D;
}
</style>