Shades of Free Speech Green #20D802
Tints of Free Speech Green #20D802
RGB
CMYK
RGB Variations
Color information
#20D802 (or 0x20D802) is known color: Free Speech Green. HEX triplet: 20, D8 and 02. RGB value is (32,216,2). Sum of RGB (Red+Green+Blue) = 32+216+2=250 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.8% from 250); Green value is 216 (84.77% from 255 or 86.4% from 250); Blue value is 2 (1.17% from 255 or 0.8% from 250); Max value from RGB is 216 - color contains mainly: green. Hex color #20D802 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20D802 is #DF27FD. Grayscale: #898989. Windows color (decimal): -14624766 or 186400. OLE color: 186400.
HSL color Cylindrical-coordinate representation of color #20D802: hue angle of 111.59º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #20D802 is Cyan = 0.85, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 216 | 2 | - |
| CMYK | 0.85 | 0 | 0.99 | 0.15 |
| HSL | 111.59º | 0.98% | 0.43% | - |
| HSV(B) | 111.59º | 0.99% | 0.85% | - |
| XYZ | 25.16 | 49.42 | 8.27 | - |
| YUV | 136.59 | 52.04 | 53.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 216 | 2 | 0.85 | 0 | 0.99 | 0.15 | 111.59 | 0.98 | 0.43 |
| Hex | 20 | D8 | 2 | 55 | 0 | 63 | F | 70 | 62 | 2B |
| Octal | 40 | 330 | 2 | 125 | 0 | 143 | 17 | 160 | 142 | 53 |
| Binary | 100000 | 11011000 | 10 | 1010101 | 0 | 1100011 | 1111 | 1110000 | 1100010 | 101011 |
Color Harmonies of #20D802
Complementary color
Monochromatic Colors of #20D802
Black with #20D802
Text Example
Text Example
White with #20D802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D802; }
p { color: rgb(32,216,2); }
H1.HeaderClassName
{
color: #20D802;
}
.AnyTagClassName
{
color: #20D802;
}
</style>
background-color css
<style>
a { background-color: #20D802; }
a { background-color: rgb(32,216,2); }
div.DivClassName
{
background-color: #20D802;
}
.BgClassName
{
background-color: #20D802;
}
</style>
border-color css
<style>
span { border-color: #20D802; }
span { border-color: rgb(32,216,2); }
td.TdClassName
{
border-color: #20D802;
}
.TagClassName
{
border-color: #20D802;
}
</style>