Shades of Lima #82C030
Tints of Lima #82C030
RGB
CMYK
RGB Variations
Color information
#82C030 (or 0x82C030) is known color: Lima. HEX triplet: 82, C0 and 30. RGB value is (130,192,48). Sum of RGB (Red+Green+Blue) = 130+192+48=370 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.14% from 370); Green value is 192 (75.39% from 255 or 51.89% from 370); Blue value is 48 (19.14% from 255 or 12.97% from 370); Max value from RGB is 192 - color contains mainly: green. Hex color #82C030 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C030 is #7D3FCF. Grayscale: #9D9D9D. Windows color (decimal): -8208336 or 3195010. OLE color: 3195010.
HSL color Cylindrical-coordinate representation of color #82C030: hue angle of 85.83º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #82C030 is Cyan = 0.32, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 192 | 48 | - |
| CMYK | 0.32 | 0 | 0.75 | 0.25 |
| HSL | 85.83º | 0.6% | 0.47% | - |
| HSV(B) | 85.83º | 0.75% | 0.75% | - |
| XYZ | 28.59 | 42.66 | 9.52 | - |
| YUV | 157.05 | 66.46 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 192 | 48 | 0.32 | 0 | 0.75 | 0.25 | 85.83 | 0.6 | 0.47 |
| Hex | 82 | C0 | 30 | 20 | 0 | 4B | 19 | 56 | 3C | 2F |
| Octal | 202 | 300 | 60 | 40 | 0 | 113 | 31 | 126 | 74 | 57 |
| Binary | 10000010 | 11000000 | 110000 | 100000 | 0 | 1001011 | 11001 | 1010110 | 111100 | 101111 |
Color Harmonies of #82C030
Complementary color
Monochromatic Colors of #82C030
Black with #82C030
Text Example
Text Example
White with #82C030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C030; }
p { color: rgb(130,192,48); }
H1.HeaderClassName
{
color: #82C030;
}
.AnyTagClassName
{
color: #82C030;
}
</style>
background-color css
<style>
a { background-color: #82C030; }
a { background-color: rgb(130,192,48); }
div.DivClassName
{
background-color: #82C030;
}
.BgClassName
{
background-color: #82C030;
}
</style>
border-color css
<style>
span { border-color: #82C030; }
span { border-color: rgb(130,192,48); }
td.TdClassName
{
border-color: #82C030;
}
.TagClassName
{
border-color: #82C030;
}
</style>