Shades of Lima #82C028
Tints of Lima #82C028
RGB
CMYK
RGB Variations
Color information
#82C028 (or 0x82C028) is known color: Lima. HEX triplet: 82, C0 and 28. RGB value is (130,192,40). Sum of RGB (Red+Green+Blue) = 130+192+40=362 (47% of max value = 765). Red value is 130 (51.17% from 255 or 35.91% from 362); Green value is 192 (75.39% from 255 or 53.04% from 362); Blue value is 40 (16.02% from 255 or 11.05% from 362); Max value from RGB is 192 - color contains mainly: green. Hex color #82C028 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C028 is #7D3FD7. Grayscale: #9C9C9C. Windows color (decimal): -8208344 or 2670722. OLE color: 2670722.
HSL color Cylindrical-coordinate representation of color #82C028: hue angle of 84.47º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #82C028 is Cyan = 0.32, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 192 | 40 | - |
| CMYK | 0.32 | 0 | 0.79 | 0.25 |
| HSL | 84.47º | 0.66% | 0.45% | - |
| HSV(B) | 84.47º | 0.79% | 0.75% | - |
| XYZ | 28.44 | 42.6 | 8.73 | - |
| YUV | 156.13 | 62.46 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 192 | 40 | 0.32 | 0 | 0.79 | 0.25 | 84.47 | 0.66 | 0.45 |
| Hex | 82 | C0 | 28 | 20 | 0 | 4F | 19 | 54 | 42 | 2D |
| Octal | 202 | 300 | 50 | 40 | 0 | 117 | 31 | 124 | 102 | 55 |
| Binary | 10000010 | 11000000 | 101000 | 100000 | 0 | 1001111 | 11001 | 1010100 | 1000010 | 101101 |
Color Harmonies of #82C028
Complementary color
Monochromatic Colors of #82C028
Black with #82C028
Text Example
Text Example
White with #82C028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C028; }
p { color: rgb(130,192,40); }
H1.HeaderClassName
{
color: #82C028;
}
.AnyTagClassName
{
color: #82C028;
}
</style>
background-color css
<style>
a { background-color: #82C028; }
a { background-color: rgb(130,192,40); }
div.DivClassName
{
background-color: #82C028;
}
.BgClassName
{
background-color: #82C028;
}
</style>
border-color css
<style>
span { border-color: #82C028; }
span { border-color: rgb(130,192,40); }
td.TdClassName
{
border-color: #82C028;
}
.TagClassName
{
border-color: #82C028;
}
</style>