Shades of Lime Green #20D71F
Tints of Lime Green #20D71F
RGB
CMYK
RGB Variations
Color information
#20D71F (or 0x20D71F) is known color: Lime Green. HEX triplet: 20, D7 and 1F. RGB value is (32,215,31). Sum of RGB (Red+Green+Blue) = 32+215+31=278 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.51% from 278); Green value is 215 (84.38% from 255 or 77.34% from 278); Blue value is 31 (12.5% from 255 or 11.15% from 278); Max value from RGB is 215 - color contains mainly: green. Hex color #20D71F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20D71F is #DF28E0. Grayscale: #8B8B8B. Windows color (decimal): -14624993 or 2086688. OLE color: 2086688.
HSL color Cylindrical-coordinate representation of color #20D71F: hue angle of 119.67º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20D71F is Cyan = 0.85, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 32 | 215 | 31 | - |
| CMYK | 0.85 | 0 | 0.86 | 0.16 |
| HSL | 119.67º | 0.75% | 0.48% | - |
| HSV(B) | 119.67º | 0.86% | 0.84% | - |
| XYZ | 25.14 | 49.01 | 9.43 | - |
| YUV | 139.31 | 66.87 | 51.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 215 | 31 | 0.85 | 0 | 0.86 | 0.16 | 119.67 | 0.75 | 0.48 |
| Hex | 20 | D7 | 1F | 55 | 0 | 56 | 10 | 78 | 4B | 30 |
| Octal | 40 | 327 | 37 | 125 | 0 | 126 | 20 | 170 | 113 | 60 |
| Binary | 100000 | 11010111 | 11111 | 1010101 | 0 | 1010110 | 10000 | 1111000 | 1001011 | 110000 |
Color Harmonies of #20D71F
Complementary color
Monochromatic Colors of #20D71F
Black with #20D71F
Text Example
Text Example
White with #20D71F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D71F; }
p { color: rgb(32,215,31); }
H1.HeaderClassName
{
color: #20D71F;
}
.AnyTagClassName
{
color: #20D71F;
}
</style>
background-color css
<style>
a { background-color: #20D71F; }
a { background-color: rgb(32,215,31); }
div.DivClassName
{
background-color: #20D71F;
}
.BgClassName
{
background-color: #20D71F;
}
</style>
border-color css
<style>
span { border-color: #20D71F; }
span { border-color: rgb(32,215,31); }
td.TdClassName
{
border-color: #20D71F;
}
.TagClassName
{
border-color: #20D71F;
}
</style>