Shades of Lima #82CA12
Tints of Lima #82CA12
RGB
CMYK
RGB Variations
Color information
#82CA12 (or 0x82CA12) is known color: Lima. HEX triplet: 82, CA and 12. RGB value is (130,202,18). Sum of RGB (Red+Green+Blue) = 130+202+18=350 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.14% from 350); Green value is 202 (79.30% from 255 or 57.71% from 350); Blue value is 18 (7.42% from 255 or 5.14% from 350); Max value from RGB is 202 - color contains mainly: green. Hex color #82CA12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82CA12 is #7D35ED. Grayscale: #A0A0A0. Windows color (decimal): -8205806 or 1231490. OLE color: 1231490.
HSL color Cylindrical-coordinate representation of color #82CA12: hue angle of 83.48º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #82CA12 is Cyan = 0.36, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 130 | 202 | 18 | - |
| CMYK | 0.36 | 0 | 0.91 | 0.21 |
| HSL | 83.48º | 0.84% | 0.43% | - |
| HSV(B) | 83.48º | 0.91% | 0.79% | - |
| XYZ | 30.44 | 47.03 | 8.05 | - |
| YUV | 159.5 | 48.15 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 202 | 18 | 0.36 | 0 | 0.91 | 0.21 | 83.48 | 0.84 | 0.43 |
| Hex | 82 | CA | 12 | 24 | 0 | 5B | 15 | 53 | 54 | 2B |
| Octal | 202 | 312 | 22 | 44 | 0 | 133 | 25 | 123 | 124 | 53 |
| Binary | 10000010 | 11001010 | 10010 | 100100 | 0 | 1011011 | 10101 | 1010011 | 1010100 | 101011 |
Color Harmonies of #82CA12
Complementary color
Monochromatic Colors of #82CA12
Black with #82CA12
Text Example
Text Example
White with #82CA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CA12; }
p { color: rgb(130,202,18); }
H1.HeaderClassName
{
color: #82CA12;
}
.AnyTagClassName
{
color: #82CA12;
}
</style>
background-color css
<style>
a { background-color: #82CA12; }
a { background-color: rgb(130,202,18); }
div.DivClassName
{
background-color: #82CA12;
}
.BgClassName
{
background-color: #82CA12;
}
</style>
border-color css
<style>
span { border-color: #82CA12; }
span { border-color: rgb(130,202,18); }
td.TdClassName
{
border-color: #82CA12;
}
.TagClassName
{
border-color: #82CA12;
}
</style>