Shades of Lima #81B30A
Tints of Lima #81B30A
RGB
CMYK
RGB Variations
Color information
#81B30A (or 0x81B30A) is known color: Lima. HEX triplet: 81, B3 and 0A. RGB value is (129,179,10). Sum of RGB (Red+Green+Blue) = 129+179+10=318 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.57% from 318); Green value is 179 (70.31% from 255 or 56.29% from 318); Blue value is 10 (4.30% from 255 or 3.14% from 318); Max value from RGB is 179 - color contains mainly: green. Hex color #81B30A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81B30A is #7E4CF5. Grayscale: #919191. Windows color (decimal): -8277238 or 701313. OLE color: 701313.
HSL color Cylindrical-coordinate representation of color #81B30A: hue angle of 77.75º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #81B30A is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 129 | 179 | 10 | - |
| CMYK | 0.28 | 0 | 0.94 | 0.30 |
| HSL | 77.75º | 0.89% | 0.37% | - |
| HSV(B) | 77.75º | 0.94% | 0.7% | - |
| XYZ | 25.23 | 36.93 | 6.09 | - |
| YUV | 144.78 | 51.94 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 179 | 10 | 0.28 | 0 | 0.94 | 0.30 | 77.75 | 0.89 | 0.37 |
| Hex | 81 | B3 | A | 1C | 0 | 5E | 1E | 4E | 59 | 25 |
| Octal | 201 | 263 | 12 | 34 | 0 | 136 | 36 | 116 | 131 | 45 |
| Binary | 10000001 | 10110011 | 1010 | 11100 | 0 | 1011110 | 11110 | 1001110 | 1011001 | 100101 |
Color Harmonies of #81B30A
Complementary color
Monochromatic Colors of #81B30A
Black with #81B30A
Text Example
Text Example
White with #81B30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B30A; }
p { color: rgb(129,179,10); }
H1.HeaderClassName
{
color: #81B30A;
}
.AnyTagClassName
{
color: #81B30A;
}
</style>
background-color css
<style>
a { background-color: #81B30A; }
a { background-color: rgb(129,179,10); }
div.DivClassName
{
background-color: #81B30A;
}
.BgClassName
{
background-color: #81B30A;
}
</style>
border-color css
<style>
span { border-color: #81B30A; }
span { border-color: rgb(129,179,10); }
td.TdClassName
{
border-color: #81B30A;
}
.TagClassName
{
border-color: #81B30A;
}
</style>