Shades of Lima #82BE2C
Tints of Lima #82BE2C
RGB
CMYK
RGB Variations
Color information
#82BE2C (or 0x82BE2C) is known color: Lima. HEX triplet: 82, BE and 2C. RGB value is (130,190,44). Sum of RGB (Red+Green+Blue) = 130+190+44=364 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.71% from 364); Green value is 190 (74.61% from 255 or 52.20% from 364); Blue value is 44 (17.58% from 255 or 12.09% from 364); Max value from RGB is 190 - color contains mainly: green. Hex color #82BE2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82BE2C is #7D41D3. Grayscale: #9B9B9B. Windows color (decimal): -8208852 or 2932354. OLE color: 2932354.
HSL color Cylindrical-coordinate representation of color #82BE2C: hue angle of 84.66º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #82BE2C is Cyan = 0.32, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 190 | 44 | - |
| CMYK | 0.32 | 0 | 0.77 | 0.25 |
| HSL | 84.66º | 0.62% | 0.46% | - |
| HSV(B) | 84.66º | 0.77% | 0.75% | - |
| XYZ | 28.07 | 41.75 | 8.96 | - |
| YUV | 155.42 | 65.12 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 190 | 44 | 0.32 | 0 | 0.77 | 0.25 | 84.66 | 0.62 | 0.46 |
| Hex | 82 | BE | 2C | 20 | 0 | 4D | 19 | 55 | 3E | 2E |
| Octal | 202 | 276 | 54 | 40 | 0 | 115 | 31 | 125 | 76 | 56 |
| Binary | 10000010 | 10111110 | 101100 | 100000 | 0 | 1001101 | 11001 | 1010101 | 111110 | 101110 |
Color Harmonies of #82BE2C
Complementary color
Monochromatic Colors of #82BE2C
Black with #82BE2C
Text Example
Text Example
White with #82BE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BE2C; }
p { color: rgb(130,190,44); }
H1.HeaderClassName
{
color: #82BE2C;
}
.AnyTagClassName
{
color: #82BE2C;
}
</style>
background-color css
<style>
a { background-color: #82BE2C; }
a { background-color: rgb(130,190,44); }
div.DivClassName
{
background-color: #82BE2C;
}
.BgClassName
{
background-color: #82BE2C;
}
</style>
border-color css
<style>
span { border-color: #82BE2C; }
span { border-color: rgb(130,190,44); }
td.TdClassName
{
border-color: #82BE2C;
}
.TagClassName
{
border-color: #82BE2C;
}
</style>