Shades of Lima #82CB16
Tints of Lima #82CB16
RGB
CMYK
RGB Variations
Color information
#82CB16 (or 0x82CB16) is known color: Lima. HEX triplet: 82, CB and 16. RGB value is (130,203,22). Sum of RGB (Red+Green+Blue) = 130+203+22=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 203 (79.69% from 255 or 57.18% from 355); Blue value is 22 (8.98% from 255 or 6.20% from 355); Max value from RGB is 203 - color contains mainly: green. Hex color #82CB16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82CB16 is #7D34E9. Grayscale: #A1A1A1. Windows color (decimal): -8205546 or 1493890. OLE color: 1493890.
HSL color Cylindrical-coordinate representation of color #82CB16: hue angle of 84.2º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #82CB16 is Cyan = 0.36, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 130 | 203 | 22 | - |
| CMYK | 0.36 | 0 | 0.89 | 0.20 |
| HSL | 84.2º | 0.8% | 0.44% | - |
| HSV(B) | 84.2º | 0.89% | 0.8% | - |
| XYZ | 30.71 | 47.52 | 8.31 | - |
| YUV | 160.54 | 49.82 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 203 | 22 | 0.36 | 0 | 0.89 | 0.20 | 84.2 | 0.8 | 0.44 |
| Hex | 82 | CB | 16 | 24 | 0 | 59 | 14 | 54 | 50 | 2C |
| Octal | 202 | 313 | 26 | 44 | 0 | 131 | 24 | 124 | 120 | 54 |
| Binary | 10000010 | 11001011 | 10110 | 100100 | 0 | 1011001 | 10100 | 1010100 | 1010000 | 101100 |
Color Harmonies of #82CB16
Complementary color
Monochromatic Colors of #82CB16
Black with #82CB16
Text Example
Text Example
White with #82CB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CB16; }
p { color: rgb(130,203,22); }
H1.HeaderClassName
{
color: #82CB16;
}
.AnyTagClassName
{
color: #82CB16;
}
</style>
background-color css
<style>
a { background-color: #82CB16; }
a { background-color: rgb(130,203,22); }
div.DivClassName
{
background-color: #82CB16;
}
.BgClassName
{
background-color: #82CB16;
}
</style>
border-color css
<style>
span { border-color: #82CB16; }
span { border-color: rgb(130,203,22); }
td.TdClassName
{
border-color: #82CB16;
}
.TagClassName
{
border-color: #82CB16;
}
</style>