Shades of Lima #80B42D
Tints of Lima #80B42D
RGB
CMYK
RGB Variations
Color information
#80B42D (or 0x80B42D) is known color: Lima. HEX triplet: 80, B4 and 2D. RGB value is (128,180,45). Sum of RGB (Red+Green+Blue) = 128+180+45=353 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.26% from 353); Green value is 180 (70.70% from 255 or 50.99% from 353); Blue value is 45 (17.97% from 255 or 12.75% from 353); Max value from RGB is 180 - color contains mainly: green. Hex color #80B42D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B42D is #7F4BD2. Grayscale: #959595. Windows color (decimal): -8342483 or 2995328. OLE color: 2995328.
HSL color Cylindrical-coordinate representation of color #80B42D: hue angle of 83.11º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #80B42D is Cyan = 0.29, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 180 | 45 | - |
| CMYK | 0.29 | 0 | 0.75 | 0.29 |
| HSL | 83.11º | 0.6% | 0.44% | - |
| HSV(B) | 83.11º | 0.75% | 0.71% | - |
| XYZ | 25.7 | 37.42 | 8.35 | - |
| YUV | 149.06 | 69.27 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 180 | 45 | 0.29 | 0 | 0.75 | 0.29 | 83.11 | 0.6 | 0.44 |
| Hex | 80 | B4 | 2D | 1D | 0 | 4B | 1D | 53 | 3C | 2C |
| Octal | 200 | 264 | 55 | 35 | 0 | 113 | 35 | 123 | 74 | 54 |
| Binary | 10000000 | 10110100 | 101101 | 11101 | 0 | 1001011 | 11101 | 1010011 | 111100 | 101100 |
Color Harmonies of #80B42D
Complementary color
Monochromatic Colors of #80B42D
Black with #80B42D
Text Example
Text Example
White with #80B42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B42D; }
p { color: rgb(128,180,45); }
H1.HeaderClassName
{
color: #80B42D;
}
.AnyTagClassName
{
color: #80B42D;
}
</style>
background-color css
<style>
a { background-color: #80B42D; }
a { background-color: rgb(128,180,45); }
div.DivClassName
{
background-color: #80B42D;
}
.BgClassName
{
background-color: #80B42D;
}
</style>
border-color css
<style>
span { border-color: #80B42D; }
span { border-color: rgb(128,180,45); }
td.TdClassName
{
border-color: #80B42D;
}
.TagClassName
{
border-color: #80B42D;
}
</style>