Shades of Lima #84CE0F
Tints of Lima #84CE0F
RGB
CMYK
RGB Variations
Color information
#84CE0F (or 0x84CE0F) is known color: Lima. HEX triplet: 84, CE and 0F. RGB value is (132,206,15). Sum of RGB (Red+Green+Blue) = 132+206+15=353 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.39% from 353); Green value is 206 (80.86% from 255 or 58.36% from 353); Blue value is 15 (6.25% from 255 or 4.25% from 353); Max value from RGB is 206 - color contains mainly: green. Hex color #84CE0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84CE0F is #7B31F0. Grayscale: #A2A2A2. Windows color (decimal): -8073713 or 1035908. OLE color: 1035908.
HSL color Cylindrical-coordinate representation of color #84CE0F: hue angle of 83.25º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #84CE0F is Cyan = 0.36, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 206 | 15 | - |
| CMYK | 0.36 | 0 | 0.93 | 0.19 |
| HSL | 83.25º | 0.86% | 0.43% | - |
| HSV(B) | 83.25º | 0.93% | 0.81% | - |
| XYZ | 31.67 | 49.08 | 8.26 | - |
| YUV | 162.1 | 44.98 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 206 | 15 | 0.36 | 0 | 0.93 | 0.19 | 83.25 | 0.86 | 0.43 |
| Hex | 84 | CE | F | 24 | 0 | 5D | 13 | 53 | 56 | 2B |
| Octal | 204 | 316 | 17 | 44 | 0 | 135 | 23 | 123 | 126 | 53 |
| Binary | 10000100 | 11001110 | 1111 | 100100 | 0 | 1011101 | 10011 | 1010011 | 1010110 | 101011 |
Color Harmonies of #84CE0F
Complementary color
Monochromatic Colors of #84CE0F
Black with #84CE0F
Text Example
Text Example
White with #84CE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CE0F; }
p { color: rgb(132,206,15); }
H1.HeaderClassName
{
color: #84CE0F;
}
.AnyTagClassName
{
color: #84CE0F;
}
</style>
background-color css
<style>
a { background-color: #84CE0F; }
a { background-color: rgb(132,206,15); }
div.DivClassName
{
background-color: #84CE0F;
}
.BgClassName
{
background-color: #84CE0F;
}
</style>
border-color css
<style>
span { border-color: #84CE0F; }
span { border-color: rgb(132,206,15); }
td.TdClassName
{
border-color: #84CE0F;
}
.TagClassName
{
border-color: #84CE0F;
}
</style>