Shades of Lima #82C90C
Tints of Lima #82C90C
RGB
CMYK
RGB Variations
Color information
#82C90C (or 0x82C90C) is known color: Lima. HEX triplet: 82, C9 and 0C. RGB value is (130,201,12). Sum of RGB (Red+Green+Blue) = 130+201+12=343 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.90% from 343); Green value is 201 (78.91% from 255 or 58.60% from 343); Blue value is 12 (5.08% from 255 or 3.50% from 343); Max value from RGB is 201 - color contains mainly: green. Hex color #82C90C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82C90C is #7D36F3. Grayscale: #9E9E9E. Windows color (decimal): -8206068 or 838018. OLE color: 838018.
HSL color Cylindrical-coordinate representation of color #82C90C: hue angle of 82.54º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #82C90C is Cyan = 0.35, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 130 | 201 | 12 | - |
| CMYK | 0.35 | 0 | 0.94 | 0.21 |
| HSL | 82.54º | 0.89% | 0.42% | - |
| HSV(B) | 82.54º | 0.94% | 0.79% | - |
| XYZ | 30.16 | 46.55 | 7.74 | - |
| YUV | 158.23 | 45.48 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 201 | 12 | 0.35 | 0 | 0.94 | 0.21 | 82.54 | 0.89 | 0.42 |
| Hex | 82 | C9 | C | 23 | 0 | 5E | 15 | 53 | 59 | 2A |
| Octal | 202 | 311 | 14 | 43 | 0 | 136 | 25 | 123 | 131 | 52 |
| Binary | 10000010 | 11001001 | 1100 | 100011 | 0 | 1011110 | 10101 | 1010011 | 1011001 | 101010 |
Color Harmonies of #82C90C
Complementary color
Monochromatic Colors of #82C90C
Black with #82C90C
Text Example
Text Example
White with #82C90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C90C; }
p { color: rgb(130,201,12); }
H1.HeaderClassName
{
color: #82C90C;
}
.AnyTagClassName
{
color: #82C90C;
}
</style>
background-color css
<style>
a { background-color: #82C90C; }
a { background-color: rgb(130,201,12); }
div.DivClassName
{
background-color: #82C90C;
}
.BgClassName
{
background-color: #82C90C;
}
</style>
border-color css
<style>
span { border-color: #82C90C; }
span { border-color: rgb(130,201,12); }
td.TdClassName
{
border-color: #82C90C;
}
.TagClassName
{
border-color: #82C90C;
}
</style>