Shades of Free Speech Green #20E504
Tints of Free Speech Green #20E504
RGB
CMYK
RGB Variations
Color information
#20E504 (or 0x20E504) is known color: Free Speech Green. HEX triplet: 20, E5 and 04. RGB value is (32,229,4). Sum of RGB (Red+Green+Blue) = 32+229+4=265 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.08% from 265); Green value is 229 (89.84% from 255 or 86.42% from 265); Blue value is 4 (1.95% from 255 or 1.51% from 265); Max value from RGB is 229 - color contains mainly: green. Hex color #20E504 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20E504 is #DF1AFB. Grayscale: #919191. Windows color (decimal): -14621436 or 320800. OLE color: 320800.
HSL color Cylindrical-coordinate representation of color #20E504: hue angle of 112.53º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #20E504 is Cyan = 0.86, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 32 | 229 | 4 | - |
| CMYK | 0.86 | 0 | 0.98 | 0.10 |
| HSL | 112.53º | 0.97% | 0.46% | - |
| HSV(B) | 112.53º | 0.98% | 0.9% | - |
| XYZ | 28.64 | 56.35 | 9.48 | - |
| YUV | 144.45 | 48.73 | 47.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 229 | 4 | 0.86 | 0 | 0.98 | 0.10 | 112.53 | 0.97 | 0.46 |
| Hex | 20 | E5 | 4 | 56 | 0 | 62 | A | 71 | 61 | 2E |
| Octal | 40 | 345 | 4 | 126 | 0 | 142 | 12 | 161 | 141 | 56 |
| Binary | 100000 | 11100101 | 100 | 1010110 | 0 | 1100010 | 1010 | 1110001 | 1100001 | 101110 |
Color Harmonies of #20E504
Complementary color
Monochromatic Colors of #20E504
Black with #20E504
Text Example
Text Example
White with #20E504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E504; }
p { color: rgb(32,229,4); }
H1.HeaderClassName
{
color: #20E504;
}
.AnyTagClassName
{
color: #20E504;
}
</style>
background-color css
<style>
a { background-color: #20E504; }
a { background-color: rgb(32,229,4); }
div.DivClassName
{
background-color: #20E504;
}
.BgClassName
{
background-color: #20E504;
}
</style>
border-color css
<style>
span { border-color: #20E504; }
span { border-color: rgb(32,229,4); }
td.TdClassName
{
border-color: #20E504;
}
.TagClassName
{
border-color: #20E504;
}
</style>