Shades of Lima #82C127
Tints of Lima #82C127
RGB
CMYK
RGB Variations
Color information
#82C127 (or 0x82C127) is known color: Lima. HEX triplet: 82, C1 and 27. RGB value is (130,193,39). Sum of RGB (Red+Green+Blue) = 130+193+39=362 (47% of max value = 765). Red value is 130 (51.17% from 255 or 35.91% from 362); Green value is 193 (75.78% from 255 or 53.31% from 362); Blue value is 39 (15.62% from 255 or 10.77% from 362); Max value from RGB is 193 - color contains mainly: green. Hex color #82C127 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C127 is #7D3ED8. Grayscale: #9D9D9D. Windows color (decimal): -8208089 or 2605442. OLE color: 2605442.
HSL color Cylindrical-coordinate representation of color #82C127: hue angle of 84.55º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #82C127 is Cyan = 0.33, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 193 | 39 | - |
| CMYK | 0.33 | 0 | 0.80 | 0.24 |
| HSL | 84.55º | 0.66% | 0.45% | - |
| HSV(B) | 84.55º | 0.8% | 0.76% | - |
| XYZ | 28.64 | 43.03 | 8.72 | - |
| YUV | 156.61 | 61.63 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 193 | 39 | 0.33 | 0 | 0.80 | 0.24 | 84.55 | 0.66 | 0.45 |
| Hex | 82 | C1 | 27 | 21 | 0 | 50 | 18 | 55 | 42 | 2D |
| Octal | 202 | 301 | 47 | 41 | 0 | 120 | 30 | 125 | 102 | 55 |
| Binary | 10000010 | 11000001 | 100111 | 100001 | 0 | 1010000 | 11000 | 1010101 | 1000010 | 101101 |
Color Harmonies of #82C127
Complementary color
Monochromatic Colors of #82C127
Black with #82C127
Text Example
Text Example
White with #82C127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C127; }
p { color: rgb(130,193,39); }
H1.HeaderClassName
{
color: #82C127;
}
.AnyTagClassName
{
color: #82C127;
}
</style>
background-color css
<style>
a { background-color: #82C127; }
a { background-color: rgb(130,193,39); }
div.DivClassName
{
background-color: #82C127;
}
.BgClassName
{
background-color: #82C127;
}
</style>
border-color css
<style>
span { border-color: #82C127; }
span { border-color: rgb(130,193,39); }
td.TdClassName
{
border-color: #82C127;
}
.TagClassName
{
border-color: #82C127;
}
</style>