Shades of Lima #82C01E
Tints of Lima #82C01E
RGB
CMYK
RGB Variations
Color information
#82C01E (or 0x82C01E) is known color: Lima. HEX triplet: 82, C0 and 1E. RGB value is (130,192,30). Sum of RGB (Red+Green+Blue) = 130+192+30=352 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.93% from 352); Green value is 192 (75.39% from 255 or 54.55% from 352); Blue value is 30 (12.11% from 255 or 8.52% from 352); Max value from RGB is 192 - color contains mainly: green. Hex color #82C01E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C01E is #7D3FE1. Grayscale: #9B9B9B. Windows color (decimal): -8208354 or 2015362. OLE color: 2015362.
HSL color Cylindrical-coordinate representation of color #82C01E: hue angle of 82.96º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #82C01E is Cyan = 0.32, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 192 | 30 | - |
| CMYK | 0.32 | 0 | 0.84 | 0.25 |
| HSL | 82.96º | 0.73% | 0.44% | - |
| HSV(B) | 82.96º | 0.84% | 0.75% | - |
| XYZ | 28.29 | 42.54 | 7.95 | - |
| YUV | 154.99 | 57.46 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 192 | 30 | 0.32 | 0 | 0.84 | 0.25 | 82.96 | 0.73 | 0.44 |
| Hex | 82 | C0 | 1E | 20 | 0 | 54 | 19 | 53 | 49 | 2C |
| Octal | 202 | 300 | 36 | 40 | 0 | 124 | 31 | 123 | 111 | 54 |
| Binary | 10000010 | 11000000 | 11110 | 100000 | 0 | 1010100 | 11001 | 1010011 | 1001001 | 101100 |
Color Harmonies of #82C01E
Complementary color
Monochromatic Colors of #82C01E
Black with #82C01E
Text Example
Text Example
White with #82C01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C01E; }
p { color: rgb(130,192,30); }
H1.HeaderClassName
{
color: #82C01E;
}
.AnyTagClassName
{
color: #82C01E;
}
</style>
background-color css
<style>
a { background-color: #82C01E; }
a { background-color: rgb(130,192,30); }
div.DivClassName
{
background-color: #82C01E;
}
.BgClassName
{
background-color: #82C01E;
}
</style>
border-color css
<style>
span { border-color: #82C01E; }
span { border-color: rgb(130,192,30); }
td.TdClassName
{
border-color: #82C01E;
}
.TagClassName
{
border-color: #82C01E;
}
</style>