Shades of Free Speech Green #20DF17
Tints of Free Speech Green #20DF17
RGB
CMYK
RGB Variations
Color information
#20DF17 (or 0x20DF17) is known color: Free Speech Green. HEX triplet: 20, DF and 17. RGB value is (32,223,23). Sum of RGB (Red+Green+Blue) = 32+223+23=278 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.51% from 278); Green value is 223 (87.5% from 255 or 80.22% from 278); Blue value is 23 (9.38% from 255 or 8.27% from 278); Max value from RGB is 223 - color contains mainly: green. Hex color #20DF17 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20DF17 is #DF20E8. Grayscale: #8F8F8F. Windows color (decimal): -14622953 or 1564448. OLE color: 1564448.
HSL color Cylindrical-coordinate representation of color #20DF17: hue angle of 117.3º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #20DF17 is Cyan = 0.86, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 223 | 23 | - |
| CMYK | 0.86 | 0 | 0.90 | 0.13 |
| HSL | 117.3º | 0.81% | 0.48% | - |
| HSV(B) | 117.3º | 0.9% | 0.87% | - |
| XYZ | 27.14 | 53.14 | 9.64 | - |
| YUV | 143.09 | 60.22 | 48.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 223 | 23 | 0.86 | 0 | 0.90 | 0.13 | 117.3 | 0.81 | 0.48 |
| Hex | 20 | DF | 17 | 56 | 0 | 5A | D | 75 | 51 | 30 |
| Octal | 40 | 337 | 27 | 126 | 0 | 132 | 15 | 165 | 121 | 60 |
| Binary | 100000 | 11011111 | 10111 | 1010110 | 0 | 1011010 | 1101 | 1110101 | 1010001 | 110000 |
Color Harmonies of #20DF17
Complementary color
Monochromatic Colors of #20DF17
Black with #20DF17
Text Example
Text Example
White with #20DF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DF17; }
p { color: rgb(32,223,23); }
H1.HeaderClassName
{
color: #20DF17;
}
.AnyTagClassName
{
color: #20DF17;
}
</style>
background-color css
<style>
a { background-color: #20DF17; }
a { background-color: rgb(32,223,23); }
div.DivClassName
{
background-color: #20DF17;
}
.BgClassName
{
background-color: #20DF17;
}
</style>
border-color css
<style>
span { border-color: #20DF17; }
span { border-color: rgb(32,223,23); }
td.TdClassName
{
border-color: #20DF17;
}
.TagClassName
{
border-color: #20DF17;
}
</style>