Shades of Free Speech Green #20DA02
Tints of Free Speech Green #20DA02
RGB
CMYK
RGB Variations
Color information
#20DA02 (or 0x20DA02) is known color: Free Speech Green. HEX triplet: 20, DA and 02. RGB value is (32,218,2). Sum of RGB (Red+Green+Blue) = 32+218+2=252 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.70% from 252); Green value is 218 (85.55% from 255 or 86.51% from 252); Blue value is 2 (1.17% from 255 or 0.79% from 252); Max value from RGB is 218 - color contains mainly: green. Hex color #20DA02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20DA02 is #DF25FD. Grayscale: #8A8A8A. Windows color (decimal): -14624254 or 186912. OLE color: 186912.
HSL color Cylindrical-coordinate representation of color #20DA02: hue angle of 111.67º 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 #20DA02 is Cyan = 0.85, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 218 | 2 | - |
| CMYK | 0.85 | 0 | 0.99 | 0.15 |
| HSL | 111.67º | 0.98% | 0.43% | - |
| HSV(B) | 111.67º | 0.99% | 0.85% | - |
| XYZ | 25.68 | 50.45 | 8.44 | - |
| YUV | 137.76 | 51.38 | 52.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 218 | 2 | 0.85 | 0 | 0.99 | 0.15 | 111.67 | 0.98 | 0.43 |
| Hex | 20 | DA | 2 | 55 | 0 | 63 | F | 70 | 62 | 2B |
| Octal | 40 | 332 | 2 | 125 | 0 | 143 | 17 | 160 | 142 | 53 |
| Binary | 100000 | 11011010 | 10 | 1010101 | 0 | 1100011 | 1111 | 1110000 | 1100010 | 101011 |
Color Harmonies of #20DA02
Complementary color
Monochromatic Colors of #20DA02
Black with #20DA02
Text Example
Text Example
White with #20DA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DA02; }
p { color: rgb(32,218,2); }
H1.HeaderClassName
{
color: #20DA02;
}
.AnyTagClassName
{
color: #20DA02;
}
</style>
background-color css
<style>
a { background-color: #20DA02; }
a { background-color: rgb(32,218,2); }
div.DivClassName
{
background-color: #20DA02;
}
.BgClassName
{
background-color: #20DA02;
}
</style>
border-color css
<style>
span { border-color: #20DA02; }
span { border-color: rgb(32,218,2); }
td.TdClassName
{
border-color: #20DA02;
}
.TagClassName
{
border-color: #20DA02;
}
</style>