Shades of Free Speech Green #20DF18
Tints of Free Speech Green #20DF18
RGB
CMYK
RGB Variations
Color information
#20DF18 (or 0x20DF18) is known color: Free Speech Green. HEX triplet: 20, DF and 18. RGB value is (32,223,24). Sum of RGB (Red+Green+Blue) = 32+223+24=279 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.47% from 279); Green value is 223 (87.5% from 255 or 79.93% from 279); Blue value is 24 (9.77% from 255 or 8.60% from 279); Max value from RGB is 223 - color contains mainly: green. Hex color #20DF18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20DF18 is #DF20E7. Grayscale: #8F8F8F. Windows color (decimal): -14622952 or 1629984. OLE color: 1629984.
HSL color Cylindrical-coordinate representation of color #20DF18: hue angle of 117.59º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #20DF18 is Cyan = 0.86, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 223 | 24 | - |
| CMYK | 0.86 | 0 | 0.89 | 0.13 |
| HSL | 117.59º | 0.81% | 0.48% | - |
| HSV(B) | 117.59º | 0.89% | 0.87% | - |
| XYZ | 27.15 | 53.15 | 9.69 | - |
| YUV | 143.21 | 60.72 | 48.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 223 | 24 | 0.86 | 0 | 0.89 | 0.13 | 117.59 | 0.81 | 0.48 |
| Hex | 20 | DF | 18 | 56 | 0 | 59 | D | 76 | 51 | 30 |
| Octal | 40 | 337 | 30 | 126 | 0 | 131 | 15 | 166 | 121 | 60 |
| Binary | 100000 | 11011111 | 11000 | 1010110 | 0 | 1011001 | 1101 | 1110110 | 1010001 | 110000 |
Color Harmonies of #20DF18
Complementary color
Monochromatic Colors of #20DF18
Black with #20DF18
Text Example
Text Example
White with #20DF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DF18; }
p { color: rgb(32,223,24); }
H1.HeaderClassName
{
color: #20DF18;
}
.AnyTagClassName
{
color: #20DF18;
}
</style>
background-color css
<style>
a { background-color: #20DF18; }
a { background-color: rgb(32,223,24); }
div.DivClassName
{
background-color: #20DF18;
}
.BgClassName
{
background-color: #20DF18;
}
</style>
border-color css
<style>
span { border-color: #20DF18; }
span { border-color: rgb(32,223,24); }
td.TdClassName
{
border-color: #20DF18;
}
.TagClassName
{
border-color: #20DF18;
}
</style>