Shades of Free Speech Green #20DC03
Tints of Free Speech Green #20DC03
RGB
CMYK
RGB Variations
Color information
#20DC03 (or 0x20DC03) is known color: Free Speech Green. HEX triplet: 20, DC and 03. RGB value is (32,220,3). Sum of RGB (Red+Green+Blue) = 32+220+3=255 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.55% from 255); Green value is 220 (86.33% from 255 or 86.27% from 255); Blue value is 3 (1.56% from 255 or 1.18% from 255); Max value from RGB is 220 - color contains mainly: green. Hex color #20DC03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20DC03 is #DF23FC. Grayscale: #8B8B8B. Windows color (decimal): -14623741 or 252960. OLE color: 252960.
HSL color Cylindrical-coordinate representation of color #20DC03: hue angle of 111.98º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #20DC03 is Cyan = 0.85, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 220 | 3 | - |
| CMYK | 0.85 | 0 | 0.99 | 0.14 |
| HSL | 111.98º | 0.97% | 0.44% | - |
| HSV(B) | 111.98º | 0.99% | 0.86% | - |
| XYZ | 26.21 | 51.5 | 8.65 | - |
| YUV | 139.05 | 51.22 | 51.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 220 | 3 | 0.85 | 0 | 0.99 | 0.14 | 111.98 | 0.97 | 0.44 |
| Hex | 20 | DC | 3 | 55 | 0 | 63 | E | 70 | 61 | 2C |
| Octal | 40 | 334 | 3 | 125 | 0 | 143 | 16 | 160 | 141 | 54 |
| Binary | 100000 | 11011100 | 11 | 1010101 | 0 | 1100011 | 1110 | 1110000 | 1100001 | 101100 |
Color Harmonies of #20DC03
Complementary color
Monochromatic Colors of #20DC03
Black with #20DC03
Text Example
Text Example
White with #20DC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DC03; }
p { color: rgb(32,220,3); }
H1.HeaderClassName
{
color: #20DC03;
}
.AnyTagClassName
{
color: #20DC03;
}
</style>
background-color css
<style>
a { background-color: #20DC03; }
a { background-color: rgb(32,220,3); }
div.DivClassName
{
background-color: #20DC03;
}
.BgClassName
{
background-color: #20DC03;
}
</style>
border-color css
<style>
span { border-color: #20DC03; }
span { border-color: rgb(32,220,3); }
td.TdClassName
{
border-color: #20DC03;
}
.TagClassName
{
border-color: #20DC03;
}
</style>