Shades of Free Speech Green #20FC04
Tints of Free Speech Green #20FC04
RGB
CMYK
RGB Variations
Color information
#20FC04 (or 0x20FC04) is known color: Free Speech Green. HEX triplet: 20, FC and 04. RGB value is (32,252,4). Sum of RGB (Red+Green+Blue) = 32+252+4=288 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.11% from 288); Green value is 252 (98.83% from 255 or 87.5% from 288); Blue value is 4 (1.95% from 255 or 1.39% from 288); Max value from RGB is 252 - color contains mainly: green. Hex color #20FC04 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #20FC04 is #DF03FB. Grayscale: #9E9E9E. Windows color (decimal): -14615548 or 326688. OLE color: 326688.
HSL color Cylindrical-coordinate representation of color #20FC04: hue angle of 113.23º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #20FC04 is Cyan = 0.87, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 252 | 4 | - |
| CMYK | 0.87 | 0 | 0.98 | 0.01 |
| HSL | 113.23º | 0.98% | 0.5% | - |
| HSV(B) | 113.23º | 0.98% | 0.99% | - |
| XYZ | 35.43 | 69.94 | 11.75 | - |
| YUV | 157.95 | 41.11 | 38.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 252 | 4 | 0.87 | 0 | 0.98 | 0.01 | 113.23 | 0.98 | 0.5 |
| Hex | 20 | FC | 4 | 57 | 0 | 62 | 1 | 71 | 62 | 32 |
| Octal | 40 | 374 | 4 | 127 | 0 | 142 | 1 | 161 | 142 | 62 |
| Binary | 100000 | 11111100 | 100 | 1010111 | 0 | 1100010 | 1 | 1110001 | 1100010 | 110010 |
Color Harmonies of #20FC04
Complementary color
Monochromatic Colors of #20FC04
Black with #20FC04
Text Example
Text Example
White with #20FC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20FC04; }
p { color: rgb(32,252,4); }
H1.HeaderClassName
{
color: #20FC04;
}
.AnyTagClassName
{
color: #20FC04;
}
</style>
background-color css
<style>
a { background-color: #20FC04; }
a { background-color: rgb(32,252,4); }
div.DivClassName
{
background-color: #20FC04;
}
.BgClassName
{
background-color: #20FC04;
}
</style>
border-color css
<style>
span { border-color: #20FC04; }
span { border-color: rgb(32,252,4); }
td.TdClassName
{
border-color: #20FC04;
}
.TagClassName
{
border-color: #20FC04;
}
</style>