Shades of Lima #84B20E
Tints of Lima #84B20E
RGB
CMYK
RGB Variations
Color information
#84B20E (or 0x84B20E) is known color: Lima. HEX triplet: 84, B2 and 0E. RGB value is (132,178,14). Sum of RGB (Red+Green+Blue) = 132+178+14=324 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.74% from 324); Green value is 178 (69.92% from 255 or 54.94% from 324); Blue value is 14 (5.86% from 255 or 4.32% from 324); Max value from RGB is 178 - color contains mainly: green. Hex color #84B20E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84B20E is #7B4DF1. Grayscale: #929292. Windows color (decimal): -8080882 or 963204. OLE color: 963204.
HSL color Cylindrical-coordinate representation of color #84B20E: hue angle of 76.83º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #84B20E is Cyan = 0.26, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 132 | 178 | 14 | - |
| CMYK | 0.26 | 0 | 0.92 | 0.30 |
| HSL | 76.83º | 0.85% | 0.38% | - |
| HSV(B) | 76.83º | 0.92% | 0.7% | - |
| XYZ | 25.52 | 36.78 | 6.17 | - |
| YUV | 145.55 | 53.76 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 178 | 14 | 0.26 | 0 | 0.92 | 0.30 | 76.83 | 0.85 | 0.38 |
| Hex | 84 | B2 | E | 1A | 0 | 5C | 1E | 4D | 55 | 26 |
| Octal | 204 | 262 | 16 | 32 | 0 | 134 | 36 | 115 | 125 | 46 |
| Binary | 10000100 | 10110010 | 1110 | 11010 | 0 | 1011100 | 11110 | 1001101 | 1010101 | 100110 |
Color Harmonies of #84B20E
Complementary color
Monochromatic Colors of #84B20E
Black with #84B20E
Text Example
Text Example
White with #84B20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B20E; }
p { color: rgb(132,178,14); }
H1.HeaderClassName
{
color: #84B20E;
}
.AnyTagClassName
{
color: #84B20E;
}
</style>
background-color css
<style>
a { background-color: #84B20E; }
a { background-color: rgb(132,178,14); }
div.DivClassName
{
background-color: #84B20E;
}
.BgClassName
{
background-color: #84B20E;
}
</style>
border-color css
<style>
span { border-color: #84B20E; }
span { border-color: rgb(132,178,14); }
td.TdClassName
{
border-color: #84B20E;
}
.TagClassName
{
border-color: #84B20E;
}
</style>