Shades of Free Speech Green #20ED29
Tints of Free Speech Green #20ED29
RGB
CMYK
RGB Variations
Color information
#20ED29 (or 0x20ED29) is known color: Free Speech Green. HEX triplet: 20, ED and 29. RGB value is (32,237,41). Sum of RGB (Red+Green+Blue) = 32+237+41=310 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.32% from 310); Green value is 237 (92.97% from 255 or 76.45% from 310); Blue value is 41 (16.41% from 255 or 13.23% from 310); Max value from RGB is 237 - color contains mainly: green. Hex color #20ED29 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20ED29 is #DF12D6. Grayscale: #999999. Windows color (decimal): -14619351 or 2747680. OLE color: 2747680.
HSL color Cylindrical-coordinate representation of color #20ED29: hue angle of 122.63º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20ED29 is Cyan = 0.86, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 237 | 41 | - |
| CMYK | 0.86 | 0 | 0.83 | 0.07 |
| HSL | 122.63º | 0.85% | 0.53% | - |
| HSV(B) | 122.63º | 0.86% | 0.93% | - |
| XYZ | 31.28 | 61.04 | 12.23 | - |
| YUV | 153.36 | 64.58 | 41.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 237 | 41 | 0.86 | 0 | 0.83 | 0.07 | 122.63 | 0.85 | 0.53 |
| Hex | 20 | ED | 29 | 56 | 0 | 53 | 7 | 7B | 55 | 35 |
| Octal | 40 | 355 | 51 | 126 | 0 | 123 | 7 | 173 | 125 | 65 |
| Binary | 100000 | 11101101 | 101001 | 1010110 | 0 | 1010011 | 111 | 1111011 | 1010101 | 110101 |
Color Harmonies of #20ED29
Complementary color
Monochromatic Colors of #20ED29
Black with #20ED29
Text Example
Text Example
White with #20ED29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20ED29; }
p { color: rgb(32,237,41); }
H1.HeaderClassName
{
color: #20ED29;
}
.AnyTagClassName
{
color: #20ED29;
}
</style>
background-color css
<style>
a { background-color: #20ED29; }
a { background-color: rgb(32,237,41); }
div.DivClassName
{
background-color: #20ED29;
}
.BgClassName
{
background-color: #20ED29;
}
</style>
border-color css
<style>
span { border-color: #20ED29; }
span { border-color: rgb(32,237,41); }
td.TdClassName
{
border-color: #20ED29;
}
.TagClassName
{
border-color: #20ED29;
}
</style>