Shades of Lima #81B52A
Tints of Lima #81B52A
RGB
CMYK
RGB Variations
Color information
#81B52A (or 0x81B52A) is known color: Lima. HEX triplet: 81, B5 and 2A. RGB value is (129,181,42). Sum of RGB (Red+Green+Blue) = 129+181+42=352 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.65% from 352); Green value is 181 (71.09% from 255 or 51.42% from 352); Blue value is 42 (16.80% from 255 or 11.93% from 352); Max value from RGB is 181 - color contains mainly: green. Hex color #81B52A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81B52A is #7E4AD5. Grayscale: #969696. Windows color (decimal): -8276694 or 2798977. OLE color: 2798977.
HSL color Cylindrical-coordinate representation of color #81B52A: hue angle of 82.45º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #81B52A is Cyan = 0.29, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 181 | 42 | - |
| CMYK | 0.29 | 0 | 0.77 | 0.29 |
| HSL | 82.45º | 0.62% | 0.44% | - |
| HSV(B) | 82.45º | 0.77% | 0.71% | - |
| XYZ | 26 | 37.88 | 8.13 | - |
| YUV | 149.61 | 67.27 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 181 | 42 | 0.29 | 0 | 0.77 | 0.29 | 82.45 | 0.62 | 0.44 |
| Hex | 81 | B5 | 2A | 1D | 0 | 4D | 1D | 52 | 3E | 2C |
| Octal | 201 | 265 | 52 | 35 | 0 | 115 | 35 | 122 | 76 | 54 |
| Binary | 10000001 | 10110101 | 101010 | 11101 | 0 | 1001101 | 11101 | 1010010 | 111110 | 101100 |
Color Harmonies of #81B52A
Complementary color
Monochromatic Colors of #81B52A
Black with #81B52A
Text Example
Text Example
White with #81B52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B52A; }
p { color: rgb(129,181,42); }
H1.HeaderClassName
{
color: #81B52A;
}
.AnyTagClassName
{
color: #81B52A;
}
</style>
background-color css
<style>
a { background-color: #81B52A; }
a { background-color: rgb(129,181,42); }
div.DivClassName
{
background-color: #81B52A;
}
.BgClassName
{
background-color: #81B52A;
}
</style>
border-color css
<style>
span { border-color: #81B52A; }
span { border-color: rgb(129,181,42); }
td.TdClassName
{
border-color: #81B52A;
}
.TagClassName
{
border-color: #81B52A;
}
</style>