Shades of Lima #84CB18
Tints of Lima #84CB18
RGB
CMYK
RGB Variations
Color information
#84CB18 (or 0x84CB18) is known color: Lima. HEX triplet: 84, CB and 18. RGB value is (132,203,24). Sum of RGB (Red+Green+Blue) = 132+203+24=359 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.77% from 359); Green value is 203 (79.69% from 255 or 56.55% from 359); Blue value is 24 (9.77% from 255 or 6.69% from 359); Max value from RGB is 203 - color contains mainly: green. Hex color #84CB18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84CB18 is #7B34E7. Grayscale: #A2A2A2. Windows color (decimal): -8074472 or 1624964. OLE color: 1624964.
HSL color Cylindrical-coordinate representation of color #84CB18: hue angle of 83.8º degrees, saturation: 0.79, 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 #84CB18 is Cyan = 0.35, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 203 | 24 | - |
| CMYK | 0.35 | 0 | 0.88 | 0.20 |
| HSL | 83.8º | 0.79% | 0.45% | - |
| HSV(B) | 83.8º | 0.88% | 0.8% | - |
| XYZ | 31.04 | 47.68 | 8.43 | - |
| YUV | 161.37 | 50.48 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 203 | 24 | 0.35 | 0 | 0.88 | 0.20 | 83.8 | 0.79 | 0.45 |
| Hex | 84 | CB | 18 | 23 | 0 | 58 | 14 | 54 | 4F | 2D |
| Octal | 204 | 313 | 30 | 43 | 0 | 130 | 24 | 124 | 117 | 55 |
| Binary | 10000100 | 11001011 | 11000 | 100011 | 0 | 1011000 | 10100 | 1010100 | 1001111 | 101101 |
Color Harmonies of #84CB18
Complementary color
Monochromatic Colors of #84CB18
Black with #84CB18
Text Example
Text Example
White with #84CB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CB18; }
p { color: rgb(132,203,24); }
H1.HeaderClassName
{
color: #84CB18;
}
.AnyTagClassName
{
color: #84CB18;
}
</style>
background-color css
<style>
a { background-color: #84CB18; }
a { background-color: rgb(132,203,24); }
div.DivClassName
{
background-color: #84CB18;
}
.BgClassName
{
background-color: #84CB18;
}
</style>
border-color css
<style>
span { border-color: #84CB18; }
span { border-color: rgb(132,203,24); }
td.TdClassName
{
border-color: #84CB18;
}
.TagClassName
{
border-color: #84CB18;
}
</style>