Shades of Lima #81BB2C
Tints of Lima #81BB2C
RGB
CMYK
RGB Variations
Color information
#81BB2C (or 0x81BB2C) is known color: Lima. HEX triplet: 81, BB and 2C. RGB value is (129,187,44). Sum of RGB (Red+Green+Blue) = 129+187+44=360 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.83% from 360); Green value is 187 (73.44% from 255 or 51.94% from 360); Blue value is 44 (17.58% from 255 or 12.22% from 360); Max value from RGB is 187 - color contains mainly: green. Hex color #81BB2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81BB2C is #7E44D3. Grayscale: #999999. Windows color (decimal): -8275156 or 2931585. OLE color: 2931585.
HSL color Cylindrical-coordinate representation of color #81BB2C: hue angle of 84.34º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #81BB2C is Cyan = 0.31, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 187 | 44 | - |
| CMYK | 0.31 | 0 | 0.76 | 0.27 |
| HSL | 84.34º | 0.62% | 0.45% | - |
| HSV(B) | 84.34º | 0.76% | 0.73% | - |
| XYZ | 27.28 | 40.39 | 8.74 | - |
| YUV | 153.36 | 66.28 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 187 | 44 | 0.31 | 0 | 0.76 | 0.27 | 84.34 | 0.62 | 0.45 |
| Hex | 81 | BB | 2C | 1F | 0 | 4C | 1B | 54 | 3E | 2D |
| Octal | 201 | 273 | 54 | 37 | 0 | 114 | 33 | 124 | 76 | 55 |
| Binary | 10000001 | 10111011 | 101100 | 11111 | 0 | 1001100 | 11011 | 1010100 | 111110 | 101101 |
Color Harmonies of #81BB2C
Complementary color
Monochromatic Colors of #81BB2C
Black with #81BB2C
Text Example
Text Example
White with #81BB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BB2C; }
p { color: rgb(129,187,44); }
H1.HeaderClassName
{
color: #81BB2C;
}
.AnyTagClassName
{
color: #81BB2C;
}
</style>
background-color css
<style>
a { background-color: #81BB2C; }
a { background-color: rgb(129,187,44); }
div.DivClassName
{
background-color: #81BB2C;
}
.BgClassName
{
background-color: #81BB2C;
}
</style>
border-color css
<style>
span { border-color: #81BB2C; }
span { border-color: rgb(129,187,44); }
td.TdClassName
{
border-color: #81BB2C;
}
.TagClassName
{
border-color: #81BB2C;
}
</style>