Shades of Lima #82B40C
Tints of Lima #82B40C
RGB
CMYK
RGB Variations
Color information
#82B40C (or 0x82B40C) is known color: Lima. HEX triplet: 82, B4 and 0C. RGB value is (130,180,12). Sum of RGB (Red+Green+Blue) = 130+180+12=322 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.37% from 322); Green value is 180 (70.70% from 255 or 55.90% from 322); Blue value is 12 (5.08% from 255 or 3.73% from 322); Max value from RGB is 180 - color contains mainly: green. Hex color #82B40C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82B40C is #7D4BF3. Grayscale: #929292. Windows color (decimal): -8211444 or 832642. OLE color: 832642.
HSL color Cylindrical-coordinate representation of color #82B40C: hue angle of 77.86º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #82B40C is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 130 | 180 | 12 | - |
| CMYK | 0.28 | 0 | 0.93 | 0.29 |
| HSL | 77.86º | 0.88% | 0.38% | - |
| HSV(B) | 77.86º | 0.93% | 0.71% | - |
| XYZ | 25.59 | 37.41 | 6.22 | - |
| YUV | 145.9 | 52.44 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 180 | 12 | 0.28 | 0 | 0.93 | 0.29 | 77.86 | 0.88 | 0.38 |
| Hex | 82 | B4 | C | 1C | 0 | 5D | 1D | 4E | 58 | 26 |
| Octal | 202 | 264 | 14 | 34 | 0 | 135 | 35 | 116 | 130 | 46 |
| Binary | 10000010 | 10110100 | 1100 | 11100 | 0 | 1011101 | 11101 | 1001110 | 1011000 | 100110 |
Color Harmonies of #82B40C
Complementary color
Monochromatic Colors of #82B40C
Black with #82B40C
Text Example
Text Example
White with #82B40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B40C; }
p { color: rgb(130,180,12); }
H1.HeaderClassName
{
color: #82B40C;
}
.AnyTagClassName
{
color: #82B40C;
}
</style>
background-color css
<style>
a { background-color: #82B40C; }
a { background-color: rgb(130,180,12); }
div.DivClassName
{
background-color: #82B40C;
}
.BgClassName
{
background-color: #82B40C;
}
</style>
border-color css
<style>
span { border-color: #82B40C; }
span { border-color: rgb(130,180,12); }
td.TdClassName
{
border-color: #82B40C;
}
.TagClassName
{
border-color: #82B40C;
}
</style>