Shades of Free Speech Green #20DD03
Tints of Free Speech Green #20DD03
RGB
CMYK
RGB Variations
Color information
#20DD03 (or 0x20DD03) is known color: Free Speech Green. HEX triplet: 20, DD and 03. RGB value is (32,221,3). Sum of RGB (Red+Green+Blue) = 32+221+3=256 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.5% from 256); Green value is 221 (86.72% from 255 or 86.33% from 256); Blue value is 3 (1.56% from 255 or 1.17% from 256); Max value from RGB is 221 - color contains mainly: green. Hex color #20DD03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20DD03 is #DF22FC. Grayscale: #8C8C8C. Windows color (decimal): -14623485 or 253216. OLE color: 253216.
HSL color Cylindrical-coordinate representation of color #20DD03: hue angle of 112.02º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #20DD03 is Cyan = 0.86, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 221 | 3 | - |
| CMYK | 0.86 | 0 | 0.99 | 0.13 |
| HSL | 112.02º | 0.97% | 0.44% | - |
| HSV(B) | 112.02º | 0.99% | 0.87% | - |
| XYZ | 26.47 | 52.03 | 8.73 | - |
| YUV | 139.64 | 50.88 | 51.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 221 | 3 | 0.86 | 0 | 0.99 | 0.13 | 112.02 | 0.97 | 0.44 |
| Hex | 20 | DD | 3 | 56 | 0 | 63 | D | 70 | 61 | 2C |
| Octal | 40 | 335 | 3 | 126 | 0 | 143 | 15 | 160 | 141 | 54 |
| Binary | 100000 | 11011101 | 11 | 1010110 | 0 | 1100011 | 1101 | 1110000 | 1100001 | 101100 |
Color Harmonies of #20DD03
Complementary color
Monochromatic Colors of #20DD03
Black with #20DD03
Text Example
Text Example
White with #20DD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DD03; }
p { color: rgb(32,221,3); }
H1.HeaderClassName
{
color: #20DD03;
}
.AnyTagClassName
{
color: #20DD03;
}
</style>
background-color css
<style>
a { background-color: #20DD03; }
a { background-color: rgb(32,221,3); }
div.DivClassName
{
background-color: #20DD03;
}
.BgClassName
{
background-color: #20DD03;
}
</style>
border-color css
<style>
span { border-color: #20DD03; }
span { border-color: rgb(32,221,3); }
td.TdClassName
{
border-color: #20DD03;
}
.TagClassName
{
border-color: #20DD03;
}
</style>