Shades of Free Speech Green #20F215
Tints of Free Speech Green #20F215
RGB
CMYK
RGB Variations
Color information
#20F215 (or 0x20F215) is known color: Free Speech Green. HEX triplet: 20, F2 and 15. RGB value is (32,242,21). Sum of RGB (Red+Green+Blue) = 32+242+21=295 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.85% from 295); Green value is 242 (94.92% from 255 or 82.03% from 295); Blue value is 21 (8.59% from 255 or 7.12% from 295); Max value from RGB is 242 - color contains mainly: green. Hex color #20F215 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #20F215 is #DF0DEA. Grayscale: #9A9A9A. Windows color (decimal): -14618091 or 1438240. OLE color: 1438240.
HSL color Cylindrical-coordinate representation of color #20F215: hue angle of 117.01º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #20F215 is Cyan = 0.87, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 32 | 242 | 21 | - |
| CMYK | 0.87 | 0 | 0.91 | 0.05 |
| HSL | 117.01º | 0.89% | 0.52% | - |
| HSV(B) | 117.01º | 0.91% | 0.95% | - |
| XYZ | 32.48 | 63.87 | 11.32 | - |
| YUV | 154.02 | 52.93 | 40.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 242 | 21 | 0.87 | 0 | 0.91 | 0.05 | 117.01 | 0.89 | 0.52 |
| Hex | 20 | F2 | 15 | 57 | 0 | 5B | 5 | 75 | 59 | 34 |
| Octal | 40 | 362 | 25 | 127 | 0 | 133 | 5 | 165 | 131 | 64 |
| Binary | 100000 | 11110010 | 10101 | 1010111 | 0 | 1011011 | 101 | 1110101 | 1011001 | 110100 |
Color Harmonies of #20F215
Complementary color
Monochromatic Colors of #20F215
Black with #20F215
Text Example
Text Example
White with #20F215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20F215; }
p { color: rgb(32,242,21); }
H1.HeaderClassName
{
color: #20F215;
}
.AnyTagClassName
{
color: #20F215;
}
</style>
background-color css
<style>
a { background-color: #20F215; }
a { background-color: rgb(32,242,21); }
div.DivClassName
{
background-color: #20F215;
}
.BgClassName
{
background-color: #20F215;
}
</style>
border-color css
<style>
span { border-color: #20F215; }
span { border-color: rgb(32,242,21); }
td.TdClassName
{
border-color: #20F215;
}
.TagClassName
{
border-color: #20F215;
}
</style>