Shades of Lima #81BA1E
Tints of Lima #81BA1E
RGB
CMYK
RGB Variations
Color information
#81BA1E (or 0x81BA1E) is known color: Lima. HEX triplet: 81, BA and 1E. RGB value is (129,186,30). Sum of RGB (Red+Green+Blue) = 129+186+30=345 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.39% from 345); Green value is 186 (73.05% from 255 or 53.91% from 345); Blue value is 30 (12.11% from 255 or 8.70% from 345); Max value from RGB is 186 - color contains mainly: green. Hex color #81BA1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81BA1E is #7E45E1. Grayscale: #979797. Windows color (decimal): -8275426 or 2013825. OLE color: 2013825.
HSL color Cylindrical-coordinate representation of color #81BA1E: hue angle of 81.92º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #81BA1E is Cyan = 0.31, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 186 | 30 | - |
| CMYK | 0.31 | 0 | 0.84 | 0.27 |
| HSL | 81.92º | 0.72% | 0.42% | - |
| HSV(B) | 81.92º | 0.84% | 0.73% | - |
| XYZ | 26.85 | 39.88 | 7.51 | - |
| YUV | 151.17 | 59.62 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 186 | 30 | 0.31 | 0 | 0.84 | 0.27 | 81.92 | 0.72 | 0.42 |
| Hex | 81 | BA | 1E | 1F | 0 | 54 | 1B | 52 | 48 | 2A |
| Octal | 201 | 272 | 36 | 37 | 0 | 124 | 33 | 122 | 110 | 52 |
| Binary | 10000001 | 10111010 | 11110 | 11111 | 0 | 1010100 | 11011 | 1010010 | 1001000 | 101010 |
Color Harmonies of #81BA1E
Complementary color
Monochromatic Colors of #81BA1E
Black with #81BA1E
Text Example
Text Example
White with #81BA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BA1E; }
p { color: rgb(129,186,30); }
H1.HeaderClassName
{
color: #81BA1E;
}
.AnyTagClassName
{
color: #81BA1E;
}
</style>
background-color css
<style>
a { background-color: #81BA1E; }
a { background-color: rgb(129,186,30); }
div.DivClassName
{
background-color: #81BA1E;
}
.BgClassName
{
background-color: #81BA1E;
}
</style>
border-color css
<style>
span { border-color: #81BA1E; }
span { border-color: rgb(129,186,30); }
td.TdClassName
{
border-color: #81BA1E;
}
.TagClassName
{
border-color: #81BA1E;
}
</style>