Shades of Free Speech Green #20EF26
Tints of Free Speech Green #20EF26
RGB
CMYK
RGB Variations
Color information
#20EF26 (or 0x20EF26) is known color: Free Speech Green. HEX triplet: 20, EF and 26. RGB value is (32,239,38). Sum of RGB (Red+Green+Blue) = 32+239+38=309 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.36% from 309); Green value is 239 (93.75% from 255 or 77.35% from 309); Blue value is 38 (15.23% from 255 or 12.30% from 309); Max value from RGB is 239 - color contains mainly: green. Hex color #20EF26 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20EF26 is #DF10D9. Grayscale: #9A9A9A. Windows color (decimal): -14618842 or 2551584. OLE color: 2551584.
HSL color Cylindrical-coordinate representation of color #20EF26: hue angle of 121.74º 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 #20EF26 is Cyan = 0.87, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 32 | 239 | 38 | - |
| CMYK | 0.87 | 0 | 0.84 | 0.06 |
| HSL | 121.74º | 0.87% | 0.53% | - |
| HSV(B) | 121.74º | 0.87% | 0.94% | - |
| XYZ | 31.81 | 62.18 | 12.16 | - |
| YUV | 154.19 | 62.42 | 40.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 239 | 38 | 0.87 | 0 | 0.84 | 0.06 | 121.74 | 0.87 | 0.53 |
| Hex | 20 | EF | 26 | 57 | 0 | 54 | 6 | 7A | 57 | 35 |
| Octal | 40 | 357 | 46 | 127 | 0 | 124 | 6 | 172 | 127 | 65 |
| Binary | 100000 | 11101111 | 100110 | 1010111 | 0 | 1010100 | 110 | 1111010 | 1010111 | 110101 |
Color Harmonies of #20EF26
Complementary color
Monochromatic Colors of #20EF26
Black with #20EF26
Text Example
Text Example
White with #20EF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20EF26; }
p { color: rgb(32,239,38); }
H1.HeaderClassName
{
color: #20EF26;
}
.AnyTagClassName
{
color: #20EF26;
}
</style>
background-color css
<style>
a { background-color: #20EF26; }
a { background-color: rgb(32,239,38); }
div.DivClassName
{
background-color: #20EF26;
}
.BgClassName
{
background-color: #20EF26;
}
</style>
border-color css
<style>
span { border-color: #20EF26; }
span { border-color: rgb(32,239,38); }
td.TdClassName
{
border-color: #20EF26;
}
.TagClassName
{
border-color: #20EF26;
}
</style>