Shades of Lime Green #20B81E
Tints of Lime Green #20B81E
RGB
CMYK
RGB Variations
Color information
#20B81E (or 0x20B81E) is known color: Lime Green. HEX triplet: 20, B8 and 1E. RGB value is (32,184,30). Sum of RGB (Red+Green+Blue) = 32+184+30=246 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.01% from 246); Green value is 184 (72.27% from 255 or 74.80% from 246); Blue value is 30 (12.11% from 255 or 12.20% from 246); Max value from RGB is 184 - color contains mainly: green. Hex color #20B81E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20B81E is #DF47E1. Grayscale: #797979. Windows color (decimal): -14632930 or 2013216. OLE color: 2013216.
HSL color Cylindrical-coordinate representation of color #20B81E: hue angle of 119.22º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20B81E is Cyan = 0.83, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 32 | 184 | 30 | - |
| CMYK | 0.83 | 0 | 0.84 | 0.28 |
| HSL | 119.22º | 0.72% | 0.42% | - |
| HSV(B) | 119.22º | 0.84% | 0.72% | - |
| XYZ | 17.97 | 34.68 | 6.98 | - |
| YUV | 121 | 76.64 | 64.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 184 | 30 | 0.83 | 0 | 0.84 | 0.28 | 119.22 | 0.72 | 0.42 |
| Hex | 20 | B8 | 1E | 53 | 0 | 54 | 1C | 77 | 48 | 2A |
| Octal | 40 | 270 | 36 | 123 | 0 | 124 | 34 | 167 | 110 | 52 |
| Binary | 100000 | 10111000 | 11110 | 1010011 | 0 | 1010100 | 11100 | 1110111 | 1001000 | 101010 |
Color Harmonies of #20B81E
Complementary color
Monochromatic Colors of #20B81E
Black with #20B81E
Text Example
Text Example
White with #20B81E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B81E; }
p { color: rgb(32,184,30); }
H1.HeaderClassName
{
color: #20B81E;
}
.AnyTagClassName
{
color: #20B81E;
}
</style>
background-color css
<style>
a { background-color: #20B81E; }
a { background-color: rgb(32,184,30); }
div.DivClassName
{
background-color: #20B81E;
}
.BgClassName
{
background-color: #20B81E;
}
</style>
border-color css
<style>
span { border-color: #20B81E; }
span { border-color: rgb(32,184,30); }
td.TdClassName
{
border-color: #20B81E;
}
.TagClassName
{
border-color: #20B81E;
}
</style>