Shades of Lima #82C31F
Tints of Lima #82C31F
RGB
CMYK
RGB Variations
Color information
#82C31F (or 0x82C31F) is known color: Lima. HEX triplet: 82, C3 and 1F. RGB value is (130,195,31). Sum of RGB (Red+Green+Blue) = 130+195+31=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 195 (76.56% from 255 or 54.78% from 356); Blue value is 31 (12.5% from 255 or 8.71% from 356); Max value from RGB is 195 - color contains mainly: green. Hex color #82C31F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C31F is #7D3CE0. Grayscale: #9D9D9D. Windows color (decimal): -8207585 or 2081666. OLE color: 2081666.
HSL color Cylindrical-coordinate representation of color #82C31F: hue angle of 83.78º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #82C31F is Cyan = 0.33, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 195 | 31 | - |
| CMYK | 0.33 | 0 | 0.84 | 0.24 |
| HSL | 83.78º | 0.73% | 0.44% | - |
| HSV(B) | 83.78º | 0.84% | 0.76% | - |
| XYZ | 28.97 | 43.87 | 8.24 | - |
| YUV | 156.87 | 56.97 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 195 | 31 | 0.33 | 0 | 0.84 | 0.24 | 83.78 | 0.73 | 0.44 |
| Hex | 82 | C3 | 1F | 21 | 0 | 54 | 18 | 54 | 49 | 2C |
| Octal | 202 | 303 | 37 | 41 | 0 | 124 | 30 | 124 | 111 | 54 |
| Binary | 10000010 | 11000011 | 11111 | 100001 | 0 | 1010100 | 11000 | 1010100 | 1001001 | 101100 |
Color Harmonies of #82C31F
Complementary color
Monochromatic Colors of #82C31F
Black with #82C31F
Text Example
Text Example
White with #82C31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C31F; }
p { color: rgb(130,195,31); }
H1.HeaderClassName
{
color: #82C31F;
}
.AnyTagClassName
{
color: #82C31F;
}
</style>
background-color css
<style>
a { background-color: #82C31F; }
a { background-color: rgb(130,195,31); }
div.DivClassName
{
background-color: #82C31F;
}
.BgClassName
{
background-color: #82C31F;
}
</style>
border-color css
<style>
span { border-color: #82C31F; }
span { border-color: rgb(130,195,31); }
td.TdClassName
{
border-color: #82C31F;
}
.TagClassName
{
border-color: #82C31F;
}
</style>