Shades of Lima #81A21E
Tints of Lima #81A21E
RGB
CMYK
RGB Variations
Color information
#81A21E (or 0x81A21E) is known color: Lima. HEX triplet: 81, A2 and 1E. RGB value is (129,162,30). Sum of RGB (Red+Green+Blue) = 129+162+30=321 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.19% from 321); Green value is 162 (63.67% from 255 or 50.47% from 321); Blue value is 30 (12.11% from 255 or 9.35% from 321); Max value from RGB is 162 - color contains mainly: green. Hex color #81A21E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81A21E is #7E5DE1. Grayscale: #898989. Windows color (decimal): -8281570 or 2007681. OLE color: 2007681.
HSL color Cylindrical-coordinate representation of color #81A21E: hue angle of 75º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #81A21E is Cyan = 0.20, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 129 | 162 | 30 | - |
| CMYK | 0.20 | 0 | 0.81 | 0.36 |
| HSL | 75º | 0.69% | 0.38% | - |
| HSV(B) | 75º | 0.81% | 0.64% | - |
| XYZ | 22.21 | 30.6 | 5.96 | - |
| YUV | 137.09 | 67.57 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 162 | 30 | 0.20 | 0 | 0.81 | 0.36 | 75 | 0.69 | 0.38 |
| Hex | 81 | A2 | 1E | 14 | 0 | 51 | 24 | 4B | 45 | 26 |
| Octal | 201 | 242 | 36 | 24 | 0 | 121 | 44 | 113 | 105 | 46 |
| Binary | 10000001 | 10100010 | 11110 | 10100 | 0 | 1010001 | 100100 | 1001011 | 1000101 | 100110 |
Color Harmonies of #81A21E
Complementary color
Monochromatic Colors of #81A21E
Black with #81A21E
Text Example
Text Example
White with #81A21E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A21E; }
p { color: rgb(129,162,30); }
H1.HeaderClassName
{
color: #81A21E;
}
.AnyTagClassName
{
color: #81A21E;
}
</style>
background-color css
<style>
a { background-color: #81A21E; }
a { background-color: rgb(129,162,30); }
div.DivClassName
{
background-color: #81A21E;
}
.BgClassName
{
background-color: #81A21E;
}
</style>
border-color css
<style>
span { border-color: #81A21E; }
span { border-color: rgb(129,162,30); }
td.TdClassName
{
border-color: #81A21E;
}
.TagClassName
{
border-color: #81A21E;
}
</style>