Shades of Lima #82C00D
Tints of Lima #82C00D
RGB
CMYK
RGB Variations
Color information
#82C00D (or 0x82C00D) is known color: Lima. HEX triplet: 82, C0 and 0D. RGB value is (130,192,13). Sum of RGB (Red+Green+Blue) = 130+192+13=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 192 (75.39% from 255 or 57.31% from 335); Blue value is 13 (5.47% from 255 or 3.88% from 335); Max value from RGB is 192 - color contains mainly: green. Hex color #82C00D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82C00D is #7D3FF2. Grayscale: #999999. Windows color (decimal): -8208371 or 901250. OLE color: 901250.
HSL color Cylindrical-coordinate representation of color #82C00D: hue angle of 80.78º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #82C00D is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 192 | 13 | - |
| CMYK | 0.32 | 0 | 0.93 | 0.25 |
| HSL | 80.78º | 0.87% | 0.4% | - |
| HSV(B) | 80.78º | 0.93% | 0.75% | - |
| XYZ | 28.13 | 42.47 | 7.1 | - |
| YUV | 153.06 | 48.96 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 192 | 13 | 0.32 | 0 | 0.93 | 0.25 | 80.78 | 0.87 | 0.4 |
| Hex | 82 | C0 | D | 20 | 0 | 5D | 19 | 51 | 57 | 28 |
| Octal | 202 | 300 | 15 | 40 | 0 | 135 | 31 | 121 | 127 | 50 |
| Binary | 10000010 | 11000000 | 1101 | 100000 | 0 | 1011101 | 11001 | 1010001 | 1010111 | 101000 |
Color Harmonies of #82C00D
Complementary color
Monochromatic Colors of #82C00D
Black with #82C00D
Text Example
Text Example
White with #82C00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C00D; }
p { color: rgb(130,192,13); }
H1.HeaderClassName
{
color: #82C00D;
}
.AnyTagClassName
{
color: #82C00D;
}
</style>
background-color css
<style>
a { background-color: #82C00D; }
a { background-color: rgb(130,192,13); }
div.DivClassName
{
background-color: #82C00D;
}
.BgClassName
{
background-color: #82C00D;
}
</style>
border-color css
<style>
span { border-color: #82C00D; }
span { border-color: rgb(130,192,13); }
td.TdClassName
{
border-color: #82C00D;
}
.TagClassName
{
border-color: #82C00D;
}
</style>