Shades of Lima #84C20F
Tints of Lima #84C20F
RGB
CMYK
RGB Variations
Color information
#84C20F (or 0x84C20F) is known color: Lima. HEX triplet: 84, C2 and 0F. RGB value is (132,194,15). Sum of RGB (Red+Green+Blue) = 132+194+15=341 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.71% from 341); Green value is 194 (76.17% from 255 or 56.89% from 341); Blue value is 15 (6.25% from 255 or 4.40% from 341); Max value from RGB is 194 - color contains mainly: green. Hex color #84C20F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84C20F is #7B3DF0. Grayscale: #9B9B9B. Windows color (decimal): -8076785 or 1032836. OLE color: 1032836.
HSL color Cylindrical-coordinate representation of color #84C20F: hue angle of 80.78º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #84C20F is Cyan = 0.32, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 194 | 15 | - |
| CMYK | 0.32 | 0 | 0.92 | 0.24 |
| HSL | 80.78º | 0.86% | 0.41% | - |
| HSV(B) | 80.78º | 0.92% | 0.76% | - |
| XYZ | 28.89 | 43.52 | 7.33 | - |
| YUV | 155.06 | 48.96 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 194 | 15 | 0.32 | 0 | 0.92 | 0.24 | 80.78 | 0.86 | 0.41 |
| Hex | 84 | C2 | F | 20 | 0 | 5C | 18 | 51 | 56 | 29 |
| Octal | 204 | 302 | 17 | 40 | 0 | 134 | 30 | 121 | 126 | 51 |
| Binary | 10000100 | 11000010 | 1111 | 100000 | 0 | 1011100 | 11000 | 1010001 | 1010110 | 101001 |
Color Harmonies of #84C20F
Complementary color
Monochromatic Colors of #84C20F
Black with #84C20F
Text Example
Text Example
White with #84C20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C20F; }
p { color: rgb(132,194,15); }
H1.HeaderClassName
{
color: #84C20F;
}
.AnyTagClassName
{
color: #84C20F;
}
</style>
background-color css
<style>
a { background-color: #84C20F; }
a { background-color: rgb(132,194,15); }
div.DivClassName
{
background-color: #84C20F;
}
.BgClassName
{
background-color: #84C20F;
}
</style>
border-color css
<style>
span { border-color: #84C20F; }
span { border-color: rgb(132,194,15); }
td.TdClassName
{
border-color: #84C20F;
}
.TagClassName
{
border-color: #84C20F;
}
</style>