Shades of Free Speech Green #20D902
Tints of Free Speech Green #20D902
RGB
CMYK
RGB Variations
Color information
#20D902 (or 0x20D902) is known color: Free Speech Green. HEX triplet: 20, D9 and 02. RGB value is (32,217,2). Sum of RGB (Red+Green+Blue) = 32+217+2=251 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.75% from 251); Green value is 217 (85.16% from 255 or 86.45% from 251); Blue value is 2 (1.17% from 255 or 0.80% from 251); Max value from RGB is 217 - color contains mainly: green. Hex color #20D902 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20D902 is #DF26FD. Grayscale: #898989. Windows color (decimal): -14624510 or 186656. OLE color: 186656.
HSL color Cylindrical-coordinate representation of color #20D902: hue angle of 111.63º 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 #20D902 is Cyan = 0.85, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 217 | 2 | - |
| CMYK | 0.85 | 0 | 0.99 | 0.15 |
| HSL | 111.63º | 0.98% | 0.43% | - |
| HSV(B) | 111.63º | 0.99% | 0.85% | - |
| XYZ | 25.42 | 49.94 | 8.36 | - |
| YUV | 137.18 | 51.71 | 52.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 217 | 2 | 0.85 | 0 | 0.99 | 0.15 | 111.63 | 0.98 | 0.43 |
| Hex | 20 | D9 | 2 | 55 | 0 | 63 | F | 70 | 62 | 2B |
| Octal | 40 | 331 | 2 | 125 | 0 | 143 | 17 | 160 | 142 | 53 |
| Binary | 100000 | 11011001 | 10 | 1010101 | 0 | 1100011 | 1111 | 1110000 | 1100010 | 101011 |
Color Harmonies of #20D902
Complementary color
Monochromatic Colors of #20D902
Black with #20D902
Text Example
Text Example
White with #20D902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D902; }
p { color: rgb(32,217,2); }
H1.HeaderClassName
{
color: #20D902;
}
.AnyTagClassName
{
color: #20D902;
}
</style>
background-color css
<style>
a { background-color: #20D902; }
a { background-color: rgb(32,217,2); }
div.DivClassName
{
background-color: #20D902;
}
.BgClassName
{
background-color: #20D902;
}
</style>
border-color css
<style>
span { border-color: #20D902; }
span { border-color: rgb(32,217,2); }
td.TdClassName
{
border-color: #20D902;
}
.TagClassName
{
border-color: #20D902;
}
</style>