Shades of Lima #82C512
Tints of Lima #82C512
RGB
CMYK
RGB Variations
Color information
#82C512 (or 0x82C512) is known color: Lima. HEX triplet: 82, C5 and 12. RGB value is (130,197,18). Sum of RGB (Red+Green+Blue) = 130+197+18=345 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.68% from 345); Green value is 197 (77.34% from 255 or 57.10% from 345); Blue value is 18 (7.42% from 255 or 5.22% from 345); Max value from RGB is 197 - color contains mainly: green. Hex color #82C512 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82C512 is #7D3AED. Grayscale: #9D9D9D. Windows color (decimal): -8207086 or 1230210. OLE color: 1230210.
HSL color Cylindrical-coordinate representation of color #82C512: hue angle of 82.46º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #82C512 is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 130 | 197 | 18 | - |
| CMYK | 0.34 | 0 | 0.91 | 0.23 |
| HSL | 82.46º | 0.83% | 0.42% | - |
| HSV(B) | 82.46º | 0.91% | 0.77% | - |
| XYZ | 29.28 | 44.72 | 7.66 | - |
| YUV | 156.56 | 49.8 | 109.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 197 | 18 | 0.34 | 0 | 0.91 | 0.23 | 82.46 | 0.83 | 0.42 |
| Hex | 82 | C5 | 12 | 22 | 0 | 5B | 17 | 52 | 53 | 2A |
| Octal | 202 | 305 | 22 | 42 | 0 | 133 | 27 | 122 | 123 | 52 |
| Binary | 10000010 | 11000101 | 10010 | 100010 | 0 | 1011011 | 10111 | 1010010 | 1010011 | 101010 |
Color Harmonies of #82C512
Complementary color
Monochromatic Colors of #82C512
Black with #82C512
Text Example
Text Example
White with #82C512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C512; }
p { color: rgb(130,197,18); }
H1.HeaderClassName
{
color: #82C512;
}
.AnyTagClassName
{
color: #82C512;
}
</style>
background-color css
<style>
a { background-color: #82C512; }
a { background-color: rgb(130,197,18); }
div.DivClassName
{
background-color: #82C512;
}
.BgClassName
{
background-color: #82C512;
}
</style>
border-color css
<style>
span { border-color: #82C512; }
span { border-color: rgb(130,197,18); }
td.TdClassName
{
border-color: #82C512;
}
.TagClassName
{
border-color: #82C512;
}
</style>