Shades of Free Speech Green #20DB03
Tints of Free Speech Green #20DB03
RGB
CMYK
RGB Variations
Color information
#20DB03 (or 0x20DB03) is known color: Free Speech Green. HEX triplet: 20, DB and 03. RGB value is (32,219,3). Sum of RGB (Red+Green+Blue) = 32+219+3=254 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.60% from 254); Green value is 219 (85.94% from 255 or 86.22% from 254); Blue value is 3 (1.56% from 255 or 1.18% from 254); Max value from RGB is 219 - color contains mainly: green. Hex color #20DB03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20DB03 is #DF24FC. Grayscale: #8B8B8B. Windows color (decimal): -14623997 or 252704. OLE color: 252704.
HSL color Cylindrical-coordinate representation of color #20DB03: hue angle of 111.94º 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 #20DB03 is Cyan = 0.85, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 219 | 3 | - |
| CMYK | 0.85 | 0 | 0.99 | 0.14 |
| HSL | 111.94º | 0.97% | 0.44% | - |
| HSV(B) | 111.94º | 0.99% | 0.86% | - |
| XYZ | 25.94 | 50.98 | 8.56 | - |
| YUV | 138.46 | 51.55 | 52.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 219 | 3 | 0.85 | 0 | 0.99 | 0.14 | 111.94 | 0.97 | 0.44 |
| Hex | 20 | DB | 3 | 55 | 0 | 63 | E | 70 | 61 | 2C |
| Octal | 40 | 333 | 3 | 125 | 0 | 143 | 16 | 160 | 141 | 54 |
| Binary | 100000 | 11011011 | 11 | 1010101 | 0 | 1100011 | 1110 | 1110000 | 1100001 | 101100 |
Color Harmonies of #20DB03
Complementary color
Monochromatic Colors of #20DB03
Black with #20DB03
Text Example
Text Example
White with #20DB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DB03; }
p { color: rgb(32,219,3); }
H1.HeaderClassName
{
color: #20DB03;
}
.AnyTagClassName
{
color: #20DB03;
}
</style>
background-color css
<style>
a { background-color: #20DB03; }
a { background-color: rgb(32,219,3); }
div.DivClassName
{
background-color: #20DB03;
}
.BgClassName
{
background-color: #20DB03;
}
</style>
border-color css
<style>
span { border-color: #20DB03; }
span { border-color: rgb(32,219,3); }
td.TdClassName
{
border-color: #20DB03;
}
.TagClassName
{
border-color: #20DB03;
}
</style>