Shades of Lima #80B52F
Tints of Lima #80B52F
RGB
CMYK
RGB Variations
Color information
#80B52F (or 0x80B52F) is known color: Lima. HEX triplet: 80, B5 and 2F. RGB value is (128,181,47). Sum of RGB (Red+Green+Blue) = 128+181+47=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 181 (71.09% from 255 or 50.84% from 356); Blue value is 47 (18.75% from 255 or 13.20% from 356); Max value from RGB is 181 - color contains mainly: green. Hex color #80B52F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B52F is #7F4AD0. Grayscale: #969696. Windows color (decimal): -8342225 or 3126656. OLE color: 3126656.
HSL color Cylindrical-coordinate representation of color #80B52F: hue angle of 83.73º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #80B52F is Cyan = 0.29, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 181 | 47 | - |
| CMYK | 0.29 | 0 | 0.74 | 0.29 |
| HSL | 83.73º | 0.59% | 0.45% | - |
| HSV(B) | 83.73º | 0.74% | 0.71% | - |
| XYZ | 25.94 | 37.84 | 8.63 | - |
| YUV | 149.88 | 69.94 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 181 | 47 | 0.29 | 0 | 0.74 | 0.29 | 83.73 | 0.59 | 0.45 |
| Hex | 80 | B5 | 2F | 1D | 0 | 4A | 1D | 54 | 3B | 2D |
| Octal | 200 | 265 | 57 | 35 | 0 | 112 | 35 | 124 | 73 | 55 |
| Binary | 10000000 | 10110101 | 101111 | 11101 | 0 | 1001010 | 11101 | 1010100 | 111011 | 101101 |
Color Harmonies of #80B52F
Complementary color
Monochromatic Colors of #80B52F
Black with #80B52F
Text Example
Text Example
White with #80B52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B52F; }
p { color: rgb(128,181,47); }
H1.HeaderClassName
{
color: #80B52F;
}
.AnyTagClassName
{
color: #80B52F;
}
</style>
background-color css
<style>
a { background-color: #80B52F; }
a { background-color: rgb(128,181,47); }
div.DivClassName
{
background-color: #80B52F;
}
.BgClassName
{
background-color: #80B52F;
}
</style>
border-color css
<style>
span { border-color: #80B52F; }
span { border-color: rgb(128,181,47); }
td.TdClassName
{
border-color: #80B52F;
}
.TagClassName
{
border-color: #80B52F;
}
</style>