Shades of Free Speech Green #20ED28
Tints of Free Speech Green #20ED28
RGB
CMYK
RGB Variations
Color information
#20ED28 (or 0x20ED28) is known color: Free Speech Green. HEX triplet: 20, ED and 28. RGB value is (32,237,40). Sum of RGB (Red+Green+Blue) = 32+237+40=309 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.36% from 309); Green value is 237 (92.97% from 255 or 76.70% from 309); Blue value is 40 (16.02% from 255 or 12.94% from 309); Max value from RGB is 237 - color contains mainly: green. Hex color #20ED28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20ED28 is #DF12D7. Grayscale: #999999. Windows color (decimal): -14619352 or 2682144. OLE color: 2682144.
HSL color Cylindrical-coordinate representation of color #20ED28: hue angle of 122.34º 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 #20ED28 is Cyan = 0.86, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 237 | 40 | - |
| CMYK | 0.86 | 0 | 0.83 | 0.07 |
| HSL | 122.34º | 0.85% | 0.53% | - |
| HSV(B) | 122.34º | 0.86% | 0.93% | - |
| XYZ | 31.26 | 61.03 | 12.14 | - |
| YUV | 153.25 | 64.08 | 41.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 237 | 40 | 0.86 | 0 | 0.83 | 0.07 | 122.34 | 0.85 | 0.53 |
| Hex | 20 | ED | 28 | 56 | 0 | 53 | 7 | 7A | 55 | 35 |
| Octal | 40 | 355 | 50 | 126 | 0 | 123 | 7 | 172 | 125 | 65 |
| Binary | 100000 | 11101101 | 101000 | 1010110 | 0 | 1010011 | 111 | 1111010 | 1010101 | 110101 |
Color Harmonies of #20ED28
Complementary color
Monochromatic Colors of #20ED28
Black with #20ED28
Text Example
Text Example
White with #20ED28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20ED28; }
p { color: rgb(32,237,40); }
H1.HeaderClassName
{
color: #20ED28;
}
.AnyTagClassName
{
color: #20ED28;
}
</style>
background-color css
<style>
a { background-color: #20ED28; }
a { background-color: rgb(32,237,40); }
div.DivClassName
{
background-color: #20ED28;
}
.BgClassName
{
background-color: #20ED28;
}
</style>
border-color css
<style>
span { border-color: #20ED28; }
span { border-color: rgb(32,237,40); }
td.TdClassName
{
border-color: #20ED28;
}
.TagClassName
{
border-color: #20ED28;
}
</style>