Shades of Lima #84BD1D
Tints of Lima #84BD1D
RGB
CMYK
RGB Variations
Color information
#84BD1D (or 0x84BD1D) is known color: Lima. HEX triplet: 84, BD and 1D. RGB value is (132,189,29). Sum of RGB (Red+Green+Blue) = 132+189+29=350 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.71% from 350); Green value is 189 (74.22% from 255 or 54% from 350); Blue value is 29 (11.72% from 255 or 8.29% from 350); Max value from RGB is 189 - color contains mainly: green. Hex color #84BD1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84BD1D is #7B42E2. Grayscale: #9A9A9A. Windows color (decimal): -8078051 or 1949060. OLE color: 1949060.
HSL color Cylindrical-coordinate representation of color #84BD1D: hue angle of 81.38º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #84BD1D is Cyan = 0.30, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 189 | 29 | - |
| CMYK | 0.30 | 0 | 0.85 | 0.26 |
| HSL | 81.38º | 0.73% | 0.43% | - |
| HSV(B) | 81.38º | 0.85% | 0.74% | - |
| XYZ | 27.94 | 41.39 | 7.68 | - |
| YUV | 153.72 | 57.62 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 189 | 29 | 0.30 | 0 | 0.85 | 0.26 | 81.38 | 0.73 | 0.43 |
| Hex | 84 | BD | 1D | 1E | 0 | 55 | 1A | 51 | 49 | 2B |
| Octal | 204 | 275 | 35 | 36 | 0 | 125 | 32 | 121 | 111 | 53 |
| Binary | 10000100 | 10111101 | 11101 | 11110 | 0 | 1010101 | 11010 | 1010001 | 1001001 | 101011 |
Color Harmonies of #84BD1D
Complementary color
Monochromatic Colors of #84BD1D
Black with #84BD1D
Text Example
Text Example
White with #84BD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BD1D; }
p { color: rgb(132,189,29); }
H1.HeaderClassName
{
color: #84BD1D;
}
.AnyTagClassName
{
color: #84BD1D;
}
</style>
background-color css
<style>
a { background-color: #84BD1D; }
a { background-color: rgb(132,189,29); }
div.DivClassName
{
background-color: #84BD1D;
}
.BgClassName
{
background-color: #84BD1D;
}
</style>
border-color css
<style>
span { border-color: #84BD1D; }
span { border-color: rgb(132,189,29); }
td.TdClassName
{
border-color: #84BD1D;
}
.TagClassName
{
border-color: #84BD1D;
}
</style>