Shades of Lima #81AC25
Tints of Lima #81AC25
RGB
CMYK
RGB Variations
Color information
#81AC25 (or 0x81AC25) is known color: Lima. HEX triplet: 81, AC and 25. RGB value is (129,172,37). Sum of RGB (Red+Green+Blue) = 129+172+37=338 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.17% from 338); Green value is 172 (67.58% from 255 or 50.89% from 338); Blue value is 37 (14.84% from 255 or 10.95% from 338); Max value from RGB is 172 - color contains mainly: green. Hex color #81AC25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81AC25 is #7E53DA. Grayscale: #909090. Windows color (decimal): -8279003 or 2468993. OLE color: 2468993.
HSL color Cylindrical-coordinate representation of color #81AC25: hue angle of 79.11º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #81AC25 is Cyan = 0.25, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 172 | 37 | - |
| CMYK | 0.25 | 0 | 0.78 | 0.33 |
| HSL | 79.11º | 0.65% | 0.41% | - |
| HSV(B) | 79.11º | 0.78% | 0.67% | - |
| XYZ | 24.14 | 34.31 | 7.1 | - |
| YUV | 143.75 | 67.75 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 172 | 37 | 0.25 | 0 | 0.78 | 0.33 | 79.11 | 0.65 | 0.41 |
| Hex | 81 | AC | 25 | 19 | 0 | 4E | 21 | 4F | 41 | 29 |
| Octal | 201 | 254 | 45 | 31 | 0 | 116 | 41 | 117 | 101 | 51 |
| Binary | 10000001 | 10101100 | 100101 | 11001 | 0 | 1001110 | 100001 | 1001111 | 1000001 | 101001 |
Color Harmonies of #81AC25
Complementary color
Monochromatic Colors of #81AC25
Black with #81AC25
Text Example
Text Example
White with #81AC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AC25; }
p { color: rgb(129,172,37); }
H1.HeaderClassName
{
color: #81AC25;
}
.AnyTagClassName
{
color: #81AC25;
}
</style>
background-color css
<style>
a { background-color: #81AC25; }
a { background-color: rgb(129,172,37); }
div.DivClassName
{
background-color: #81AC25;
}
.BgClassName
{
background-color: #81AC25;
}
</style>
border-color css
<style>
span { border-color: #81AC25; }
span { border-color: rgb(129,172,37); }
td.TdClassName
{
border-color: #81AC25;
}
.TagClassName
{
border-color: #81AC25;
}
</style>