Shades of Lima #84CB19
Tints of Lima #84CB19
RGB
CMYK
RGB Variations
Color information
#84CB19 (or 0x84CB19) is known color: Lima. HEX triplet: 84, CB and 19. RGB value is (132,203,25). Sum of RGB (Red+Green+Blue) = 132+203+25=360 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.67% from 360); Green value is 203 (79.69% from 255 or 56.39% from 360); Blue value is 25 (10.16% from 255 or 6.94% from 360); Max value from RGB is 203 - color contains mainly: green. Hex color #84CB19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84CB19 is #7B34E6. Grayscale: #A2A2A2. Windows color (decimal): -8074471 or 1690500. OLE color: 1690500.
HSL color Cylindrical-coordinate representation of color #84CB19: hue angle of 83.93º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #84CB19 is Cyan = 0.35, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 203 | 25 | - |
| CMYK | 0.35 | 0 | 0.88 | 0.20 |
| HSL | 83.93º | 0.78% | 0.45% | - |
| HSV(B) | 83.93º | 0.88% | 0.8% | - |
| XYZ | 31.05 | 47.69 | 8.49 | - |
| YUV | 161.48 | 50.98 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 203 | 25 | 0.35 | 0 | 0.88 | 0.20 | 83.93 | 0.78 | 0.45 |
| Hex | 84 | CB | 19 | 23 | 0 | 58 | 14 | 54 | 4E | 2D |
| Octal | 204 | 313 | 31 | 43 | 0 | 130 | 24 | 124 | 116 | 55 |
| Binary | 10000100 | 11001011 | 11001 | 100011 | 0 | 1011000 | 10100 | 1010100 | 1001110 | 101101 |
Color Harmonies of #84CB19
Complementary color
Monochromatic Colors of #84CB19
Black with #84CB19
Text Example
Text Example
White with #84CB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CB19; }
p { color: rgb(132,203,25); }
H1.HeaderClassName
{
color: #84CB19;
}
.AnyTagClassName
{
color: #84CB19;
}
</style>
background-color css
<style>
a { background-color: #84CB19; }
a { background-color: rgb(132,203,25); }
div.DivClassName
{
background-color: #84CB19;
}
.BgClassName
{
background-color: #84CB19;
}
</style>
border-color css
<style>
span { border-color: #84CB19; }
span { border-color: rgb(132,203,25); }
td.TdClassName
{
border-color: #84CB19;
}
.TagClassName
{
border-color: #84CB19;
}
</style>