Shades of Lima #86C21E
Tints of Lima #86C21E
RGB
CMYK
RGB Variations
Color information
#86C21E (or 0x86C21E) is known color: Lima. HEX triplet: 86, C2 and 1E. RGB value is (134,194,30). Sum of RGB (Red+Green+Blue) = 134+194+30=358 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.43% from 358); Green value is 194 (76.17% from 255 or 54.19% from 358); Blue value is 30 (12.11% from 255 or 8.38% from 358); Max value from RGB is 194 - color contains mainly: green. Hex color #86C21E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86C21E is #793DE1. Grayscale: #9D9D9D. Windows color (decimal): -7945698 or 2015878. OLE color: 2015878.
HSL color Cylindrical-coordinate representation of color #86C21E: hue angle of 81.95º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #86C21E is Cyan = 0.31, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 134 | 194 | 30 | - |
| CMYK | 0.31 | 0 | 0.85 | 0.24 |
| HSL | 81.95º | 0.73% | 0.44% | - |
| HSV(B) | 81.95º | 0.85% | 0.76% | - |
| XYZ | 29.36 | 43.75 | 8.12 | - |
| YUV | 157.36 | 56.12 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 194 | 30 | 0.31 | 0 | 0.85 | 0.24 | 81.95 | 0.73 | 0.44 |
| Hex | 86 | C2 | 1E | 1F | 0 | 55 | 18 | 52 | 49 | 2C |
| Octal | 206 | 302 | 36 | 37 | 0 | 125 | 30 | 122 | 111 | 54 |
| Binary | 10000110 | 11000010 | 11110 | 11111 | 0 | 1010101 | 11000 | 1010010 | 1001001 | 101100 |
Color Harmonies of #86C21E
Complementary color
Monochromatic Colors of #86C21E
Black with #86C21E
Text Example
Text Example
White with #86C21E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C21E; }
p { color: rgb(134,194,30); }
H1.HeaderClassName
{
color: #86C21E;
}
.AnyTagClassName
{
color: #86C21E;
}
</style>
background-color css
<style>
a { background-color: #86C21E; }
a { background-color: rgb(134,194,30); }
div.DivClassName
{
background-color: #86C21E;
}
.BgClassName
{
background-color: #86C21E;
}
</style>
border-color css
<style>
span { border-color: #86C21E; }
span { border-color: rgb(134,194,30); }
td.TdClassName
{
border-color: #86C21E;
}
.TagClassName
{
border-color: #86C21E;
}
</style>