Shades of Lima #84C71B
Tints of Lima #84C71B
RGB
CMYK
RGB Variations
Color information
#84C71B (or 0x84C71B) is known color: Lima. HEX triplet: 84, C7 and 1B. RGB value is (132,199,27). Sum of RGB (Red+Green+Blue) = 132+199+27=358 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.87% from 358); Green value is 199 (78.12% from 255 or 55.59% from 358); Blue value is 27 (10.94% from 255 or 7.54% from 358); Max value from RGB is 199 - color contains mainly: green. Hex color #84C71B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84C71B is #7B38E4. Grayscale: #9F9F9F. Windows color (decimal): -8075493 or 1820548. OLE color: 1820548.
HSL color Cylindrical-coordinate representation of color #84C71B: hue angle of 83.37º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #84C71B is Cyan = 0.34, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 132 | 199 | 27 | - |
| CMYK | 0.34 | 0 | 0.86 | 0.22 |
| HSL | 83.37º | 0.76% | 0.44% | - |
| HSV(B) | 83.37º | 0.86% | 0.78% | - |
| XYZ | 30.14 | 45.83 | 8.29 | - |
| YUV | 159.36 | 53.3 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 199 | 27 | 0.34 | 0 | 0.86 | 0.22 | 83.37 | 0.76 | 0.44 |
| Hex | 84 | C7 | 1B | 22 | 0 | 56 | 16 | 53 | 4C | 2C |
| Octal | 204 | 307 | 33 | 42 | 0 | 126 | 26 | 123 | 114 | 54 |
| Binary | 10000100 | 11000111 | 11011 | 100010 | 0 | 1010110 | 10110 | 1010011 | 1001100 | 101100 |
Color Harmonies of #84C71B
Complementary color
Monochromatic Colors of #84C71B
Black with #84C71B
Text Example
Text Example
White with #84C71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C71B; }
p { color: rgb(132,199,27); }
H1.HeaderClassName
{
color: #84C71B;
}
.AnyTagClassName
{
color: #84C71B;
}
</style>
background-color css
<style>
a { background-color: #84C71B; }
a { background-color: rgb(132,199,27); }
div.DivClassName
{
background-color: #84C71B;
}
.BgClassName
{
background-color: #84C71B;
}
</style>
border-color css
<style>
span { border-color: #84C71B; }
span { border-color: rgb(132,199,27); }
td.TdClassName
{
border-color: #84C71B;
}
.TagClassName
{
border-color: #84C71B;
}
</style>