Shades of Lima #81B32B
Tints of Lima #81B32B
RGB
CMYK
RGB Variations
Color information
#81B32B (or 0x81B32B) is known color: Lima. HEX triplet: 81, B3 and 2B. RGB value is (129,179,43). Sum of RGB (Red+Green+Blue) = 129+179+43=351 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.75% from 351); Green value is 179 (70.31% from 255 or 51.00% from 351); Blue value is 43 (17.19% from 255 or 12.25% from 351); Max value from RGB is 179 - color contains mainly: green. Hex color #81B32B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81B32B is #7E4CD4. Grayscale: #959595. Windows color (decimal): -8277205 or 2864001. OLE color: 2864001.
HSL color Cylindrical-coordinate representation of color #81B32B: hue angle of 82.06º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #81B32B is Cyan = 0.28, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 129 | 179 | 43 | - |
| CMYK | 0.28 | 0 | 0.76 | 0.30 |
| HSL | 82.06º | 0.61% | 0.44% | - |
| HSV(B) | 82.06º | 0.76% | 0.7% | - |
| XYZ | 25.61 | 37.08 | 8.09 | - |
| YUV | 148.55 | 68.44 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 179 | 43 | 0.28 | 0 | 0.76 | 0.30 | 82.06 | 0.61 | 0.44 |
| Hex | 81 | B3 | 2B | 1C | 0 | 4C | 1E | 52 | 3D | 2C |
| Octal | 201 | 263 | 53 | 34 | 0 | 114 | 36 | 122 | 75 | 54 |
| Binary | 10000001 | 10110011 | 101011 | 11100 | 0 | 1001100 | 11110 | 1010010 | 111101 | 101100 |
Color Harmonies of #81B32B
Complementary color
Monochromatic Colors of #81B32B
Black with #81B32B
Text Example
Text Example
White with #81B32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B32B; }
p { color: rgb(129,179,43); }
H1.HeaderClassName
{
color: #81B32B;
}
.AnyTagClassName
{
color: #81B32B;
}
</style>
background-color css
<style>
a { background-color: #81B32B; }
a { background-color: rgb(129,179,43); }
div.DivClassName
{
background-color: #81B32B;
}
.BgClassName
{
background-color: #81B32B;
}
</style>
border-color css
<style>
span { border-color: #81B32B; }
span { border-color: rgb(129,179,43); }
td.TdClassName
{
border-color: #81B32B;
}
.TagClassName
{
border-color: #81B32B;
}
</style>