Shades of Lima #81C02D
Tints of Lima #81C02D
RGB
CMYK
RGB Variations
Color information
#81C02D (or 0x81C02D) is known color: Lima. HEX triplet: 81, C0 and 2D. RGB value is (129,192,45). Sum of RGB (Red+Green+Blue) = 129+192+45=366 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.25% from 366); Green value is 192 (75.39% from 255 or 52.46% from 366); Blue value is 45 (17.97% from 255 or 12.30% from 366); Max value from RGB is 192 - color contains mainly: green. Hex color #81C02D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81C02D is #7E3FD2. Grayscale: #9C9C9C. Windows color (decimal): -8273875 or 2998401. OLE color: 2998401.
HSL color Cylindrical-coordinate representation of color #81C02D: hue angle of 85.71º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #81C02D is Cyan = 0.33, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 192 | 45 | - |
| CMYK | 0.33 | 0 | 0.77 | 0.25 |
| HSL | 85.71º | 0.62% | 0.46% | - |
| HSV(B) | 85.71º | 0.77% | 0.75% | - |
| XYZ | 28.38 | 42.56 | 9.2 | - |
| YUV | 156.41 | 65.13 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 192 | 45 | 0.33 | 0 | 0.77 | 0.25 | 85.71 | 0.62 | 0.46 |
| Hex | 81 | C0 | 2D | 21 | 0 | 4D | 19 | 56 | 3E | 2E |
| Octal | 201 | 300 | 55 | 41 | 0 | 115 | 31 | 126 | 76 | 56 |
| Binary | 10000001 | 11000000 | 101101 | 100001 | 0 | 1001101 | 11001 | 1010110 | 111110 | 101110 |
Color Harmonies of #81C02D
Complementary color
Monochromatic Colors of #81C02D
Black with #81C02D
Text Example
Text Example
White with #81C02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C02D; }
p { color: rgb(129,192,45); }
H1.HeaderClassName
{
color: #81C02D;
}
.AnyTagClassName
{
color: #81C02D;
}
</style>
background-color css
<style>
a { background-color: #81C02D; }
a { background-color: rgb(129,192,45); }
div.DivClassName
{
background-color: #81C02D;
}
.BgClassName
{
background-color: #81C02D;
}
</style>
border-color css
<style>
span { border-color: #81C02D; }
span { border-color: rgb(129,192,45); }
td.TdClassName
{
border-color: #81C02D;
}
.TagClassName
{
border-color: #81C02D;
}
</style>