Shades of Lima #84C20A
Tints of Lima #84C20A
RGB
CMYK
RGB Variations
Color information
#84C20A (or 0x84C20A) is known color: Lima. HEX triplet: 84, C2 and 0A. RGB value is (132,194,10). Sum of RGB (Red+Green+Blue) = 132+194+10=336 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.29% from 336); Green value is 194 (76.17% from 255 or 57.74% from 336); Blue value is 10 (4.30% from 255 or 2.98% from 336); Max value from RGB is 194 - color contains mainly: green. Hex color #84C20A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84C20A is #7B3DF5. Grayscale: #9B9B9B. Windows color (decimal): -8076790 or 705156. OLE color: 705156.
HSL color Cylindrical-coordinate representation of color #84C20A: hue angle of 80.22º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #84C20A is Cyan = 0.32, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 194 | 10 | - |
| CMYK | 0.32 | 0 | 0.95 | 0.24 |
| HSL | 80.22º | 0.9% | 0.4% | - |
| HSV(B) | 80.22º | 0.95% | 0.76% | - |
| XYZ | 28.86 | 43.51 | 7.16 | - |
| YUV | 154.49 | 46.46 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 194 | 10 | 0.32 | 0 | 0.95 | 0.24 | 80.22 | 0.9 | 0.4 |
| Hex | 84 | C2 | A | 20 | 0 | 5F | 18 | 50 | 5A | 28 |
| Octal | 204 | 302 | 12 | 40 | 0 | 137 | 30 | 120 | 132 | 50 |
| Binary | 10000100 | 11000010 | 1010 | 100000 | 0 | 1011111 | 11000 | 1010000 | 1011010 | 101000 |
Color Harmonies of #84C20A
Complementary color
Monochromatic Colors of #84C20A
Black with #84C20A
Text Example
Text Example
White with #84C20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C20A; }
p { color: rgb(132,194,10); }
H1.HeaderClassName
{
color: #84C20A;
}
.AnyTagClassName
{
color: #84C20A;
}
</style>
background-color css
<style>
a { background-color: #84C20A; }
a { background-color: rgb(132,194,10); }
div.DivClassName
{
background-color: #84C20A;
}
.BgClassName
{
background-color: #84C20A;
}
</style>
border-color css
<style>
span { border-color: #84C20A; }
span { border-color: rgb(132,194,10); }
td.TdClassName
{
border-color: #84C20A;
}
.TagClassName
{
border-color: #84C20A;
}
</style>