Shades of Lima #82C426
Tints of Lima #82C426
RGB
CMYK
RGB Variations
Color information
#82C426 (or 0x82C426) is known color: Lima. HEX triplet: 82, C4 and 26. RGB value is (130,196,38). Sum of RGB (Red+Green+Blue) = 130+196+38=364 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.71% from 364); Green value is 196 (76.95% from 255 or 53.85% from 364); Blue value is 38 (15.23% from 255 or 10.44% from 364); Max value from RGB is 196 - color contains mainly: green. Hex color #82C426 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C426 is #7D3BD9. Grayscale: #9E9E9E. Windows color (decimal): -8207322 or 2540674. OLE color: 2540674.
HSL color Cylindrical-coordinate representation of color #82C426: hue angle of 85.06º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #82C426 is Cyan = 0.34, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 130 | 196 | 38 | - |
| CMYK | 0.34 | 0 | 0.81 | 0.23 |
| HSL | 85.06º | 0.68% | 0.46% | - |
| HSV(B) | 85.06º | 0.81% | 0.77% | - |
| XYZ | 29.3 | 44.37 | 8.85 | - |
| YUV | 158.25 | 60.13 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 196 | 38 | 0.34 | 0 | 0.81 | 0.23 | 85.06 | 0.68 | 0.46 |
| Hex | 82 | C4 | 26 | 22 | 0 | 51 | 17 | 55 | 44 | 2E |
| Octal | 202 | 304 | 46 | 42 | 0 | 121 | 27 | 125 | 104 | 56 |
| Binary | 10000010 | 11000100 | 100110 | 100010 | 0 | 1010001 | 10111 | 1010101 | 1000100 | 101110 |
Color Harmonies of #82C426
Complementary color
Monochromatic Colors of #82C426
Black with #82C426
Text Example
Text Example
White with #82C426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C426; }
p { color: rgb(130,196,38); }
H1.HeaderClassName
{
color: #82C426;
}
.AnyTagClassName
{
color: #82C426;
}
</style>
background-color css
<style>
a { background-color: #82C426; }
a { background-color: rgb(130,196,38); }
div.DivClassName
{
background-color: #82C426;
}
.BgClassName
{
background-color: #82C426;
}
</style>
border-color css
<style>
span { border-color: #82C426; }
span { border-color: rgb(130,196,38); }
td.TdClassName
{
border-color: #82C426;
}
.TagClassName
{
border-color: #82C426;
}
</style>