Shades of Lima #82B01D
Tints of Lima #82B01D
RGB
CMYK
RGB Variations
Color information
#82B01D (or 0x82B01D) is known color: Lima. HEX triplet: 82, B0 and 1D. RGB value is (130,176,29). Sum of RGB (Red+Green+Blue) = 130+176+29=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 176 (69.14% from 255 or 52.54% from 335); Blue value is 29 (11.72% from 255 or 8.66% from 335); Max value from RGB is 176 - color contains mainly: green. Hex color #82B01D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82B01D is #7D4FE2. Grayscale: #929292. Windows color (decimal): -8212451 or 1945730. OLE color: 1945730.
HSL color Cylindrical-coordinate representation of color #82B01D: hue angle of 78.78º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #82B01D is Cyan = 0.26, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 130 | 176 | 29 | - |
| CMYK | 0.26 | 0 | 0.84 | 0.31 |
| HSL | 78.78º | 0.72% | 0.4% | - |
| HSV(B) | 78.78º | 0.84% | 0.69% | - |
| XYZ | 24.95 | 35.89 | 6.77 | - |
| YUV | 145.49 | 62.26 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 176 | 29 | 0.26 | 0 | 0.84 | 0.31 | 78.78 | 0.72 | 0.4 |
| Hex | 82 | B0 | 1D | 1A | 0 | 54 | 1F | 4F | 48 | 28 |
| Octal | 202 | 260 | 35 | 32 | 0 | 124 | 37 | 117 | 110 | 50 |
| Binary | 10000010 | 10110000 | 11101 | 11010 | 0 | 1010100 | 11111 | 1001111 | 1001000 | 101000 |
Color Harmonies of #82B01D
Complementary color
Monochromatic Colors of #82B01D
Black with #82B01D
Text Example
Text Example
White with #82B01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B01D; }
p { color: rgb(130,176,29); }
H1.HeaderClassName
{
color: #82B01D;
}
.AnyTagClassName
{
color: #82B01D;
}
</style>
background-color css
<style>
a { background-color: #82B01D; }
a { background-color: rgb(130,176,29); }
div.DivClassName
{
background-color: #82B01D;
}
.BgClassName
{
background-color: #82B01D;
}
</style>
border-color css
<style>
span { border-color: #82B01D; }
span { border-color: rgb(130,176,29); }
td.TdClassName
{
border-color: #82B01D;
}
.TagClassName
{
border-color: #82B01D;
}
</style>