Shades of Lima #82C908
Tints of Lima #82C908
RGB
CMYK
RGB Variations
Color information
#82C908 (or 0x82C908) is known color: Lima. HEX triplet: 82, C9 and 08. RGB value is (130,201,8). Sum of RGB (Red+Green+Blue) = 130+201+8=339 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.35% from 339); Green value is 201 (78.91% from 255 or 59.29% from 339); Blue value is 8 (3.52% from 255 or 2.36% from 339); Max value from RGB is 201 - color contains mainly: green. Hex color #82C908 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82C908 is #7D36F7. Grayscale: #9E9E9E. Windows color (decimal): -8206072 or 575874. OLE color: 575874.
HSL color Cylindrical-coordinate representation of color #82C908: hue angle of 82.07º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #82C908 is Cyan = 0.35, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 130 | 201 | 8 | - |
| CMYK | 0.35 | 0 | 0.96 | 0.21 |
| HSL | 82.07º | 0.92% | 0.41% | - |
| HSV(B) | 82.07º | 0.96% | 0.79% | - |
| XYZ | 30.14 | 46.54 | 7.62 | - |
| YUV | 157.77 | 43.48 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 201 | 8 | 0.35 | 0 | 0.96 | 0.21 | 82.07 | 0.92 | 0.41 |
| Hex | 82 | C9 | 8 | 23 | 0 | 60 | 15 | 52 | 5C | 29 |
| Octal | 202 | 311 | 10 | 43 | 0 | 140 | 25 | 122 | 134 | 51 |
| Binary | 10000010 | 11001001 | 1000 | 100011 | 0 | 1100000 | 10101 | 1010010 | 1011100 | 101001 |
Color Harmonies of #82C908
Complementary color
Monochromatic Colors of #82C908
Black with #82C908
Text Example
Text Example
White with #82C908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C908; }
p { color: rgb(130,201,8); }
H1.HeaderClassName
{
color: #82C908;
}
.AnyTagClassName
{
color: #82C908;
}
</style>
background-color css
<style>
a { background-color: #82C908; }
a { background-color: rgb(130,201,8); }
div.DivClassName
{
background-color: #82C908;
}
.BgClassName
{
background-color: #82C908;
}
</style>
border-color css
<style>
span { border-color: #82C908; }
span { border-color: rgb(130,201,8); }
td.TdClassName
{
border-color: #82C908;
}
.TagClassName
{
border-color: #82C908;
}
</style>