Shades of Lima #82BB2A
Tints of Lima #82BB2A
RGB
CMYK
RGB Variations
Color information
#82BB2A (or 0x82BB2A) is known color: Lima. HEX triplet: 82, BB and 2A. RGB value is (130,187,42). Sum of RGB (Red+Green+Blue) = 130+187+42=359 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.21% from 359); Green value is 187 (73.44% from 255 or 52.09% from 359); Blue value is 42 (16.80% from 255 or 11.70% from 359); Max value from RGB is 187 - color contains mainly: green. Hex color #82BB2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82BB2A is #7D44D5. Grayscale: #999999. Windows color (decimal): -8209622 or 2800514. OLE color: 2800514.
HSL color Cylindrical-coordinate representation of color #82BB2A: hue angle of 83.59º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #82BB2A is Cyan = 0.30, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 187 | 42 | - |
| CMYK | 0.30 | 0 | 0.78 | 0.27 |
| HSL | 83.59º | 0.63% | 0.45% | - |
| HSV(B) | 83.59º | 0.78% | 0.73% | - |
| XYZ | 27.39 | 40.45 | 8.55 | - |
| YUV | 153.43 | 65.12 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 187 | 42 | 0.30 | 0 | 0.78 | 0.27 | 83.59 | 0.63 | 0.45 |
| Hex | 82 | BB | 2A | 1E | 0 | 4E | 1B | 54 | 3F | 2D |
| Octal | 202 | 273 | 52 | 36 | 0 | 116 | 33 | 124 | 77 | 55 |
| Binary | 10000010 | 10111011 | 101010 | 11110 | 0 | 1001110 | 11011 | 1010100 | 111111 | 101101 |
Color Harmonies of #82BB2A
Complementary color
Monochromatic Colors of #82BB2A
Black with #82BB2A
Text Example
Text Example
White with #82BB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BB2A; }
p { color: rgb(130,187,42); }
H1.HeaderClassName
{
color: #82BB2A;
}
.AnyTagClassName
{
color: #82BB2A;
}
</style>
background-color css
<style>
a { background-color: #82BB2A; }
a { background-color: rgb(130,187,42); }
div.DivClassName
{
background-color: #82BB2A;
}
.BgClassName
{
background-color: #82BB2A;
}
</style>
border-color css
<style>
span { border-color: #82BB2A; }
span { border-color: rgb(130,187,42); }
td.TdClassName
{
border-color: #82BB2A;
}
.TagClassName
{
border-color: #82BB2A;
}
</style>