Shades of Lima #81C029
Tints of Lima #81C029
RGB
CMYK
RGB Variations
Color information
#81C029 (or 0x81C029) is known color: Lima. HEX triplet: 81, C0 and 29. RGB value is (129,192,41). Sum of RGB (Red+Green+Blue) = 129+192+41=362 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.64% from 362); Green value is 192 (75.39% from 255 or 53.04% from 362); Blue value is 41 (16.41% from 255 or 11.33% from 362); Max value from RGB is 192 - color contains mainly: green. Hex color #81C029 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81C029 is #7E3FD6. Grayscale: #9C9C9C. Windows color (decimal): -8273879 or 2736257. OLE color: 2736257.
HSL color Cylindrical-coordinate representation of color #81C029: hue angle of 85.03º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #81C029 is Cyan = 0.33, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 192 | 41 | - |
| CMYK | 0.33 | 0 | 0.79 | 0.25 |
| HSL | 85.03º | 0.65% | 0.46% | - |
| HSV(B) | 85.03º | 0.79% | 0.75% | - |
| XYZ | 28.3 | 42.53 | 8.81 | - |
| YUV | 155.95 | 63.13 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 192 | 41 | 0.33 | 0 | 0.79 | 0.25 | 85.03 | 0.65 | 0.46 |
| Hex | 81 | C0 | 29 | 21 | 0 | 4F | 19 | 55 | 41 | 2E |
| Octal | 201 | 300 | 51 | 41 | 0 | 117 | 31 | 125 | 101 | 56 |
| Binary | 10000001 | 11000000 | 101001 | 100001 | 0 | 1001111 | 11001 | 1010101 | 1000001 | 101110 |
Color Harmonies of #81C029
Complementary color
Monochromatic Colors of #81C029
Black with #81C029
Text Example
Text Example
White with #81C029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C029; }
p { color: rgb(129,192,41); }
H1.HeaderClassName
{
color: #81C029;
}
.AnyTagClassName
{
color: #81C029;
}
</style>
background-color css
<style>
a { background-color: #81C029; }
a { background-color: rgb(129,192,41); }
div.DivClassName
{
background-color: #81C029;
}
.BgClassName
{
background-color: #81C029;
}
</style>
border-color css
<style>
span { border-color: #81C029; }
span { border-color: rgb(129,192,41); }
td.TdClassName
{
border-color: #81C029;
}
.TagClassName
{
border-color: #81C029;
}
</style>