Shades of Lima #82CA18
Tints of Lima #82CA18
RGB
CMYK
RGB Variations
Color information
#82CA18 (or 0x82CA18) is known color: Lima. HEX triplet: 82, CA and 18. RGB value is (130,202,24). Sum of RGB (Red+Green+Blue) = 130+202+24=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 202 (79.30% from 255 or 56.74% from 356); Blue value is 24 (9.77% from 255 or 6.74% from 356); Max value from RGB is 202 - color contains mainly: green. Hex color #82CA18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82CA18 is #7D35E7. Grayscale: #A0A0A0. Windows color (decimal): -8205800 or 1624706. OLE color: 1624706.
HSL color Cylindrical-coordinate representation of color #82CA18: hue angle of 84.27º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #82CA18 is Cyan = 0.36, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 130 | 202 | 24 | - |
| CMYK | 0.36 | 0 | 0.88 | 0.21 |
| HSL | 84.27º | 0.79% | 0.44% | - |
| HSV(B) | 84.27º | 0.88% | 0.79% | - |
| XYZ | 30.49 | 47.05 | 8.34 | - |
| YUV | 160.18 | 51.15 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 202 | 24 | 0.36 | 0 | 0.88 | 0.21 | 84.27 | 0.79 | 0.44 |
| Hex | 82 | CA | 18 | 24 | 0 | 58 | 15 | 54 | 4F | 2C |
| Octal | 202 | 312 | 30 | 44 | 0 | 130 | 25 | 124 | 117 | 54 |
| Binary | 10000010 | 11001010 | 11000 | 100100 | 0 | 1011000 | 10101 | 1010100 | 1001111 | 101100 |
Color Harmonies of #82CA18
Complementary color
Monochromatic Colors of #82CA18
Black with #82CA18
Text Example
Text Example
White with #82CA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CA18; }
p { color: rgb(130,202,24); }
H1.HeaderClassName
{
color: #82CA18;
}
.AnyTagClassName
{
color: #82CA18;
}
</style>
background-color css
<style>
a { background-color: #82CA18; }
a { background-color: rgb(130,202,24); }
div.DivClassName
{
background-color: #82CA18;
}
.BgClassName
{
background-color: #82CA18;
}
</style>
border-color css
<style>
span { border-color: #82CA18; }
span { border-color: rgb(130,202,24); }
td.TdClassName
{
border-color: #82CA18;
}
.TagClassName
{
border-color: #82CA18;
}
</style>