Shades of Lima #82BC1C
Tints of Lima #82BC1C
RGB
CMYK
RGB Variations
Color information
#82BC1C (or 0x82BC1C) is known color: Lima. HEX triplet: 82, BC and 1C. RGB value is (130,188,28). Sum of RGB (Red+Green+Blue) = 130+188+28=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 188 (73.83% from 255 or 54.34% from 346); Blue value is 28 (11.33% from 255 or 8.09% from 346); Max value from RGB is 188 - color contains mainly: green. Hex color #82BC1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82BC1C is #7D43E3. Grayscale: #999999. Windows color (decimal): -8209380 or 1883266. OLE color: 1883266.
HSL color Cylindrical-coordinate representation of color #82BC1C: hue angle of 81.75º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #82BC1C is Cyan = 0.31, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 188 | 28 | - |
| CMYK | 0.31 | 0 | 0.85 | 0.26 |
| HSL | 81.75º | 0.74% | 0.42% | - |
| HSV(B) | 81.75º | 0.85% | 0.74% | - |
| XYZ | 27.4 | 40.8 | 7.53 | - |
| YUV | 152.42 | 57.78 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 188 | 28 | 0.31 | 0 | 0.85 | 0.26 | 81.75 | 0.74 | 0.42 |
| Hex | 82 | BC | 1C | 1F | 0 | 55 | 1A | 52 | 4A | 2A |
| Octal | 202 | 274 | 34 | 37 | 0 | 125 | 32 | 122 | 112 | 52 |
| Binary | 10000010 | 10111100 | 11100 | 11111 | 0 | 1010101 | 11010 | 1010010 | 1001010 | 101010 |
Color Harmonies of #82BC1C
Complementary color
Monochromatic Colors of #82BC1C
Black with #82BC1C
Text Example
Text Example
White with #82BC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BC1C; }
p { color: rgb(130,188,28); }
H1.HeaderClassName
{
color: #82BC1C;
}
.AnyTagClassName
{
color: #82BC1C;
}
</style>
background-color css
<style>
a { background-color: #82BC1C; }
a { background-color: rgb(130,188,28); }
div.DivClassName
{
background-color: #82BC1C;
}
.BgClassName
{
background-color: #82BC1C;
}
</style>
border-color css
<style>
span { border-color: #82BC1C; }
span { border-color: rgb(130,188,28); }
td.TdClassName
{
border-color: #82BC1C;
}
.TagClassName
{
border-color: #82BC1C;
}
</style>