Shades of Lima #82CA16
Tints of Lima #82CA16
RGB
CMYK
RGB Variations
Color information
#82CA16 (or 0x82CA16) is known color: Lima. HEX triplet: 82, CA and 16. RGB value is (130,202,22). Sum of RGB (Red+Green+Blue) = 130+202+22=354 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.72% from 354); Green value is 202 (79.30% from 255 or 57.06% from 354); Blue value is 22 (8.98% from 255 or 6.21% from 354); Max value from RGB is 202 - color contains mainly: green. Hex color #82CA16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82CA16 is #7D35E9. Grayscale: #A0A0A0. Windows color (decimal): -8205802 or 1493634. OLE color: 1493634.
HSL color Cylindrical-coordinate representation of color #82CA16: hue angle of 84º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #82CA16 is Cyan = 0.36, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 130 | 202 | 22 | - |
| CMYK | 0.36 | 0 | 0.89 | 0.21 |
| HSL | 84º | 0.8% | 0.44% | - |
| HSV(B) | 84º | 0.89% | 0.79% | - |
| XYZ | 30.47 | 47.04 | 8.23 | - |
| YUV | 159.95 | 50.15 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 202 | 22 | 0.36 | 0 | 0.89 | 0.21 | 84 | 0.8 | 0.44 |
| Hex | 82 | CA | 16 | 24 | 0 | 59 | 15 | 54 | 50 | 2C |
| Octal | 202 | 312 | 26 | 44 | 0 | 131 | 25 | 124 | 120 | 54 |
| Binary | 10000010 | 11001010 | 10110 | 100100 | 0 | 1011001 | 10101 | 1010100 | 1010000 | 101100 |
Color Harmonies of #82CA16
Complementary color
Monochromatic Colors of #82CA16
Black with #82CA16
Text Example
Text Example
White with #82CA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CA16; }
p { color: rgb(130,202,22); }
H1.HeaderClassName
{
color: #82CA16;
}
.AnyTagClassName
{
color: #82CA16;
}
</style>
background-color css
<style>
a { background-color: #82CA16; }
a { background-color: rgb(130,202,22); }
div.DivClassName
{
background-color: #82CA16;
}
.BgClassName
{
background-color: #82CA16;
}
</style>
border-color css
<style>
span { border-color: #82CA16; }
span { border-color: rgb(130,202,22); }
td.TdClassName
{
border-color: #82CA16;
}
.TagClassName
{
border-color: #82CA16;
}
</style>