Shades of Lima #82C216
Tints of Lima #82C216
RGB
CMYK
RGB Variations
Color information
#82C216 (or 0x82C216) is known color: Lima. HEX triplet: 82, C2 and 16. RGB value is (130,194,22). Sum of RGB (Red+Green+Blue) = 130+194+22=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 194 (76.17% from 255 or 56.07% from 346); Blue value is 22 (8.98% from 255 or 6.36% from 346); Max value from RGB is 194 - color contains mainly: green. Hex color #82C216 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82C216 is #7D3DE9. Grayscale: #9B9B9B. Windows color (decimal): -8207850 or 1491586. OLE color: 1491586.
HSL color Cylindrical-coordinate representation of color #82C216: hue angle of 82.33º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #82C216 is Cyan = 0.33, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 194 | 22 | - |
| CMYK | 0.33 | 0 | 0.89 | 0.24 |
| HSL | 82.33º | 0.8% | 0.42% | - |
| HSV(B) | 82.33º | 0.89% | 0.76% | - |
| XYZ | 28.64 | 43.39 | 7.62 | - |
| YUV | 155.26 | 52.8 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 194 | 22 | 0.33 | 0 | 0.89 | 0.24 | 82.33 | 0.8 | 0.42 |
| Hex | 82 | C2 | 16 | 21 | 0 | 59 | 18 | 52 | 50 | 2A |
| Octal | 202 | 302 | 26 | 41 | 0 | 131 | 30 | 122 | 120 | 52 |
| Binary | 10000010 | 11000010 | 10110 | 100001 | 0 | 1011001 | 11000 | 1010010 | 1010000 | 101010 |
Color Harmonies of #82C216
Complementary color
Monochromatic Colors of #82C216
Black with #82C216
Text Example
Text Example
White with #82C216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C216; }
p { color: rgb(130,194,22); }
H1.HeaderClassName
{
color: #82C216;
}
.AnyTagClassName
{
color: #82C216;
}
</style>
background-color css
<style>
a { background-color: #82C216; }
a { background-color: rgb(130,194,22); }
div.DivClassName
{
background-color: #82C216;
}
.BgClassName
{
background-color: #82C216;
}
</style>
border-color css
<style>
span { border-color: #82C216; }
span { border-color: rgb(130,194,22); }
td.TdClassName
{
border-color: #82C216;
}
.TagClassName
{
border-color: #82C216;
}
</style>