Shades of Free Speech Green #20E900
Tints of Free Speech Green #20E900
RGB
CMYK
RGB Variations
Color information
#20E900 (or 0x20E900) is known color: Free Speech Green. HEX triplet: 20, E9 and 00. RGB value is (32,233,0). Sum of RGB (Red+Green+Blue) = 32+233+0=265 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.08% from 265); Green value is 233 (91.41% from 255 or 87.92% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 233 - color contains mainly: green. Hex color #20E900 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #20E900 is #DF16FF. Grayscale: #939393. Windows color (decimal): -14620416 or 59680. OLE color: 59680.
HSL color Cylindrical-coordinate representation of color #20E900: hue angle of 111.76º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #20E900 is Cyan = 0.86, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 32 | 233 | 0 | - |
| CMYK | 0.86 | 0 | 1 | 0.09 |
| HSL | 111.76º | 1% | 0.46% | - |
| HSV(B) | 111.76º | 1% | 0.91% | - |
| XYZ | 29.73 | 58.58 | 9.74 | - |
| YUV | 146.34 | 45.41 | 46.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 233 | 0 | 0.86 | 0 | 1 | 0.09 | 111.76 | 1 | 0.46 |
| Hex | 20 | E9 | 0 | 56 | 0 | 64 | 9 | 70 | 64 | 2E |
| Octal | 40 | 351 | 0 | 126 | 0 | 144 | 11 | 160 | 144 | 56 |
| Binary | 100000 | 11101001 | 0 | 1010110 | 0 | 1100100 | 1001 | 1110000 | 1100100 | 101110 |
Color Harmonies of #20E900
Complementary color
Monochromatic Colors of #20E900
Black with #20E900
Text Example
Text Example
White with #20E900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E900; }
p { color: rgb(32,233,0); }
H1.HeaderClassName
{
color: #20E900;
}
.AnyTagClassName
{
color: #20E900;
}
</style>
background-color css
<style>
a { background-color: #20E900; }
a { background-color: rgb(32,233,0); }
div.DivClassName
{
background-color: #20E900;
}
.BgClassName
{
background-color: #20E900;
}
</style>
border-color css
<style>
span { border-color: #20E900; }
span { border-color: rgb(32,233,0); }
td.TdClassName
{
border-color: #20E900;
}
.TagClassName
{
border-color: #20E900;
}
</style>