Shades of Lima #81C030
Tints of Lima #81C030
RGB
CMYK
RGB Variations
Color information
#81C030 (or 0x81C030) is known color: Lima. HEX triplet: 81, C0 and 30. RGB value is (129,192,48). Sum of RGB (Red+Green+Blue) = 129+192+48=369 (48% of max value = 765). Red value is 129 (50.78% from 255 or 34.96% from 369); Green value is 192 (75.39% from 255 or 52.03% from 369); Blue value is 48 (19.14% from 255 or 13.01% from 369); Max value from RGB is 192 - color contains mainly: green. Hex color #81C030 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81C030 is #7E3FCF. Grayscale: #9D9D9D. Windows color (decimal): -8273872 or 3195009. OLE color: 3195009.
HSL color Cylindrical-coordinate representation of color #81C030: hue angle of 86.25º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #81C030 is Cyan = 0.33, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 192 | 48 | - |
| CMYK | 0.33 | 0 | 0.75 | 0.25 |
| HSL | 86.25º | 0.6% | 0.47% | - |
| HSV(B) | 86.25º | 0.75% | 0.75% | - |
| XYZ | 28.44 | 42.58 | 9.52 | - |
| YUV | 156.75 | 66.63 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 192 | 48 | 0.33 | 0 | 0.75 | 0.25 | 86.25 | 0.6 | 0.47 |
| Hex | 81 | C0 | 30 | 21 | 0 | 4B | 19 | 56 | 3C | 2F |
| Octal | 201 | 300 | 60 | 41 | 0 | 113 | 31 | 126 | 74 | 57 |
| Binary | 10000001 | 11000000 | 110000 | 100001 | 0 | 1001011 | 11001 | 1010110 | 111100 | 101111 |
Color Harmonies of #81C030
Complementary color
Monochromatic Colors of #81C030
Black with #81C030
Text Example
Text Example
White with #81C030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C030; }
p { color: rgb(129,192,48); }
H1.HeaderClassName
{
color: #81C030;
}
.AnyTagClassName
{
color: #81C030;
}
</style>
background-color css
<style>
a { background-color: #81C030; }
a { background-color: rgb(129,192,48); }
div.DivClassName
{
background-color: #81C030;
}
.BgClassName
{
background-color: #81C030;
}
</style>
border-color css
<style>
span { border-color: #81C030; }
span { border-color: rgb(129,192,48); }
td.TdClassName
{
border-color: #81C030;
}
.TagClassName
{
border-color: #81C030;
}
</style>