Shades of Lima #84B30C
Tints of Lima #84B30C
RGB
CMYK
RGB Variations
Color information
#84B30C (or 0x84B30C) is known color: Lima. HEX triplet: 84, B3 and 0C. RGB value is (132,179,12). Sum of RGB (Red+Green+Blue) = 132+179+12=323 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.87% from 323); Green value is 179 (70.31% from 255 or 55.42% from 323); Blue value is 12 (5.08% from 255 or 3.72% from 323); Max value from RGB is 179 - color contains mainly: green. Hex color #84B30C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84B30C is #7B4CF3. Grayscale: #929292. Windows color (decimal): -8080628 or 832388. OLE color: 832388.
HSL color Cylindrical-coordinate representation of color #84B30C: hue angle of 76.89º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #84B30C is Cyan = 0.26, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 132 | 179 | 12 | - |
| CMYK | 0.26 | 0 | 0.93 | 0.30 |
| HSL | 76.89º | 0.87% | 0.37% | - |
| HSV(B) | 76.89º | 0.93% | 0.7% | - |
| XYZ | 25.7 | 37.17 | 6.17 | - |
| YUV | 145.91 | 52.43 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 179 | 12 | 0.26 | 0 | 0.93 | 0.30 | 76.89 | 0.87 | 0.37 |
| Hex | 84 | B3 | C | 1A | 0 | 5D | 1E | 4D | 57 | 25 |
| Octal | 204 | 263 | 14 | 32 | 0 | 135 | 36 | 115 | 127 | 45 |
| Binary | 10000100 | 10110011 | 1100 | 11010 | 0 | 1011101 | 11110 | 1001101 | 1010111 | 100101 |
Color Harmonies of #84B30C
Complementary color
Monochromatic Colors of #84B30C
Black with #84B30C
Text Example
Text Example
White with #84B30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B30C; }
p { color: rgb(132,179,12); }
H1.HeaderClassName
{
color: #84B30C;
}
.AnyTagClassName
{
color: #84B30C;
}
</style>
background-color css
<style>
a { background-color: #84B30C; }
a { background-color: rgb(132,179,12); }
div.DivClassName
{
background-color: #84B30C;
}
.BgClassName
{
background-color: #84B30C;
}
</style>
border-color css
<style>
span { border-color: #84B30C; }
span { border-color: rgb(132,179,12); }
td.TdClassName
{
border-color: #84B30C;
}
.TagClassName
{
border-color: #84B30C;
}
</style>