Shades of Lima #84C91C
Tints of Lima #84C91C
RGB
CMYK
RGB Variations
Color information
#84C91C (or 0x84C91C) is known color: Lima. HEX triplet: 84, C9 and 1C. RGB value is (132,201,28). Sum of RGB (Red+Green+Blue) = 132+201+28=361 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.57% from 361); Green value is 201 (78.91% from 255 or 55.68% from 361); Blue value is 28 (11.33% from 255 or 7.76% from 361); Max value from RGB is 201 - color contains mainly: green. Hex color #84C91C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84C91C is #7B36E3. Grayscale: #A1A1A1. Windows color (decimal): -8074980 or 1886596. OLE color: 1886596.
HSL color Cylindrical-coordinate representation of color #84C91C: hue angle of 83.93º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #84C91C is Cyan = 0.34, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 201 | 28 | - |
| CMYK | 0.34 | 0 | 0.86 | 0.21 |
| HSL | 83.93º | 0.76% | 0.45% | - |
| HSV(B) | 83.93º | 0.86% | 0.79% | - |
| XYZ | 30.61 | 46.76 | 8.51 | - |
| YUV | 160.65 | 53.14 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 201 | 28 | 0.34 | 0 | 0.86 | 0.21 | 83.93 | 0.76 | 0.45 |
| Hex | 84 | C9 | 1C | 22 | 0 | 56 | 15 | 54 | 4C | 2D |
| Octal | 204 | 311 | 34 | 42 | 0 | 126 | 25 | 124 | 114 | 55 |
| Binary | 10000100 | 11001001 | 11100 | 100010 | 0 | 1010110 | 10101 | 1010100 | 1001100 | 101101 |
Color Harmonies of #84C91C
Complementary color
Monochromatic Colors of #84C91C
Black with #84C91C
Text Example
Text Example
White with #84C91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C91C; }
p { color: rgb(132,201,28); }
H1.HeaderClassName
{
color: #84C91C;
}
.AnyTagClassName
{
color: #84C91C;
}
</style>
background-color css
<style>
a { background-color: #84C91C; }
a { background-color: rgb(132,201,28); }
div.DivClassName
{
background-color: #84C91C;
}
.BgClassName
{
background-color: #84C91C;
}
</style>
border-color css
<style>
span { border-color: #84C91C; }
span { border-color: rgb(132,201,28); }
td.TdClassName
{
border-color: #84C91C;
}
.TagClassName
{
border-color: #84C91C;
}
</style>