Shades of Lima #82BC11
Tints of Lima #82BC11
RGB
CMYK
RGB Variations
Color information
#82BC11 (or 0x82BC11) is known color: Lima. HEX triplet: 82, BC and 11. RGB value is (130,188,17). Sum of RGB (Red+Green+Blue) = 130+188+17=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 188 (73.83% from 255 or 56.12% from 335); Blue value is 17 (7.03% from 255 or 5.07% from 335); Max value from RGB is 188 - color contains mainly: green. Hex color #82BC11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82BC11 is #7D43EE. Grayscale: #979797. Windows color (decimal): -8209391 or 1162370. OLE color: 1162370.
HSL color Cylindrical-coordinate representation of color #82BC11: hue angle of 80.35º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #82BC11 is Cyan = 0.31, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 188 | 17 | - |
| CMYK | 0.31 | 0 | 0.91 | 0.26 |
| HSL | 80.35º | 0.83% | 0.4% | - |
| HSV(B) | 80.35º | 0.91% | 0.74% | - |
| XYZ | 27.29 | 40.75 | 6.96 | - |
| YUV | 151.16 | 52.28 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 188 | 17 | 0.31 | 0 | 0.91 | 0.26 | 80.35 | 0.83 | 0.4 |
| Hex | 82 | BC | 11 | 1F | 0 | 5B | 1A | 50 | 53 | 28 |
| Octal | 202 | 274 | 21 | 37 | 0 | 133 | 32 | 120 | 123 | 50 |
| Binary | 10000010 | 10111100 | 10001 | 11111 | 0 | 1011011 | 11010 | 1010000 | 1010011 | 101000 |
Color Harmonies of #82BC11
Complementary color
Monochromatic Colors of #82BC11
Black with #82BC11
Text Example
Text Example
White with #82BC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BC11; }
p { color: rgb(130,188,17); }
H1.HeaderClassName
{
color: #82BC11;
}
.AnyTagClassName
{
color: #82BC11;
}
</style>
background-color css
<style>
a { background-color: #82BC11; }
a { background-color: rgb(130,188,17); }
div.DivClassName
{
background-color: #82BC11;
}
.BgClassName
{
background-color: #82BC11;
}
</style>
border-color css
<style>
span { border-color: #82BC11; }
span { border-color: rgb(130,188,17); }
td.TdClassName
{
border-color: #82BC11;
}
.TagClassName
{
border-color: #82BC11;
}
</style>