Shades of Free Speech Green #20F62E
Tints of Free Speech Green #20F62E
RGB
CMYK
RGB Variations
Color information
#20F62E (or 0x20F62E) is known color: Free Speech Green. HEX triplet: 20, F6 and 2E. RGB value is (32,246,46). Sum of RGB (Red+Green+Blue) = 32+246+46=324 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.88% from 324); Green value is 246 (96.48% from 255 or 75.93% from 324); Blue value is 46 (18.36% from 255 or 14.20% from 324); Max value from RGB is 246 - color contains mainly: green. Hex color #20F62E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20F62E is #DF09D1. Grayscale: #9F9F9F. Windows color (decimal): -14617042 or 3077664. OLE color: 3077664.
HSL color Cylindrical-coordinate representation of color #20F62E: hue angle of 123.93º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20F62E is Cyan = 0.87, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 32 | 246 | 46 | - |
| CMYK | 0.87 | 0 | 0.81 | 0.04 |
| HSL | 123.93º | 0.92% | 0.55% | - |
| HSV(B) | 123.93º | 0.87% | 0.96% | - |
| XYZ | 34.04 | 66.42 | 13.61 | - |
| YUV | 159.21 | 64.1 | 37.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 246 | 46 | 0.87 | 0 | 0.81 | 0.04 | 123.93 | 0.92 | 0.55 |
| Hex | 20 | F6 | 2E | 57 | 0 | 51 | 4 | 7C | 5C | 37 |
| Octal | 40 | 366 | 56 | 127 | 0 | 121 | 4 | 174 | 134 | 67 |
| Binary | 100000 | 11110110 | 101110 | 1010111 | 0 | 1010001 | 100 | 1111100 | 1011100 | 110111 |
Color Harmonies of #20F62E
Complementary color
Monochromatic Colors of #20F62E
Black with #20F62E
Text Example
Text Example
White with #20F62E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20F62E; }
p { color: rgb(32,246,46); }
H1.HeaderClassName
{
color: #20F62E;
}
.AnyTagClassName
{
color: #20F62E;
}
</style>
background-color css
<style>
a { background-color: #20F62E; }
a { background-color: rgb(32,246,46); }
div.DivClassName
{
background-color: #20F62E;
}
.BgClassName
{
background-color: #20F62E;
}
</style>
border-color css
<style>
span { border-color: #20F62E; }
span { border-color: rgb(32,246,46); }
td.TdClassName
{
border-color: #20F62E;
}
.TagClassName
{
border-color: #20F62E;
}
</style>