Shades of Lima #81BB1D
Tints of Lima #81BB1D
RGB
CMYK
RGB Variations
Color information
#81BB1D (or 0x81BB1D) is known color: Lima. HEX triplet: 81, BB and 1D. RGB value is (129,187,29). Sum of RGB (Red+Green+Blue) = 129+187+29=345 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.39% from 345); Green value is 187 (73.44% from 255 or 54.20% from 345); Blue value is 29 (11.72% from 255 or 8.41% from 345); Max value from RGB is 187 - color contains mainly: green. Hex color #81BB1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81BB1D is #7E44E2. Grayscale: #989898. Windows color (decimal): -8275171 or 1948545. OLE color: 1948545.
HSL color Cylindrical-coordinate representation of color #81BB1D: hue angle of 82.03º degrees, saturation: 0.73, 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 #81BB1D is Cyan = 0.31, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 187 | 29 | - |
| CMYK | 0.31 | 0 | 0.84 | 0.27 |
| HSL | 82.03º | 0.73% | 0.42% | - |
| HSV(B) | 82.03º | 0.84% | 0.73% | - |
| XYZ | 27.05 | 40.3 | 7.51 | - |
| YUV | 151.65 | 58.78 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 187 | 29 | 0.31 | 0 | 0.84 | 0.27 | 82.03 | 0.73 | 0.42 |
| Hex | 81 | BB | 1D | 1F | 0 | 54 | 1B | 52 | 49 | 2A |
| Octal | 201 | 273 | 35 | 37 | 0 | 124 | 33 | 122 | 111 | 52 |
| Binary | 10000001 | 10111011 | 11101 | 11111 | 0 | 1010100 | 11011 | 1010010 | 1001001 | 101010 |
Color Harmonies of #81BB1D
Complementary color
Monochromatic Colors of #81BB1D
Black with #81BB1D
Text Example
Text Example
White with #81BB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BB1D; }
p { color: rgb(129,187,29); }
H1.HeaderClassName
{
color: #81BB1D;
}
.AnyTagClassName
{
color: #81BB1D;
}
</style>
background-color css
<style>
a { background-color: #81BB1D; }
a { background-color: rgb(129,187,29); }
div.DivClassName
{
background-color: #81BB1D;
}
.BgClassName
{
background-color: #81BB1D;
}
</style>
border-color css
<style>
span { border-color: #81BB1D; }
span { border-color: rgb(129,187,29); }
td.TdClassName
{
border-color: #81BB1D;
}
.TagClassName
{
border-color: #81BB1D;
}
</style>