Shades of Lima #84B41C
Tints of Lima #84B41C
RGB
CMYK
RGB Variations
Color information
#84B41C (or 0x84B41C) is known color: Lima. HEX triplet: 84, B4 and 1C. RGB value is (132,180,28). Sum of RGB (Red+Green+Blue) = 132+180+28=340 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.82% from 340); Green value is 180 (70.70% from 255 or 52.94% from 340); Blue value is 28 (11.33% from 255 or 8.24% from 340); Max value from RGB is 180 - color contains mainly: green. Hex color #84B41C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84B41C is #7B4BE3. Grayscale: #949494. Windows color (decimal): -8080356 or 1881220. OLE color: 1881220.
HSL color Cylindrical-coordinate representation of color #84B41C: hue angle of 78.95º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #84B41C is Cyan = 0.27, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 132 | 180 | 28 | - |
| CMYK | 0.27 | 0 | 0.84 | 0.29 |
| HSL | 78.95º | 0.73% | 0.41% | - |
| HSV(B) | 78.95º | 0.84% | 0.71% | - |
| XYZ | 26.05 | 37.63 | 6.99 | - |
| YUV | 148.32 | 60.1 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 180 | 28 | 0.27 | 0 | 0.84 | 0.29 | 78.95 | 0.73 | 0.41 |
| Hex | 84 | B4 | 1C | 1B | 0 | 54 | 1D | 4F | 49 | 29 |
| Octal | 204 | 264 | 34 | 33 | 0 | 124 | 35 | 117 | 111 | 51 |
| Binary | 10000100 | 10110100 | 11100 | 11011 | 0 | 1010100 | 11101 | 1001111 | 1001001 | 101001 |
Color Harmonies of #84B41C
Complementary color
Monochromatic Colors of #84B41C
Black with #84B41C
Text Example
Text Example
White with #84B41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B41C; }
p { color: rgb(132,180,28); }
H1.HeaderClassName
{
color: #84B41C;
}
.AnyTagClassName
{
color: #84B41C;
}
</style>
background-color css
<style>
a { background-color: #84B41C; }
a { background-color: rgb(132,180,28); }
div.DivClassName
{
background-color: #84B41C;
}
.BgClassName
{
background-color: #84B41C;
}
</style>
border-color css
<style>
span { border-color: #84B41C; }
span { border-color: rgb(132,180,28); }
td.TdClassName
{
border-color: #84B41C;
}
.TagClassName
{
border-color: #84B41C;
}
</style>