Shades of Free Speech Green #00FF20
Tints of Free Speech Green #00FF20
RGB
CMYK
RGB Variations
Color information
#00FF20 (or 0x00FF20) is known color: Free Speech Green. HEX triplet: 00, FF and 20. RGB value is (0,255,32). Sum of RGB (Red+Green+Blue) = 0+255+32=287 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 287); Green value is 255 (100% from 255 or 88.85% from 287); Blue value is 32 (12.89% from 255 or 11.15% from 287); Max value from RGB is 255 - color contains mainly: green. Hex color #00FF20 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #00FF20 is #FF00DF. Grayscale: #999999. Windows color (decimal): -16711904 or 2162432. OLE color: 2162432.
HSL color Cylindrical-coordinate representation of color #00FF20: hue angle of 127.53º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FF20 is Cyan = 1, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 255 | 32 | - |
| CMYK | 1 | 0 | 0.87 | 0 |
| HSL | 127.53º | 1% | 0.5% | - |
| HSV(B) | 127.53º | 1% | 1% | - |
| XYZ | 36.02 | 71.62 | 13.29 | - |
| YUV | 153.33 | 59.52 | 18.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 255 | 32 | 1 | 0 | 0.87 | 0 | 127.53 | 1 | 0.5 |
| Hex | 0 | FF | 20 | 64 | 0 | 57 | 0 | 80 | 64 | 32 |
| Octal | 0 | 377 | 40 | 144 | 0 | 127 | 0 | 200 | 144 | 62 |
| Binary | 0 | 11111111 | 100000 | 1100100 | 0 | 1010111 | 0 | 10000000 | 1100100 | 110010 |
Color Harmonies of #00FF20
Complementary color
Monochromatic Colors of #00FF20
Black with #00FF20
Text Example
Text Example
White with #00FF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FF20; }
p { color: rgb(0,255,32); }
H1.HeaderClassName
{
color: #00FF20;
}
.AnyTagClassName
{
color: #00FF20;
}
</style>
background-color css
<style>
a { background-color: #00FF20; }
a { background-color: rgb(0,255,32); }
div.DivClassName
{
background-color: #00FF20;
}
.BgClassName
{
background-color: #00FF20;
}
</style>
border-color css
<style>
span { border-color: #00FF20; }
span { border-color: rgb(0,255,32); }
td.TdClassName
{
border-color: #00FF20;
}
.TagClassName
{
border-color: #00FF20;
}
</style>