Shades of Lima #84CF0F
Tints of Lima #84CF0F
RGB
CMYK
RGB Variations
Color information
#84CF0F (or 0x84CF0F) is known color: Lima. HEX triplet: 84, CF and 0F. RGB value is (132,207,15). Sum of RGB (Red+Green+Blue) = 132+207+15=354 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.29% from 354); Green value is 207 (81.25% from 255 or 58.47% from 354); Blue value is 15 (6.25% from 255 or 4.24% from 354); Max value from RGB is 207 - color contains mainly: green. Hex color #84CF0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84CF0F is #7B30F0. Grayscale: #A3A3A3. Windows color (decimal): -8073457 or 1036164. OLE color: 1036164.
HSL color Cylindrical-coordinate representation of color #84CF0F: hue angle of 83.44º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #84CF0F is Cyan = 0.36, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 207 | 15 | - |
| CMYK | 0.36 | 0 | 0.93 | 0.19 |
| HSL | 83.44º | 0.86% | 0.44% | - |
| HSV(B) | 83.44º | 0.93% | 0.81% | - |
| XYZ | 31.91 | 49.57 | 8.34 | - |
| YUV | 162.69 | 44.65 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 207 | 15 | 0.36 | 0 | 0.93 | 0.19 | 83.44 | 0.86 | 0.44 |
| Hex | 84 | CF | F | 24 | 0 | 5D | 13 | 53 | 56 | 2C |
| Octal | 204 | 317 | 17 | 44 | 0 | 135 | 23 | 123 | 126 | 54 |
| Binary | 10000100 | 11001111 | 1111 | 100100 | 0 | 1011101 | 10011 | 1010011 | 1010110 | 101100 |
Color Harmonies of #84CF0F
Complementary color
Monochromatic Colors of #84CF0F
Black with #84CF0F
Text Example
Text Example
White with #84CF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CF0F; }
p { color: rgb(132,207,15); }
H1.HeaderClassName
{
color: #84CF0F;
}
.AnyTagClassName
{
color: #84CF0F;
}
</style>
background-color css
<style>
a { background-color: #84CF0F; }
a { background-color: rgb(132,207,15); }
div.DivClassName
{
background-color: #84CF0F;
}
.BgClassName
{
background-color: #84CF0F;
}
</style>
border-color css
<style>
span { border-color: #84CF0F; }
span { border-color: rgb(132,207,15); }
td.TdClassName
{
border-color: #84CF0F;
}
.TagClassName
{
border-color: #84CF0F;
}
</style>