Shades of Free Speech Green #20E611
Tints of Free Speech Green #20E611
RGB
CMYK
RGB Variations
Color information
#20E611 (or 0x20E611) is known color: Free Speech Green. HEX triplet: 20, E6 and 11. RGB value is (32,230,17). Sum of RGB (Red+Green+Blue) = 32+230+17=279 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.47% from 279); Green value is 230 (90.23% from 255 or 82.44% from 279); Blue value is 17 (7.03% from 255 or 6.09% from 279); Max value from RGB is 230 - color contains mainly: green. Hex color #20E611 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #20E611 is #DF19EE. Grayscale: #939393. Windows color (decimal): -14621167 or 1173024. OLE color: 1173024.
HSL color Cylindrical-coordinate representation of color #20E611: hue angle of 115.77º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #20E611 is Cyan = 0.86, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 32 | 230 | 17 | - |
| CMYK | 0.86 | 0 | 0.93 | 0.10 |
| HSL | 115.77º | 0.86% | 0.48% | - |
| HSV(B) | 115.77º | 0.93% | 0.9% | - |
| XYZ | 28.99 | 56.94 | 9.99 | - |
| YUV | 146.52 | 54.9 | 46.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 230 | 17 | 0.86 | 0 | 0.93 | 0.10 | 115.77 | 0.86 | 0.48 |
| Hex | 20 | E6 | 11 | 56 | 0 | 5D | A | 74 | 56 | 30 |
| Octal | 40 | 346 | 21 | 126 | 0 | 135 | 12 | 164 | 126 | 60 |
| Binary | 100000 | 11100110 | 10001 | 1010110 | 0 | 1011101 | 1010 | 1110100 | 1010110 | 110000 |
Color Harmonies of #20E611
Complementary color
Monochromatic Colors of #20E611
Black with #20E611
Text Example
Text Example
White with #20E611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E611; }
p { color: rgb(32,230,17); }
H1.HeaderClassName
{
color: #20E611;
}
.AnyTagClassName
{
color: #20E611;
}
</style>
background-color css
<style>
a { background-color: #20E611; }
a { background-color: rgb(32,230,17); }
div.DivClassName
{
background-color: #20E611;
}
.BgClassName
{
background-color: #20E611;
}
</style>
border-color css
<style>
span { border-color: #20E611; }
span { border-color: rgb(32,230,17); }
td.TdClassName
{
border-color: #20E611;
}
.TagClassName
{
border-color: #20E611;
}
</style>