Shades of Lime Green #20BD16
Tints of Lime Green #20BD16
RGB
CMYK
RGB Variations
Color information
#20BD16 (or 0x20BD16) is known color: Lime Green. HEX triplet: 20, BD and 16. RGB value is (32,189,22). Sum of RGB (Red+Green+Blue) = 32+189+22=243 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.17% from 243); Green value is 189 (74.22% from 255 or 77.78% from 243); Blue value is 22 (8.98% from 255 or 9.05% from 243); Max value from RGB is 189 - color contains mainly: green. Hex color #20BD16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20BD16 is #DF42E9. Grayscale: #7B7B7B. Windows color (decimal): -14631658 or 1490208. OLE color: 1490208.
HSL color Cylindrical-coordinate representation of color #20BD16: hue angle of 116.41º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #20BD16 is Cyan = 0.83, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 189 | 22 | - |
| CMYK | 0.83 | 0 | 0.88 | 0.26 |
| HSL | 116.41º | 0.79% | 0.41% | - |
| HSV(B) | 116.41º | 0.88% | 0.74% | - |
| XYZ | 18.94 | 36.76 | 6.86 | - |
| YUV | 123.02 | 70.99 | 63.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 189 | 22 | 0.83 | 0 | 0.88 | 0.26 | 116.41 | 0.79 | 0.41 |
| Hex | 20 | BD | 16 | 53 | 0 | 58 | 1A | 74 | 4F | 29 |
| Octal | 40 | 275 | 26 | 123 | 0 | 130 | 32 | 164 | 117 | 51 |
| Binary | 100000 | 10111101 | 10110 | 1010011 | 0 | 1011000 | 11010 | 1110100 | 1001111 | 101001 |
Color Harmonies of #20BD16
Complementary color
Monochromatic Colors of #20BD16
Black with #20BD16
Text Example
Text Example
White with #20BD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BD16; }
p { color: rgb(32,189,22); }
H1.HeaderClassName
{
color: #20BD16;
}
.AnyTagClassName
{
color: #20BD16;
}
</style>
background-color css
<style>
a { background-color: #20BD16; }
a { background-color: rgb(32,189,22); }
div.DivClassName
{
background-color: #20BD16;
}
.BgClassName
{
background-color: #20BD16;
}
</style>
border-color css
<style>
span { border-color: #20BD16; }
span { border-color: rgb(32,189,22); }
td.TdClassName
{
border-color: #20BD16;
}
.TagClassName
{
border-color: #20BD16;
}
</style>