Shades of Free Speech Green #20E621
Tints of Free Speech Green #20E621
RGB
CMYK
RGB Variations
Color information
#20E621 (or 0x20E621) is known color: Free Speech Green. HEX triplet: 20, E6 and 21. RGB value is (32,230,33). Sum of RGB (Red+Green+Blue) = 32+230+33=295 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.85% from 295); Green value is 230 (90.23% from 255 or 77.97% from 295); Blue value is 33 (13.28% from 255 or 11.19% from 295); Max value from RGB is 230 - color contains mainly: green. Hex color #20E621 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20E621 is #DF19DE. Grayscale: #949494. Windows color (decimal): -14621151 or 2221600. OLE color: 2221600.
HSL color Cylindrical-coordinate representation of color #20E621: hue angle of 120.3º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20E621 is Cyan = 0.86, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 32 | 230 | 33 | - |
| CMYK | 0.86 | 0 | 0.86 | 0.10 |
| HSL | 120.3º | 0.8% | 0.51% | - |
| HSV(B) | 120.3º | 0.86% | 0.9% | - |
| XYZ | 29.17 | 57.01 | 10.91 | - |
| YUV | 148.34 | 62.9 | 45.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 230 | 33 | 0.86 | 0 | 0.86 | 0.10 | 120.3 | 0.8 | 0.51 |
| Hex | 20 | E6 | 21 | 56 | 0 | 56 | A | 78 | 50 | 33 |
| Octal | 40 | 346 | 41 | 126 | 0 | 126 | 12 | 170 | 120 | 63 |
| Binary | 100000 | 11100110 | 100001 | 1010110 | 0 | 1010110 | 1010 | 1111000 | 1010000 | 110011 |
Color Harmonies of #20E621
Complementary color
Monochromatic Colors of #20E621
Black with #20E621
Text Example
Text Example
White with #20E621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E621; }
p { color: rgb(32,230,33); }
H1.HeaderClassName
{
color: #20E621;
}
.AnyTagClassName
{
color: #20E621;
}
</style>
background-color css
<style>
a { background-color: #20E621; }
a { background-color: rgb(32,230,33); }
div.DivClassName
{
background-color: #20E621;
}
.BgClassName
{
background-color: #20E621;
}
</style>
border-color css
<style>
span { border-color: #20E621; }
span { border-color: rgb(32,230,33); }
td.TdClassName
{
border-color: #20E621;
}
.TagClassName
{
border-color: #20E621;
}
</style>