Shades of Lima #82BD23
Tints of Lima #82BD23
RGB
CMYK
RGB Variations
Color information
#82BD23 (or 0x82BD23) is known color: Lima. HEX triplet: 82, BD and 23. RGB value is (130,189,35). Sum of RGB (Red+Green+Blue) = 130+189+35=354 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.72% from 354); Green value is 189 (74.22% from 255 or 53.39% from 354); Blue value is 35 (14.06% from 255 or 9.89% from 354); Max value from RGB is 189 - color contains mainly: green. Hex color #82BD23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82BD23 is #7D42DC. Grayscale: #9A9A9A. Windows color (decimal): -8209117 or 2342274. OLE color: 2342274.
HSL color Cylindrical-coordinate representation of color #82BD23: hue angle of 82.99º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #82BD23 is Cyan = 0.31, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 189 | 35 | - |
| CMYK | 0.31 | 0 | 0.81 | 0.26 |
| HSL | 82.99º | 0.69% | 0.44% | - |
| HSV(B) | 82.99º | 0.81% | 0.74% | - |
| XYZ | 27.71 | 41.26 | 8.09 | - |
| YUV | 153.8 | 60.95 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 189 | 35 | 0.31 | 0 | 0.81 | 0.26 | 82.99 | 0.69 | 0.44 |
| Hex | 82 | BD | 23 | 1F | 0 | 51 | 1A | 53 | 45 | 2C |
| Octal | 202 | 275 | 43 | 37 | 0 | 121 | 32 | 123 | 105 | 54 |
| Binary | 10000010 | 10111101 | 100011 | 11111 | 0 | 1010001 | 11010 | 1010011 | 1000101 | 101100 |
Color Harmonies of #82BD23
Complementary color
Monochromatic Colors of #82BD23
Black with #82BD23
Text Example
Text Example
White with #82BD23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BD23; }
p { color: rgb(130,189,35); }
H1.HeaderClassName
{
color: #82BD23;
}
.AnyTagClassName
{
color: #82BD23;
}
</style>
background-color css
<style>
a { background-color: #82BD23; }
a { background-color: rgb(130,189,35); }
div.DivClassName
{
background-color: #82BD23;
}
.BgClassName
{
background-color: #82BD23;
}
</style>
border-color css
<style>
span { border-color: #82BD23; }
span { border-color: rgb(130,189,35); }
td.TdClassName
{
border-color: #82BD23;
}
.TagClassName
{
border-color: #82BD23;
}
</style>