Shades of Lima #81B41E
Tints of Lima #81B41E
RGB
CMYK
RGB Variations
Color information
#81B41E (or 0x81B41E) is known color: Lima. HEX triplet: 81, B4 and 1E. RGB value is (129,180,30). Sum of RGB (Red+Green+Blue) = 129+180+30=339 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.05% from 339); Green value is 180 (70.70% from 255 or 53.10% from 339); Blue value is 30 (12.11% from 255 or 8.85% from 339); Max value from RGB is 180 - color contains mainly: green. Hex color #81B41E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81B41E is #7E4BE1. Grayscale: #949494. Windows color (decimal): -8276962 or 2012289. OLE color: 2012289.
HSL color Cylindrical-coordinate representation of color #81B41E: hue angle of 80.4º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #81B41E is Cyan = 0.28, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 180 | 30 | - |
| CMYK | 0.28 | 0 | 0.83 | 0.29 |
| HSL | 80.4º | 0.71% | 0.41% | - |
| HSV(B) | 80.4º | 0.83% | 0.71% | - |
| XYZ | 25.61 | 37.4 | 7.1 | - |
| YUV | 147.65 | 61.6 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 180 | 30 | 0.28 | 0 | 0.83 | 0.29 | 80.4 | 0.71 | 0.41 |
| Hex | 81 | B4 | 1E | 1C | 0 | 53 | 1D | 50 | 47 | 29 |
| Octal | 201 | 264 | 36 | 34 | 0 | 123 | 35 | 120 | 107 | 51 |
| Binary | 10000001 | 10110100 | 11110 | 11100 | 0 | 1010011 | 11101 | 1010000 | 1000111 | 101001 |
Color Harmonies of #81B41E
Complementary color
Monochromatic Colors of #81B41E
Black with #81B41E
Text Example
Text Example
White with #81B41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B41E; }
p { color: rgb(129,180,30); }
H1.HeaderClassName
{
color: #81B41E;
}
.AnyTagClassName
{
color: #81B41E;
}
</style>
background-color css
<style>
a { background-color: #81B41E; }
a { background-color: rgb(129,180,30); }
div.DivClassName
{
background-color: #81B41E;
}
.BgClassName
{
background-color: #81B41E;
}
</style>
border-color css
<style>
span { border-color: #81B41E; }
span { border-color: rgb(129,180,30); }
td.TdClassName
{
border-color: #81B41E;
}
.TagClassName
{
border-color: #81B41E;
}
</style>