Shades of Free Speech Green #20EF2D
Tints of Free Speech Green #20EF2D
RGB
CMYK
RGB Variations
Color information
#20EF2D (or 0x20EF2D) is known color: Free Speech Green. HEX triplet: 20, EF and 2D. RGB value is (32,239,45). Sum of RGB (Red+Green+Blue) = 32+239+45=316 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.13% from 316); Green value is 239 (93.75% from 255 or 75.63% from 316); Blue value is 45 (17.97% from 255 or 14.24% from 316); Max value from RGB is 239 - color contains mainly: green. Hex color #20EF2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20EF2D is #DF10D2. Grayscale: #9B9B9B. Windows color (decimal): -14618835 or 3010336. OLE color: 3010336.
HSL color Cylindrical-coordinate representation of color #20EF2D: hue angle of 123.77º 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 #20EF2D is Cyan = 0.87, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 32 | 239 | 45 | - |
| CMYK | 0.87 | 0 | 0.81 | 0.06 |
| HSL | 123.77º | 0.87% | 0.53% | - |
| HSV(B) | 123.77º | 0.87% | 0.94% | - |
| XYZ | 31.94 | 62.23 | 12.81 | - |
| YUV | 154.99 | 65.92 | 40.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 239 | 45 | 0.87 | 0 | 0.81 | 0.06 | 123.77 | 0.87 | 0.53 |
| Hex | 20 | EF | 2D | 57 | 0 | 51 | 6 | 7C | 57 | 35 |
| Octal | 40 | 357 | 55 | 127 | 0 | 121 | 6 | 174 | 127 | 65 |
| Binary | 100000 | 11101111 | 101101 | 1010111 | 0 | 1010001 | 110 | 1111100 | 1010111 | 110101 |
Color Harmonies of #20EF2D
Complementary color
Monochromatic Colors of #20EF2D
Black with #20EF2D
Text Example
Text Example
White with #20EF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20EF2D; }
p { color: rgb(32,239,45); }
H1.HeaderClassName
{
color: #20EF2D;
}
.AnyTagClassName
{
color: #20EF2D;
}
</style>
background-color css
<style>
a { background-color: #20EF2D; }
a { background-color: rgb(32,239,45); }
div.DivClassName
{
background-color: #20EF2D;
}
.BgClassName
{
background-color: #20EF2D;
}
</style>
border-color css
<style>
span { border-color: #20EF2D; }
span { border-color: rgb(32,239,45); }
td.TdClassName
{
border-color: #20EF2D;
}
.TagClassName
{
border-color: #20EF2D;
}
</style>