Shades of Lima #81B403
Tints of Lima #81B403
RGB
CMYK
RGB Variations
Color information
#81B403 (or 0x81B403) is known color: Lima. HEX triplet: 81, B4 and 03. RGB value is (129,180,3). Sum of RGB (Red+Green+Blue) = 129+180+3=312 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.35% from 312); Green value is 180 (70.70% from 255 or 57.69% from 312); Blue value is 3 (1.56% from 255 or 0.96% from 312); Max value from RGB is 180 - color contains mainly: green. Hex color #81B403 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81B403 is #7E4BFC. Grayscale: #919191. Windows color (decimal): -8276989 or 242817. OLE color: 242817.
HSL color Cylindrical-coordinate representation of color #81B403: hue angle of 77.29º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #81B403 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 180 | 3 | - |
| CMYK | 0.28 | 0 | 0.98 | 0.29 |
| HSL | 77.29º | 0.97% | 0.36% | - |
| HSV(B) | 77.29º | 0.98% | 0.71% | - |
| XYZ | 25.39 | 37.32 | 5.95 | - |
| YUV | 144.57 | 48.1 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 180 | 3 | 0.28 | 0 | 0.98 | 0.29 | 77.29 | 0.97 | 0.36 |
| Hex | 81 | B4 | 3 | 1C | 0 | 62 | 1D | 4D | 61 | 24 |
| Octal | 201 | 264 | 3 | 34 | 0 | 142 | 35 | 115 | 141 | 44 |
| Binary | 10000001 | 10110100 | 11 | 11100 | 0 | 1100010 | 11101 | 1001101 | 1100001 | 100100 |
Color Harmonies of #81B403
Complementary color
Monochromatic Colors of #81B403
Black with #81B403
Text Example
Text Example
White with #81B403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B403; }
p { color: rgb(129,180,3); }
H1.HeaderClassName
{
color: #81B403;
}
.AnyTagClassName
{
color: #81B403;
}
</style>
background-color css
<style>
a { background-color: #81B403; }
a { background-color: rgb(129,180,3); }
div.DivClassName
{
background-color: #81B403;
}
.BgClassName
{
background-color: #81B403;
}
</style>
border-color css
<style>
span { border-color: #81B403; }
span { border-color: rgb(129,180,3); }
td.TdClassName
{
border-color: #81B403;
}
.TagClassName
{
border-color: #81B403;
}
</style>