Shades of Lime Green #20BA0F
Tints of Lime Green #20BA0F
RGB
CMYK
RGB Variations
Color information
#20BA0F (or 0x20BA0F) is known color: Lime Green. HEX triplet: 20, BA and 0F. RGB value is (32,186,15). Sum of RGB (Red+Green+Blue) = 32+186+15=233 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.73% from 233); Green value is 186 (73.05% from 255 or 79.83% from 233); Blue value is 15 (6.25% from 255 or 6.44% from 233); Max value from RGB is 186 - color contains mainly: green. Hex color #20BA0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20BA0F is #DF45F0. Grayscale: #787878. Windows color (decimal): -14632433 or 1030688. OLE color: 1030688.
HSL color Cylindrical-coordinate representation of color #20BA0F: hue angle of 114.04º degrees, saturation: 0.85, 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 #20BA0F is Cyan = 0.83, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 186 | 15 | - |
| CMYK | 0.83 | 0 | 0.92 | 0.27 |
| HSL | 114.04º | 0.85% | 0.39% | - |
| HSV(B) | 114.04º | 0.92% | 0.73% | - |
| XYZ | 18.24 | 35.46 | 6.33 | - |
| YUV | 120.46 | 68.48 | 64.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 186 | 15 | 0.83 | 0 | 0.92 | 0.27 | 114.04 | 0.85 | 0.39 |
| Hex | 20 | BA | F | 53 | 0 | 5C | 1B | 72 | 55 | 27 |
| Octal | 40 | 272 | 17 | 123 | 0 | 134 | 33 | 162 | 125 | 47 |
| Binary | 100000 | 10111010 | 1111 | 1010011 | 0 | 1011100 | 11011 | 1110010 | 1010101 | 100111 |
Color Harmonies of #20BA0F
Complementary color
Monochromatic Colors of #20BA0F
Black with #20BA0F
Text Example
Text Example
White with #20BA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BA0F; }
p { color: rgb(32,186,15); }
H1.HeaderClassName
{
color: #20BA0F;
}
.AnyTagClassName
{
color: #20BA0F;
}
</style>
background-color css
<style>
a { background-color: #20BA0F; }
a { background-color: rgb(32,186,15); }
div.DivClassName
{
background-color: #20BA0F;
}
.BgClassName
{
background-color: #20BA0F;
}
</style>
border-color css
<style>
span { border-color: #20BA0F; }
span { border-color: rgb(32,186,15); }
td.TdClassName
{
border-color: #20BA0F;
}
.TagClassName
{
border-color: #20BA0F;
}
</style>