Shades of Free Speech Green #20EF20
Tints of Free Speech Green #20EF20
RGB
CMYK
RGB Variations
Color information
#20EF20 (or 0x20EF20) is known color: Free Speech Green. HEX triplet: 20, EF and 20. RGB value is (32,239,32). Sum of RGB (Red+Green+Blue) = 32+239+32=303 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.56% from 303); Green value is 239 (93.75% from 255 or 78.88% from 303); Blue value is 32 (12.89% from 255 or 10.56% from 303); Max value from RGB is 239 - color contains mainly: green. Hex color #20EF20 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20EF20 is #DF10DF. Grayscale: #9A9A9A. Windows color (decimal): -14618848 or 2158368. OLE color: 2158368.
HSL color Cylindrical-coordinate representation of color #20EF20: hue angle of 120º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20EF20 is Cyan = 0.87, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 32 | 239 | 32 | - |
| CMYK | 0.87 | 0 | 0.87 | 0.06 |
| HSL | 120º | 0.87% | 0.53% | - |
| HSV(B) | 120º | 0.87% | 0.94% | - |
| XYZ | 31.72 | 62.14 | 11.69 | - |
| YUV | 153.51 | 59.42 | 41.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 239 | 32 | 0.87 | 0 | 0.87 | 0.06 | 120 | 0.87 | 0.53 |
| Hex | 20 | EF | 20 | 57 | 0 | 57 | 6 | 78 | 57 | 35 |
| Octal | 40 | 357 | 40 | 127 | 0 | 127 | 6 | 170 | 127 | 65 |
| Binary | 100000 | 11101111 | 100000 | 1010111 | 0 | 1010111 | 110 | 1111000 | 1010111 | 110101 |
Color Harmonies of #20EF20
Complementary color
Monochromatic Colors of #20EF20
Black with #20EF20
Text Example
Text Example
White with #20EF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20EF20; }
p { color: rgb(32,239,32); }
H1.HeaderClassName
{
color: #20EF20;
}
.AnyTagClassName
{
color: #20EF20;
}
</style>
background-color css
<style>
a { background-color: #20EF20; }
a { background-color: rgb(32,239,32); }
div.DivClassName
{
background-color: #20EF20;
}
.BgClassName
{
background-color: #20EF20;
}
</style>
border-color css
<style>
span { border-color: #20EF20; }
span { border-color: rgb(32,239,32); }
td.TdClassName
{
border-color: #20EF20;
}
.TagClassName
{
border-color: #20EF20;
}
</style>