Shades of Lima #84C00A
Tints of Lima #84C00A
RGB
CMYK
RGB Variations
Color information
#84C00A (or 0x84C00A) is known color: Lima. HEX triplet: 84, C0 and 0A. RGB value is (132,192,10). Sum of RGB (Red+Green+Blue) = 132+192+10=334 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.52% from 334); Green value is 192 (75.39% from 255 or 57.49% from 334); Blue value is 10 (4.30% from 255 or 2.99% from 334); Max value from RGB is 192 - color contains mainly: green. Hex color #84C00A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84C00A is #7B3FF5. Grayscale: #999999. Windows color (decimal): -8077302 or 704644. OLE color: 704644.
HSL color Cylindrical-coordinate representation of color #84C00A: hue angle of 79.78º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #84C00A is Cyan = 0.31, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 192 | 10 | - |
| CMYK | 0.31 | 0 | 0.95 | 0.25 |
| HSL | 79.78º | 0.9% | 0.4% | - |
| HSV(B) | 79.78º | 0.95% | 0.75% | - |
| XYZ | 28.42 | 42.63 | 7.02 | - |
| YUV | 153.31 | 47.12 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 192 | 10 | 0.31 | 0 | 0.95 | 0.25 | 79.78 | 0.9 | 0.4 |
| Hex | 84 | C0 | A | 1F | 0 | 5F | 19 | 50 | 5A | 28 |
| Octal | 204 | 300 | 12 | 37 | 0 | 137 | 31 | 120 | 132 | 50 |
| Binary | 10000100 | 11000000 | 1010 | 11111 | 0 | 1011111 | 11001 | 1010000 | 1011010 | 101000 |
Color Harmonies of #84C00A
Complementary color
Monochromatic Colors of #84C00A
Black with #84C00A
Text Example
Text Example
White with #84C00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C00A; }
p { color: rgb(132,192,10); }
H1.HeaderClassName
{
color: #84C00A;
}
.AnyTagClassName
{
color: #84C00A;
}
</style>
background-color css
<style>
a { background-color: #84C00A; }
a { background-color: rgb(132,192,10); }
div.DivClassName
{
background-color: #84C00A;
}
.BgClassName
{
background-color: #84C00A;
}
</style>
border-color css
<style>
span { border-color: #84C00A; }
span { border-color: rgb(132,192,10); }
td.TdClassName
{
border-color: #84C00A;
}
.TagClassName
{
border-color: #84C00A;
}
</style>