Shades of Lima #82C619
Tints of Lima #82C619
RGB
CMYK
RGB Variations
Color information
#82C619 (or 0x82C619) is known color: Lima. HEX triplet: 82, C6 and 19. RGB value is (130,198,25). Sum of RGB (Red+Green+Blue) = 130+198+25=353 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.83% from 353); Green value is 198 (77.73% from 255 or 56.09% from 353); Blue value is 25 (10.16% from 255 or 7.08% from 353); Max value from RGB is 198 - color contains mainly: green. Hex color #82C619 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82C619 is #7D39E6. Grayscale: #9E9E9E. Windows color (decimal): -8206823 or 1689218. OLE color: 1689218.
HSL color Cylindrical-coordinate representation of color #82C619: hue angle of 83.58º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #82C619 is Cyan = 0.34, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 130 | 198 | 25 | - |
| CMYK | 0.34 | 0 | 0.87 | 0.22 |
| HSL | 83.58º | 0.78% | 0.44% | - |
| HSV(B) | 83.58º | 0.87% | 0.78% | - |
| XYZ | 29.58 | 45.2 | 8.09 | - |
| YUV | 157.95 | 52.97 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 198 | 25 | 0.34 | 0 | 0.87 | 0.22 | 83.58 | 0.78 | 0.44 |
| Hex | 82 | C6 | 19 | 22 | 0 | 57 | 16 | 54 | 4E | 2C |
| Octal | 202 | 306 | 31 | 42 | 0 | 127 | 26 | 124 | 116 | 54 |
| Binary | 10000010 | 11000110 | 11001 | 100010 | 0 | 1010111 | 10110 | 1010100 | 1001110 | 101100 |
Color Harmonies of #82C619
Complementary color
Monochromatic Colors of #82C619
Black with #82C619
Text Example
Text Example
White with #82C619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C619; }
p { color: rgb(130,198,25); }
H1.HeaderClassName
{
color: #82C619;
}
.AnyTagClassName
{
color: #82C619;
}
</style>
background-color css
<style>
a { background-color: #82C619; }
a { background-color: rgb(130,198,25); }
div.DivClassName
{
background-color: #82C619;
}
.BgClassName
{
background-color: #82C619;
}
</style>
border-color css
<style>
span { border-color: #82C619; }
span { border-color: rgb(130,198,25); }
td.TdClassName
{
border-color: #82C619;
}
.TagClassName
{
border-color: #82C619;
}
</style>