Shades of Lima #84BD1B
Tints of Lima #84BD1B
RGB
CMYK
RGB Variations
Color information
#84BD1B (or 0x84BD1B) is known color: Lima. HEX triplet: 84, BD and 1B. RGB value is (132,189,27). Sum of RGB (Red+Green+Blue) = 132+189+27=348 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.93% from 348); Green value is 189 (74.22% from 255 or 54.31% from 348); Blue value is 27 (10.94% from 255 or 7.76% from 348); Max value from RGB is 189 - color contains mainly: green. Hex color #84BD1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84BD1B is #7B42E4. Grayscale: #9A9A9A. Windows color (decimal): -8078053 or 1817988. OLE color: 1817988.
HSL color Cylindrical-coordinate representation of color #84BD1B: hue angle of 81.11º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #84BD1B is Cyan = 0.30, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 189 | 27 | - |
| CMYK | 0.30 | 0 | 0.86 | 0.26 |
| HSL | 81.11º | 0.75% | 0.42% | - |
| HSV(B) | 81.11º | 0.86% | 0.74% | - |
| XYZ | 27.91 | 41.38 | 7.55 | - |
| YUV | 153.49 | 56.62 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 189 | 27 | 0.30 | 0 | 0.86 | 0.26 | 81.11 | 0.75 | 0.42 |
| Hex | 84 | BD | 1B | 1E | 0 | 56 | 1A | 51 | 4B | 2A |
| Octal | 204 | 275 | 33 | 36 | 0 | 126 | 32 | 121 | 113 | 52 |
| Binary | 10000100 | 10111101 | 11011 | 11110 | 0 | 1010110 | 11010 | 1010001 | 1001011 | 101010 |
Color Harmonies of #84BD1B
Complementary color
Monochromatic Colors of #84BD1B
Black with #84BD1B
Text Example
Text Example
White with #84BD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BD1B; }
p { color: rgb(132,189,27); }
H1.HeaderClassName
{
color: #84BD1B;
}
.AnyTagClassName
{
color: #84BD1B;
}
</style>
background-color css
<style>
a { background-color: #84BD1B; }
a { background-color: rgb(132,189,27); }
div.DivClassName
{
background-color: #84BD1B;
}
.BgClassName
{
background-color: #84BD1B;
}
</style>
border-color css
<style>
span { border-color: #84BD1B; }
span { border-color: rgb(132,189,27); }
td.TdClassName
{
border-color: #84BD1B;
}
.TagClassName
{
border-color: #84BD1B;
}
</style>