Shades of Lima #82C60F
Tints of Lima #82C60F
RGB
CMYK
RGB Variations
Color information
#82C60F (or 0x82C60F) is known color: Lima. HEX triplet: 82, C6 and 0F. RGB value is (130,198,15). Sum of RGB (Red+Green+Blue) = 130+198+15=343 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.90% from 343); Green value is 198 (77.73% from 255 or 57.73% from 343); Blue value is 15 (6.25% from 255 or 4.37% from 343); Max value from RGB is 198 - color contains mainly: green. Hex color #82C60F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82C60F is #7D39F0. Grayscale: #9D9D9D. Windows color (decimal): -8206833 or 1033858. OLE color: 1033858.
HSL color Cylindrical-coordinate representation of color #82C60F: hue angle of 82.3º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #82C60F is Cyan = 0.34, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 130 | 198 | 15 | - |
| CMYK | 0.34 | 0 | 0.92 | 0.22 |
| HSL | 82.3º | 0.86% | 0.42% | - |
| HSV(B) | 82.3º | 0.92% | 0.78% | - |
| XYZ | 29.49 | 45.17 | 7.62 | - |
| YUV | 156.81 | 47.97 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 198 | 15 | 0.34 | 0 | 0.92 | 0.22 | 82.3 | 0.86 | 0.42 |
| Hex | 82 | C6 | F | 22 | 0 | 5C | 16 | 52 | 56 | 2A |
| Octal | 202 | 306 | 17 | 42 | 0 | 134 | 26 | 122 | 126 | 52 |
| Binary | 10000010 | 11000110 | 1111 | 100010 | 0 | 1011100 | 10110 | 1010010 | 1010110 | 101010 |
Color Harmonies of #82C60F
Complementary color
Monochromatic Colors of #82C60F
Black with #82C60F
Text Example
Text Example
White with #82C60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C60F; }
p { color: rgb(130,198,15); }
H1.HeaderClassName
{
color: #82C60F;
}
.AnyTagClassName
{
color: #82C60F;
}
</style>
background-color css
<style>
a { background-color: #82C60F; }
a { background-color: rgb(130,198,15); }
div.DivClassName
{
background-color: #82C60F;
}
.BgClassName
{
background-color: #82C60F;
}
</style>
border-color css
<style>
span { border-color: #82C60F; }
span { border-color: rgb(130,198,15); }
td.TdClassName
{
border-color: #82C60F;
}
.TagClassName
{
border-color: #82C60F;
}
</style>