Shades of Lima #82BC0F
Tints of Lima #82BC0F
RGB
CMYK
RGB Variations
Color information
#82BC0F (or 0x82BC0F) is known color: Lima. HEX triplet: 82, BC and 0F. RGB value is (130,188,15). Sum of RGB (Red+Green+Blue) = 130+188+15=333 (44% of max value = 765). Red value is 130 (51.17% from 255 or 39.04% from 333); Green value is 188 (73.83% from 255 or 56.46% from 333); Blue value is 15 (6.25% from 255 or 4.50% from 333); Max value from RGB is 188 - color contains mainly: green. Hex color #82BC0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82BC0F is #7D43F0. Grayscale: #979797. Windows color (decimal): -8209393 or 1031298. OLE color: 1031298.
HSL color Cylindrical-coordinate representation of color #82BC0F: hue angle of 80.12º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #82BC0F is Cyan = 0.31, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 188 | 15 | - |
| CMYK | 0.31 | 0 | 0.92 | 0.26 |
| HSL | 80.12º | 0.85% | 0.4% | - |
| HSV(B) | 80.12º | 0.92% | 0.74% | - |
| XYZ | 27.28 | 40.75 | 6.88 | - |
| YUV | 150.94 | 51.28 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 188 | 15 | 0.31 | 0 | 0.92 | 0.26 | 80.12 | 0.85 | 0.4 |
| Hex | 82 | BC | F | 1F | 0 | 5C | 1A | 50 | 55 | 28 |
| Octal | 202 | 274 | 17 | 37 | 0 | 134 | 32 | 120 | 125 | 50 |
| Binary | 10000010 | 10111100 | 1111 | 11111 | 0 | 1011100 | 11010 | 1010000 | 1010101 | 101000 |
Color Harmonies of #82BC0F
Complementary color
Monochromatic Colors of #82BC0F
Black with #82BC0F
Text Example
Text Example
White with #82BC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BC0F; }
p { color: rgb(130,188,15); }
H1.HeaderClassName
{
color: #82BC0F;
}
.AnyTagClassName
{
color: #82BC0F;
}
</style>
background-color css
<style>
a { background-color: #82BC0F; }
a { background-color: rgb(130,188,15); }
div.DivClassName
{
background-color: #82BC0F;
}
.BgClassName
{
background-color: #82BC0F;
}
</style>
border-color css
<style>
span { border-color: #82BC0F; }
span { border-color: rgb(130,188,15); }
td.TdClassName
{
border-color: #82BC0F;
}
.TagClassName
{
border-color: #82BC0F;
}
</style>