Shades of Lima #82BE24
Tints of Lima #82BE24
RGB
CMYK
RGB Variations
Color information
#82BE24 (or 0x82BE24) is known color: Lima. HEX triplet: 82, BE and 24. RGB value is (130,190,36). Sum of RGB (Red+Green+Blue) = 130+190+36=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 190 (74.61% from 255 or 53.37% from 356); Blue value is 36 (14.45% from 255 or 10.11% from 356); Max value from RGB is 190 - color contains mainly: green. Hex color #82BE24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82BE24 is #7D41DB. Grayscale: #9B9B9B. Windows color (decimal): -8208860 or 2408066. OLE color: 2408066.
HSL color Cylindrical-coordinate representation of color #82BE24: hue angle of 83.38º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #82BE24 is Cyan = 0.32, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 190 | 36 | - |
| CMYK | 0.32 | 0 | 0.81 | 0.25 |
| HSL | 83.38º | 0.68% | 0.44% | - |
| HSV(B) | 83.38º | 0.81% | 0.75% | - |
| XYZ | 27.94 | 41.7 | 8.25 | - |
| YUV | 154.5 | 61.12 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 190 | 36 | 0.32 | 0 | 0.81 | 0.25 | 83.38 | 0.68 | 0.44 |
| Hex | 82 | BE | 24 | 20 | 0 | 51 | 19 | 53 | 44 | 2C |
| Octal | 202 | 276 | 44 | 40 | 0 | 121 | 31 | 123 | 104 | 54 |
| Binary | 10000010 | 10111110 | 100100 | 100000 | 0 | 1010001 | 11001 | 1010011 | 1000100 | 101100 |
Color Harmonies of #82BE24
Complementary color
Monochromatic Colors of #82BE24
Black with #82BE24
Text Example
Text Example
White with #82BE24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BE24; }
p { color: rgb(130,190,36); }
H1.HeaderClassName
{
color: #82BE24;
}
.AnyTagClassName
{
color: #82BE24;
}
</style>
background-color css
<style>
a { background-color: #82BE24; }
a { background-color: rgb(130,190,36); }
div.DivClassName
{
background-color: #82BE24;
}
.BgClassName
{
background-color: #82BE24;
}
</style>
border-color css
<style>
span { border-color: #82BE24; }
span { border-color: rgb(130,190,36); }
td.TdClassName
{
border-color: #82BE24;
}
.TagClassName
{
border-color: #82BE24;
}
</style>