Shades of Free Speech Green #20E40C
Tints of Free Speech Green #20E40C
RGB
CMYK
RGB Variations
Color information
#20E40C (or 0x20E40C) is known color: Free Speech Green. HEX triplet: 20, E4 and 0C. RGB value is (32,228,12). Sum of RGB (Red+Green+Blue) = 32+228+12=272 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.76% from 272); Green value is 228 (89.45% from 255 or 83.82% from 272); Blue value is 12 (5.08% from 255 or 4.41% from 272); Max value from RGB is 228 - color contains mainly: green. Hex color #20E40C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20E40C is #DF1BF3. Grayscale: #919191. Windows color (decimal): -14621684 or 844832. OLE color: 844832.
HSL color Cylindrical-coordinate representation of color #20E40C: hue angle of 114.44º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #20E40C is Cyan = 0.86, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 32 | 228 | 12 | - |
| CMYK | 0.86 | 0 | 0.95 | 0.11 |
| HSL | 114.44º | 0.9% | 0.47% | - |
| HSV(B) | 114.44º | 0.95% | 0.89% | - |
| XYZ | 28.41 | 55.82 | 9.63 | - |
| YUV | 144.77 | 53.07 | 47.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 228 | 12 | 0.86 | 0 | 0.95 | 0.11 | 114.44 | 0.9 | 0.47 |
| Hex | 20 | E4 | C | 56 | 0 | 5F | B | 72 | 5A | 2F |
| Octal | 40 | 344 | 14 | 126 | 0 | 137 | 13 | 162 | 132 | 57 |
| Binary | 100000 | 11100100 | 1100 | 1010110 | 0 | 1011111 | 1011 | 1110010 | 1011010 | 101111 |
Color Harmonies of #20E40C
Complementary color
Monochromatic Colors of #20E40C
Black with #20E40C
Text Example
Text Example
White with #20E40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E40C; }
p { color: rgb(32,228,12); }
H1.HeaderClassName
{
color: #20E40C;
}
.AnyTagClassName
{
color: #20E40C;
}
</style>
background-color css
<style>
a { background-color: #20E40C; }
a { background-color: rgb(32,228,12); }
div.DivClassName
{
background-color: #20E40C;
}
.BgClassName
{
background-color: #20E40C;
}
</style>
border-color css
<style>
span { border-color: #20E40C; }
span { border-color: rgb(32,228,12); }
td.TdClassName
{
border-color: #20E40C;
}
.TagClassName
{
border-color: #20E40C;
}
</style>