Shades of Lima #82BE1E
Tints of Lima #82BE1E
RGB
CMYK
RGB Variations
Color information
#82BE1E (or 0x82BE1E) is known color: Lima. HEX triplet: 82, BE and 1E. RGB value is (130,190,30). Sum of RGB (Red+Green+Blue) = 130+190+30=350 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.14% from 350); Green value is 190 (74.61% from 255 or 54.29% from 350); Blue value is 30 (12.11% from 255 or 8.57% from 350); Max value from RGB is 190 - color contains mainly: green. Hex color #82BE1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82BE1E is #7D41E1. Grayscale: #9A9A9A. Windows color (decimal): -8208866 or 2014850. OLE color: 2014850.
HSL color Cylindrical-coordinate representation of color #82BE1E: hue angle of 82.5º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #82BE1E is Cyan = 0.32, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 190 | 30 | - |
| CMYK | 0.32 | 0 | 0.84 | 0.25 |
| HSL | 82.5º | 0.73% | 0.43% | - |
| HSV(B) | 82.5º | 0.84% | 0.75% | - |
| XYZ | 27.85 | 41.67 | 7.8 | - |
| YUV | 153.82 | 58.12 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 190 | 30 | 0.32 | 0 | 0.84 | 0.25 | 82.5 | 0.73 | 0.43 |
| Hex | 82 | BE | 1E | 20 | 0 | 54 | 19 | 52 | 49 | 2B |
| Octal | 202 | 276 | 36 | 40 | 0 | 124 | 31 | 122 | 111 | 53 |
| Binary | 10000010 | 10111110 | 11110 | 100000 | 0 | 1010100 | 11001 | 1010010 | 1001001 | 101011 |
Color Harmonies of #82BE1E
Complementary color
Monochromatic Colors of #82BE1E
Black with #82BE1E
Text Example
Text Example
White with #82BE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BE1E; }
p { color: rgb(130,190,30); }
H1.HeaderClassName
{
color: #82BE1E;
}
.AnyTagClassName
{
color: #82BE1E;
}
</style>
background-color css
<style>
a { background-color: #82BE1E; }
a { background-color: rgb(130,190,30); }
div.DivClassName
{
background-color: #82BE1E;
}
.BgClassName
{
background-color: #82BE1E;
}
</style>
border-color css
<style>
span { border-color: #82BE1E; }
span { border-color: rgb(130,190,30); }
td.TdClassName
{
border-color: #82BE1E;
}
.TagClassName
{
border-color: #82BE1E;
}
</style>