Shades of Free Speech Green #20EE14
Tints of Free Speech Green #20EE14
RGB
CMYK
RGB Variations
Color information
#20EE14 (or 0x20EE14) is known color: Free Speech Green. HEX triplet: 20, EE and 14. RGB value is (32,238,20). Sum of RGB (Red+Green+Blue) = 32+238+20=290 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.03% from 290); Green value is 238 (93.36% from 255 or 82.07% from 290); Blue value is 20 (8.20% from 255 or 6.90% from 290); Max value from RGB is 238 - color contains mainly: green. Hex color #20EE14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #20EE14 is #DF11EB. Grayscale: #989898. Windows color (decimal): -14619116 or 1371680. OLE color: 1371680.
HSL color Cylindrical-coordinate representation of color #20EE14: hue angle of 116.7º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #20EE14 is Cyan = 0.87, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 238 | 20 | - |
| CMYK | 0.87 | 0 | 0.92 | 0.07 |
| HSL | 116.7º | 0.87% | 0.51% | - |
| HSV(B) | 116.7º | 0.92% | 0.93% | - |
| XYZ | 31.3 | 61.51 | 10.88 | - |
| YUV | 151.55 | 53.75 | 42.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 238 | 20 | 0.87 | 0 | 0.92 | 0.07 | 116.7 | 0.87 | 0.51 |
| Hex | 20 | EE | 14 | 57 | 0 | 5C | 7 | 75 | 57 | 33 |
| Octal | 40 | 356 | 24 | 127 | 0 | 134 | 7 | 165 | 127 | 63 |
| Binary | 100000 | 11101110 | 10100 | 1010111 | 0 | 1011100 | 111 | 1110101 | 1010111 | 110011 |
Color Harmonies of #20EE14
Complementary color
Monochromatic Colors of #20EE14
Black with #20EE14
Text Example
Text Example
White with #20EE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20EE14; }
p { color: rgb(32,238,20); }
H1.HeaderClassName
{
color: #20EE14;
}
.AnyTagClassName
{
color: #20EE14;
}
</style>
background-color css
<style>
a { background-color: #20EE14; }
a { background-color: rgb(32,238,20); }
div.DivClassName
{
background-color: #20EE14;
}
.BgClassName
{
background-color: #20EE14;
}
</style>
border-color css
<style>
span { border-color: #20EE14; }
span { border-color: rgb(32,238,20); }
td.TdClassName
{
border-color: #20EE14;
}
.TagClassName
{
border-color: #20EE14;
}
</style>