Shades of Lima #82AB18
Tints of Lima #82AB18
RGB
CMYK
RGB Variations
Color information
#82AB18 (or 0x82AB18) is known color: Lima. HEX triplet: 82, AB and 18. RGB value is (130,171,24). Sum of RGB (Red+Green+Blue) = 130+171+24=325 (43% of max value = 765). Red value is 130 (51.17% from 255 or 40% from 325); Green value is 171 (67.19% from 255 or 52.62% from 325); Blue value is 24 (9.77% from 255 or 7.38% from 325); Max value from RGB is 171 - color contains mainly: green. Hex color #82AB18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82AB18 is #7D54E7. Grayscale: #8E8E8E. Windows color (decimal): -8213736 or 1616770. OLE color: 1616770.
HSL color Cylindrical-coordinate representation of color #82AB18: hue angle of 76.73º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #82AB18 is Cyan = 0.24, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 171 | 24 | - |
| CMYK | 0.24 | 0 | 0.86 | 0.33 |
| HSL | 76.73º | 0.75% | 0.38% | - |
| HSV(B) | 76.73º | 0.86% | 0.67% | - |
| XYZ | 23.93 | 33.94 | 6.15 | - |
| YUV | 141.98 | 61.42 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 171 | 24 | 0.24 | 0 | 0.86 | 0.33 | 76.73 | 0.75 | 0.38 |
| Hex | 82 | AB | 18 | 18 | 0 | 56 | 21 | 4D | 4B | 26 |
| Octal | 202 | 253 | 30 | 30 | 0 | 126 | 41 | 115 | 113 | 46 |
| Binary | 10000010 | 10101011 | 11000 | 11000 | 0 | 1010110 | 100001 | 1001101 | 1001011 | 100110 |
Color Harmonies of #82AB18
Complementary color
Monochromatic Colors of #82AB18
Black with #82AB18
Text Example
Text Example
White with #82AB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AB18; }
p { color: rgb(130,171,24); }
H1.HeaderClassName
{
color: #82AB18;
}
.AnyTagClassName
{
color: #82AB18;
}
</style>
background-color css
<style>
a { background-color: #82AB18; }
a { background-color: rgb(130,171,24); }
div.DivClassName
{
background-color: #82AB18;
}
.BgClassName
{
background-color: #82AB18;
}
</style>
border-color css
<style>
span { border-color: #82AB18; }
span { border-color: rgb(130,171,24); }
td.TdClassName
{
border-color: #82AB18;
}
.TagClassName
{
border-color: #82AB18;
}
</style>