Shades of Lima #82CC0C
Tints of Lima #82CC0C
RGB
CMYK
RGB Variations
Color information
#82CC0C (or 0x82CC0C) is known color: Lima. HEX triplet: 82, CC and 0C. RGB value is (130,204,12). Sum of RGB (Red+Green+Blue) = 130+204+12=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 204 (80.08% from 255 or 58.96% from 346); Blue value is 12 (5.08% from 255 or 3.47% from 346); Max value from RGB is 204 - color contains mainly: green. Hex color #82CC0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82CC0C is #7D33F3. Grayscale: #A0A0A0. Windows color (decimal): -8205300 or 838786. OLE color: 838786.
HSL color Cylindrical-coordinate representation of color #82CC0C: hue angle of 83.13º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #82CC0C is Cyan = 0.36, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 130 | 204 | 12 | - |
| CMYK | 0.36 | 0 | 0.94 | 0.2 |
| HSL | 83.13º | 0.89% | 0.42% | - |
| HSV(B) | 83.13º | 0.94% | 0.8% | - |
| XYZ | 30.87 | 47.96 | 7.98 | - |
| YUV | 159.99 | 44.48 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 204 | 12 | 0.36 | 0 | 0.94 | 0.2 | 83.13 | 0.89 | 0.42 |
| Hex | 82 | CC | C | 24 | 0 | 5E | 14 | 53 | 59 | 2A |
| Octal | 202 | 314 | 14 | 44 | 0 | 136 | 24 | 123 | 131 | 52 |
| Binary | 10000010 | 11001100 | 1100 | 100100 | 0 | 1011110 | 10100 | 1010011 | 1011001 | 101010 |
Color Harmonies of #82CC0C
Complementary color
Monochromatic Colors of #82CC0C
Black with #82CC0C
Text Example
Text Example
White with #82CC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CC0C; }
p { color: rgb(130,204,12); }
H1.HeaderClassName
{
color: #82CC0C;
}
.AnyTagClassName
{
color: #82CC0C;
}
</style>
background-color css
<style>
a { background-color: #82CC0C; }
a { background-color: rgb(130,204,12); }
div.DivClassName
{
background-color: #82CC0C;
}
.BgClassName
{
background-color: #82CC0C;
}
</style>
border-color css
<style>
span { border-color: #82CC0C; }
span { border-color: rgb(130,204,12); }
td.TdClassName
{
border-color: #82CC0C;
}
.TagClassName
{
border-color: #82CC0C;
}
</style>