Shades of Lima #82C112
Tints of Lima #82C112
RGB
CMYK
RGB Variations
Color information
#82C112 (or 0x82C112) is known color: Lima. HEX triplet: 82, C1 and 12. RGB value is (130,193,18). Sum of RGB (Red+Green+Blue) = 130+193+18=341 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.12% from 341); Green value is 193 (75.78% from 255 or 56.60% from 341); Blue value is 18 (7.42% from 255 or 5.28% from 341); Max value from RGB is 193 - color contains mainly: green. Hex color #82C112 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82C112 is #7D3EED. Grayscale: #9A9A9A. Windows color (decimal): -8208110 or 1229186. OLE color: 1229186.
HSL color Cylindrical-coordinate representation of color #82C112: hue angle of 81.6º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #82C112 is Cyan = 0.33, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 193 | 18 | - |
| CMYK | 0.33 | 0 | 0.91 | 0.24 |
| HSL | 81.6º | 0.83% | 0.41% | - |
| HSV(B) | 81.6º | 0.91% | 0.76% | - |
| XYZ | 28.39 | 42.93 | 7.36 | - |
| YUV | 154.21 | 51.13 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 193 | 18 | 0.33 | 0 | 0.91 | 0.24 | 81.6 | 0.83 | 0.41 |
| Hex | 82 | C1 | 12 | 21 | 0 | 5B | 18 | 52 | 53 | 29 |
| Octal | 202 | 301 | 22 | 41 | 0 | 133 | 30 | 122 | 123 | 51 |
| Binary | 10000010 | 11000001 | 10010 | 100001 | 0 | 1011011 | 11000 | 1010010 | 1010011 | 101001 |
Color Harmonies of #82C112
Complementary color
Monochromatic Colors of #82C112
Black with #82C112
Text Example
Text Example
White with #82C112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C112; }
p { color: rgb(130,193,18); }
H1.HeaderClassName
{
color: #82C112;
}
.AnyTagClassName
{
color: #82C112;
}
</style>
background-color css
<style>
a { background-color: #82C112; }
a { background-color: rgb(130,193,18); }
div.DivClassName
{
background-color: #82C112;
}
.BgClassName
{
background-color: #82C112;
}
</style>
border-color css
<style>
span { border-color: #82C112; }
span { border-color: rgb(130,193,18); }
td.TdClassName
{
border-color: #82C112;
}
.TagClassName
{
border-color: #82C112;
}
</style>