Shades of Lima #82CB14
Tints of Lima #82CB14
RGB
CMYK
RGB Variations
Color information
#82CB14 (or 0x82CB14) is known color: Lima. HEX triplet: 82, CB and 14. RGB value is (130,203,20). Sum of RGB (Red+Green+Blue) = 130+203+20=353 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.83% from 353); Green value is 203 (79.69% from 255 or 57.51% from 353); Blue value is 20 (8.20% from 255 or 5.67% from 353); Max value from RGB is 203 - color contains mainly: green. Hex color #82CB14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82CB14 is #7D34EB. Grayscale: #A0A0A0. Windows color (decimal): -8205548 or 1362818. OLE color: 1362818.
HSL color Cylindrical-coordinate representation of color #82CB14: hue angle of 83.93º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #82CB14 is Cyan = 0.36, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 130 | 203 | 20 | - |
| CMYK | 0.36 | 0 | 0.90 | 0.20 |
| HSL | 83.93º | 0.82% | 0.44% | - |
| HSV(B) | 83.93º | 0.9% | 0.8% | - |
| XYZ | 30.69 | 47.51 | 8.21 | - |
| YUV | 160.31 | 48.82 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 203 | 20 | 0.36 | 0 | 0.90 | 0.20 | 83.93 | 0.82 | 0.44 |
| Hex | 82 | CB | 14 | 24 | 0 | 5A | 14 | 54 | 52 | 2C |
| Octal | 202 | 313 | 24 | 44 | 0 | 132 | 24 | 124 | 122 | 54 |
| Binary | 10000010 | 11001011 | 10100 | 100100 | 0 | 1011010 | 10100 | 1010100 | 1010010 | 101100 |
Color Harmonies of #82CB14
Complementary color
Monochromatic Colors of #82CB14
Black with #82CB14
Text Example
Text Example
White with #82CB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CB14; }
p { color: rgb(130,203,20); }
H1.HeaderClassName
{
color: #82CB14;
}
.AnyTagClassName
{
color: #82CB14;
}
</style>
background-color css
<style>
a { background-color: #82CB14; }
a { background-color: rgb(130,203,20); }
div.DivClassName
{
background-color: #82CB14;
}
.BgClassName
{
background-color: #82CB14;
}
</style>
border-color css
<style>
span { border-color: #82CB14; }
span { border-color: rgb(130,203,20); }
td.TdClassName
{
border-color: #82CB14;
}
.TagClassName
{
border-color: #82CB14;
}
</style>