Shades of Free Speech Green #20ED1B
Tints of Free Speech Green #20ED1B
RGB
CMYK
RGB Variations
Color information
#20ED1B (or 0x20ED1B) is known color: Free Speech Green. HEX triplet: 20, ED and 1B. RGB value is (32,237,27). Sum of RGB (Red+Green+Blue) = 32+237+27=296 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.81% from 296); Green value is 237 (92.97% from 255 or 80.07% from 296); Blue value is 27 (10.94% from 255 or 9.12% from 296); Max value from RGB is 237 - color contains mainly: green. Hex color #20ED1B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20ED1B is #DF12E4. Grayscale: #989898. Windows color (decimal): -14619365 or 1830176. OLE color: 1830176.
HSL color Cylindrical-coordinate representation of color #20ED1B: hue angle of 118.57º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #20ED1B is Cyan = 0.86, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 237 | 27 | - |
| CMYK | 0.86 | 0 | 0.89 | 0.07 |
| HSL | 118.57º | 0.85% | 0.52% | - |
| HSV(B) | 118.57º | 0.89% | 0.93% | - |
| XYZ | 31.08 | 60.95 | 11.16 | - |
| YUV | 151.77 | 57.58 | 42.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 237 | 27 | 0.86 | 0 | 0.89 | 0.07 | 118.57 | 0.85 | 0.52 |
| Hex | 20 | ED | 1B | 56 | 0 | 59 | 7 | 77 | 55 | 34 |
| Octal | 40 | 355 | 33 | 126 | 0 | 131 | 7 | 167 | 125 | 64 |
| Binary | 100000 | 11101101 | 11011 | 1010110 | 0 | 1011001 | 111 | 1110111 | 1010101 | 110100 |
Color Harmonies of #20ED1B
Complementary color
Monochromatic Colors of #20ED1B
Black with #20ED1B
Text Example
Text Example
White with #20ED1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20ED1B; }
p { color: rgb(32,237,27); }
H1.HeaderClassName
{
color: #20ED1B;
}
.AnyTagClassName
{
color: #20ED1B;
}
</style>
background-color css
<style>
a { background-color: #20ED1B; }
a { background-color: rgb(32,237,27); }
div.DivClassName
{
background-color: #20ED1B;
}
.BgClassName
{
background-color: #20ED1B;
}
</style>
border-color css
<style>
span { border-color: #20ED1B; }
span { border-color: rgb(32,237,27); }
td.TdClassName
{
border-color: #20ED1B;
}
.TagClassName
{
border-color: #20ED1B;
}
</style>