Shades of Lima #81C31A
Tints of Lima #81C31A
RGB
CMYK
RGB Variations
Color information
#81C31A (or 0x81C31A) is known color: Lima. HEX triplet: 81, C3 and 1A. RGB value is (129,195,26). Sum of RGB (Red+Green+Blue) = 129+195+26=350 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.86% from 350); Green value is 195 (76.56% from 255 or 55.71% from 350); Blue value is 26 (10.55% from 255 or 7.43% from 350); Max value from RGB is 195 - color contains mainly: green. Hex color #81C31A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81C31A is #7E3CE5. Grayscale: #9C9C9C. Windows color (decimal): -8273126 or 1753985. OLE color: 1753985.
HSL color Cylindrical-coordinate representation of color #81C31A: hue angle of 83.43º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #81C31A is Cyan = 0.34, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 129 | 195 | 26 | - |
| CMYK | 0.34 | 0 | 0.87 | 0.24 |
| HSL | 83.43º | 0.76% | 0.43% | - |
| HSV(B) | 83.43º | 0.87% | 0.76% | - |
| XYZ | 28.75 | 43.77 | 7.91 | - |
| YUV | 156 | 54.63 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 195 | 26 | 0.34 | 0 | 0.87 | 0.24 | 83.43 | 0.76 | 0.43 |
| Hex | 81 | C3 | 1A | 22 | 0 | 57 | 18 | 53 | 4C | 2B |
| Octal | 201 | 303 | 32 | 42 | 0 | 127 | 30 | 123 | 114 | 53 |
| Binary | 10000001 | 11000011 | 11010 | 100010 | 0 | 1010111 | 11000 | 1010011 | 1001100 | 101011 |
Color Harmonies of #81C31A
Complementary color
Monochromatic Colors of #81C31A
Black with #81C31A
Text Example
Text Example
White with #81C31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C31A; }
p { color: rgb(129,195,26); }
H1.HeaderClassName
{
color: #81C31A;
}
.AnyTagClassName
{
color: #81C31A;
}
</style>
background-color css
<style>
a { background-color: #81C31A; }
a { background-color: rgb(129,195,26); }
div.DivClassName
{
background-color: #81C31A;
}
.BgClassName
{
background-color: #81C31A;
}
</style>
border-color css
<style>
span { border-color: #81C31A; }
span { border-color: rgb(129,195,26); }
td.TdClassName
{
border-color: #81C31A;
}
.TagClassName
{
border-color: #81C31A;
}
</style>