Shades of Lima #82C919
Tints of Lima #82C919
RGB
CMYK
RGB Variations
Color information
#82C919 (or 0x82C919) is known color: Lima. HEX triplet: 82, C9 and 19. RGB value is (130,201,25). Sum of RGB (Red+Green+Blue) = 130+201+25=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 201 (78.91% from 255 or 56.46% from 356); Blue value is 25 (10.16% from 255 or 7.02% from 356); Max value from RGB is 201 - color contains mainly: green. Hex color #82C919 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82C919 is #7D36E6. Grayscale: #A0A0A0. Windows color (decimal): -8206055 or 1689986. OLE color: 1689986.
HSL color Cylindrical-coordinate representation of color #82C919: hue angle of 84.2º degrees, saturation: 0.78, 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 #82C919 is Cyan = 0.35, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 130 | 201 | 25 | - |
| CMYK | 0.35 | 0 | 0.88 | 0.21 |
| HSL | 84.2º | 0.78% | 0.44% | - |
| HSV(B) | 84.2º | 0.88% | 0.79% | - |
| XYZ | 30.27 | 46.59 | 8.32 | - |
| YUV | 159.71 | 51.98 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 201 | 25 | 0.35 | 0 | 0.88 | 0.21 | 84.2 | 0.78 | 0.44 |
| Hex | 82 | C9 | 19 | 23 | 0 | 58 | 15 | 54 | 4E | 2C |
| Octal | 202 | 311 | 31 | 43 | 0 | 130 | 25 | 124 | 116 | 54 |
| Binary | 10000010 | 11001001 | 11001 | 100011 | 0 | 1011000 | 10101 | 1010100 | 1001110 | 101100 |
Color Harmonies of #82C919
Complementary color
Monochromatic Colors of #82C919
Black with #82C919
Text Example
Text Example
White with #82C919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C919; }
p { color: rgb(130,201,25); }
H1.HeaderClassName
{
color: #82C919;
}
.AnyTagClassName
{
color: #82C919;
}
</style>
background-color css
<style>
a { background-color: #82C919; }
a { background-color: rgb(130,201,25); }
div.DivClassName
{
background-color: #82C919;
}
.BgClassName
{
background-color: #82C919;
}
</style>
border-color css
<style>
span { border-color: #82C919; }
span { border-color: rgb(130,201,25); }
td.TdClassName
{
border-color: #82C919;
}
.TagClassName
{
border-color: #82C919;
}
</style>