Shades of Lima #81C034
Tints of Lima #81C034
RGB
CMYK
RGB Variations
Color information
#81C034 (or 0x81C034) is known color: Lima. HEX triplet: 81, C0 and 34. RGB value is (129,192,52). Sum of RGB (Red+Green+Blue) = 129+192+52=373 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.58% from 373); Green value is 192 (75.39% from 255 or 51.47% from 373); Blue value is 52 (20.70% from 255 or 13.94% from 373); Max value from RGB is 192 - color contains mainly: green. Hex color #81C034 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81C034 is #7E3FCB. Grayscale: #9D9D9D. Windows color (decimal): -8273868 or 3457153. OLE color: 3457153.
HSL color Cylindrical-coordinate representation of color #81C034: hue angle of 87º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #81C034 is Cyan = 0.33, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 192 | 52 | - |
| CMYK | 0.33 | 0 | 0.73 | 0.25 |
| HSL | 87º | 0.57% | 0.48% | - |
| HSV(B) | 87º | 0.73% | 0.75% | - |
| XYZ | 28.52 | 42.61 | 9.97 | - |
| YUV | 157.2 | 68.63 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 192 | 52 | 0.33 | 0 | 0.73 | 0.25 | 87 | 0.57 | 0.48 |
| Hex | 81 | C0 | 34 | 21 | 0 | 49 | 19 | 57 | 39 | 30 |
| Octal | 201 | 300 | 64 | 41 | 0 | 111 | 31 | 127 | 71 | 60 |
| Binary | 10000001 | 11000000 | 110100 | 100001 | 0 | 1001001 | 11001 | 1010111 | 111001 | 110000 |
Color Harmonies of #81C034
Complementary color
Monochromatic Colors of #81C034
Black with #81C034
Text Example
Text Example
White with #81C034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C034; }
p { color: rgb(129,192,52); }
H1.HeaderClassName
{
color: #81C034;
}
.AnyTagClassName
{
color: #81C034;
}
</style>
background-color css
<style>
a { background-color: #81C034; }
a { background-color: rgb(129,192,52); }
div.DivClassName
{
background-color: #81C034;
}
.BgClassName
{
background-color: #81C034;
}
</style>
border-color css
<style>
span { border-color: #81C034; }
span { border-color: rgb(129,192,52); }
td.TdClassName
{
border-color: #81C034;
}
.TagClassName
{
border-color: #81C034;
}
</style>