Shades of Lime Green #20BA0E
Tints of Lime Green #20BA0E
RGB
CMYK
RGB Variations
Color information
#20BA0E (or 0x20BA0E) is known color: Lime Green. HEX triplet: 20, BA and 0E. RGB value is (32,186,14). Sum of RGB (Red+Green+Blue) = 32+186+14=232 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.79% from 232); Green value is 186 (73.05% from 255 or 80.17% from 232); Blue value is 14 (5.86% from 255 or 6.03% from 232); Max value from RGB is 186 - color contains mainly: green. Hex color #20BA0E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20BA0E is #DF45F1. Grayscale: #787878. Windows color (decimal): -14632434 or 965152. OLE color: 965152.
HSL color Cylindrical-coordinate representation of color #20BA0E: hue angle of 113.72º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #20BA0E is Cyan = 0.83, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 186 | 14 | - |
| CMYK | 0.83 | 0 | 0.92 | 0.27 |
| HSL | 113.72º | 0.86% | 0.39% | - |
| HSV(B) | 113.72º | 0.92% | 0.73% | - |
| XYZ | 18.23 | 35.46 | 6.3 | - |
| YUV | 120.35 | 67.98 | 64.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 186 | 14 | 0.83 | 0 | 0.92 | 0.27 | 113.72 | 0.86 | 0.39 |
| Hex | 20 | BA | E | 53 | 0 | 5C | 1B | 72 | 56 | 27 |
| Octal | 40 | 272 | 16 | 123 | 0 | 134 | 33 | 162 | 126 | 47 |
| Binary | 100000 | 10111010 | 1110 | 1010011 | 0 | 1011100 | 11011 | 1110010 | 1010110 | 100111 |
Color Harmonies of #20BA0E
Complementary color
Monochromatic Colors of #20BA0E
Black with #20BA0E
Text Example
Text Example
White with #20BA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BA0E; }
p { color: rgb(32,186,14); }
H1.HeaderClassName
{
color: #20BA0E;
}
.AnyTagClassName
{
color: #20BA0E;
}
</style>
background-color css
<style>
a { background-color: #20BA0E; }
a { background-color: rgb(32,186,14); }
div.DivClassName
{
background-color: #20BA0E;
}
.BgClassName
{
background-color: #20BA0E;
}
</style>
border-color css
<style>
span { border-color: #20BA0E; }
span { border-color: rgb(32,186,14); }
td.TdClassName
{
border-color: #20BA0E;
}
.TagClassName
{
border-color: #20BA0E;
}
</style>