Shades of Lima #81C41B
Tints of Lima #81C41B
RGB
CMYK
RGB Variations
Color information
#81C41B (or 0x81C41B) is known color: Lima. HEX triplet: 81, C4 and 1B. RGB value is (129,196,27). Sum of RGB (Red+Green+Blue) = 129+196+27=352 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.65% from 352); Green value is 196 (76.95% from 255 or 55.68% from 352); Blue value is 27 (10.94% from 255 or 7.67% from 352); Max value from RGB is 196 - color contains mainly: green. Hex color #81C41B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81C41B is #7E3BE4. Grayscale: #9D9D9D. Windows color (decimal): -8272869 or 1819777. OLE color: 1819777.
HSL color Cylindrical-coordinate representation of color #81C41B: hue angle of 83.79º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #81C41B is Cyan = 0.34, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 129 | 196 | 27 | - |
| CMYK | 0.34 | 0 | 0.86 | 0.23 |
| HSL | 83.79º | 0.76% | 0.44% | - |
| HSV(B) | 83.79º | 0.86% | 0.77% | - |
| XYZ | 28.99 | 44.23 | 8.05 | - |
| YUV | 156.7 | 54.8 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 196 | 27 | 0.34 | 0 | 0.86 | 0.23 | 83.79 | 0.76 | 0.44 |
| Hex | 81 | C4 | 1B | 22 | 0 | 56 | 17 | 54 | 4C | 2C |
| Octal | 201 | 304 | 33 | 42 | 0 | 126 | 27 | 124 | 114 | 54 |
| Binary | 10000001 | 11000100 | 11011 | 100010 | 0 | 1010110 | 10111 | 1010100 | 1001100 | 101100 |
Color Harmonies of #81C41B
Complementary color
Monochromatic Colors of #81C41B
Black with #81C41B
Text Example
Text Example
White with #81C41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C41B; }
p { color: rgb(129,196,27); }
H1.HeaderClassName
{
color: #81C41B;
}
.AnyTagClassName
{
color: #81C41B;
}
</style>
background-color css
<style>
a { background-color: #81C41B; }
a { background-color: rgb(129,196,27); }
div.DivClassName
{
background-color: #81C41B;
}
.BgClassName
{
background-color: #81C41B;
}
</style>
border-color css
<style>
span { border-color: #81C41B; }
span { border-color: rgb(129,196,27); }
td.TdClassName
{
border-color: #81C41B;
}
.TagClassName
{
border-color: #81C41B;
}
</style>