Shades of Lima #82BF14
Tints of Lima #82BF14
RGB
CMYK
RGB Variations
Color information
#82BF14 (or 0x82BF14) is known color: Lima. HEX triplet: 82, BF and 14. RGB value is (130,191,20). Sum of RGB (Red+Green+Blue) = 130+191+20=341 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.12% from 341); Green value is 191 (75% from 255 or 56.01% from 341); Blue value is 20 (8.20% from 255 or 5.87% from 341); Max value from RGB is 191 - color contains mainly: green. Hex color #82BF14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82BF14 is #7D40EB. Grayscale: #999999. Windows color (decimal): -8208620 or 1359746. OLE color: 1359746.
HSL color Cylindrical-coordinate representation of color #82BF14: hue angle of 81.4º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #82BF14 is Cyan = 0.32, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 191 | 20 | - |
| CMYK | 0.32 | 0 | 0.90 | 0.25 |
| HSL | 81.4º | 0.81% | 0.41% | - |
| HSV(B) | 81.4º | 0.9% | 0.75% | - |
| XYZ | 27.96 | 42.06 | 7.31 | - |
| YUV | 153.27 | 52.79 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 191 | 20 | 0.32 | 0 | 0.90 | 0.25 | 81.4 | 0.81 | 0.41 |
| Hex | 82 | BF | 14 | 20 | 0 | 5A | 19 | 51 | 51 | 29 |
| Octal | 202 | 277 | 24 | 40 | 0 | 132 | 31 | 121 | 121 | 51 |
| Binary | 10000010 | 10111111 | 10100 | 100000 | 0 | 1011010 | 11001 | 1010001 | 1010001 | 101001 |
Color Harmonies of #82BF14
Complementary color
Monochromatic Colors of #82BF14
Black with #82BF14
Text Example
Text Example
White with #82BF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BF14; }
p { color: rgb(130,191,20); }
H1.HeaderClassName
{
color: #82BF14;
}
.AnyTagClassName
{
color: #82BF14;
}
</style>
background-color css
<style>
a { background-color: #82BF14; }
a { background-color: rgb(130,191,20); }
div.DivClassName
{
background-color: #82BF14;
}
.BgClassName
{
background-color: #82BF14;
}
</style>
border-color css
<style>
span { border-color: #82BF14; }
span { border-color: rgb(130,191,20); }
td.TdClassName
{
border-color: #82BF14;
}
.TagClassName
{
border-color: #82BF14;
}
</style>