Shades of Lima #82A30F
Tints of Lima #82A30F
RGB
CMYK
RGB Variations
Color information
#82A30F (or 0x82A30F) is known color: Lima. HEX triplet: 82, A3 and 0F. RGB value is (130,163,15). Sum of RGB (Red+Green+Blue) = 130+163+15=308 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.21% from 308); Green value is 163 (64.06% from 255 or 52.92% from 308); Blue value is 15 (6.25% from 255 or 4.87% from 308); Max value from RGB is 163 - color contains mainly: green. Hex color #82A30F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82A30F is #7D5CF0. Grayscale: #888888. Windows color (decimal): -8215793 or 1024898. OLE color: 1024898.
HSL color Cylindrical-coordinate representation of color #82A30F: hue angle of 73.38º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #82A30F is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 130 | 163 | 15 | - |
| CMYK | 0.20 | 0 | 0.91 | 0.36 |
| HSL | 73.38º | 0.83% | 0.35% | - |
| HSV(B) | 73.38º | 0.91% | 0.64% | - |
| XYZ | 22.39 | 30.97 | 5.25 | - |
| YUV | 136.26 | 59.57 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 163 | 15 | 0.20 | 0 | 0.91 | 0.36 | 73.38 | 0.83 | 0.35 |
| Hex | 82 | A3 | F | 14 | 0 | 5B | 24 | 49 | 53 | 23 |
| Octal | 202 | 243 | 17 | 24 | 0 | 133 | 44 | 111 | 123 | 43 |
| Binary | 10000010 | 10100011 | 1111 | 10100 | 0 | 1011011 | 100100 | 1001001 | 1010011 | 100011 |
Color Harmonies of #82A30F
Complementary color
Monochromatic Colors of #82A30F
Black with #82A30F
Text Example
Text Example
White with #82A30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A30F; }
p { color: rgb(130,163,15); }
H1.HeaderClassName
{
color: #82A30F;
}
.AnyTagClassName
{
color: #82A30F;
}
</style>
background-color css
<style>
a { background-color: #82A30F; }
a { background-color: rgb(130,163,15); }
div.DivClassName
{
background-color: #82A30F;
}
.BgClassName
{
background-color: #82A30F;
}
</style>
border-color css
<style>
span { border-color: #82A30F; }
span { border-color: rgb(130,163,15); }
td.TdClassName
{
border-color: #82A30F;
}
.TagClassName
{
border-color: #82A30F;
}
</style>