Shades of Free Speech Green #20FA1D
Tints of Free Speech Green #20FA1D
RGB
CMYK
RGB Variations
Color information
#20FA1D (or 0x20FA1D) is known color: Free Speech Green. HEX triplet: 20, FA and 1D. RGB value is (32,250,29). Sum of RGB (Red+Green+Blue) = 32+250+29=311 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.29% from 311); Green value is 250 (98.05% from 255 or 80.39% from 311); Blue value is 29 (11.72% from 255 or 9.32% from 311); Max value from RGB is 250 - color contains mainly: green. Hex color #20FA1D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20FA1D is #DF05E2. Grayscale: #A0A0A0. Windows color (decimal): -14616035 or 1964576. OLE color: 1964576.
HSL color Cylindrical-coordinate representation of color #20FA1D: hue angle of 119.19º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #20FA1D is Cyan = 0.87, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 250 | 29 | - |
| CMYK | 0.87 | 0 | 0.88 | 0.02 |
| HSL | 119.19º | 0.96% | 0.55% | - |
| HSV(B) | 119.19º | 0.88% | 0.98% | - |
| XYZ | 35 | 68.77 | 12.59 | - |
| YUV | 159.62 | 54.28 | 36.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 250 | 29 | 0.87 | 0 | 0.88 | 0.02 | 119.19 | 0.96 | 0.55 |
| Hex | 20 | FA | 1D | 57 | 0 | 58 | 2 | 77 | 60 | 37 |
| Octal | 40 | 372 | 35 | 127 | 0 | 130 | 2 | 167 | 140 | 67 |
| Binary | 100000 | 11111010 | 11101 | 1010111 | 0 | 1011000 | 10 | 1110111 | 1100000 | 110111 |
Color Harmonies of #20FA1D
Complementary color
Monochromatic Colors of #20FA1D
Black with #20FA1D
Text Example
Text Example
White with #20FA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20FA1D; }
p { color: rgb(32,250,29); }
H1.HeaderClassName
{
color: #20FA1D;
}
.AnyTagClassName
{
color: #20FA1D;
}
</style>
background-color css
<style>
a { background-color: #20FA1D; }
a { background-color: rgb(32,250,29); }
div.DivClassName
{
background-color: #20FA1D;
}
.BgClassName
{
background-color: #20FA1D;
}
</style>
border-color css
<style>
span { border-color: #20FA1D; }
span { border-color: rgb(32,250,29); }
td.TdClassName
{
border-color: #20FA1D;
}
.TagClassName
{
border-color: #20FA1D;
}
</style>