Shades of Free Speech Green #20FF3B
Tints of Free Speech Green #20FF3B
RGB
CMYK
RGB Variations
Color information
#20FF3B (or 0x20FF3B) is known color: Free Speech Green. HEX triplet: 20, FF and 3B. RGB value is (32,255,59). Sum of RGB (Red+Green+Blue) = 32+255+59=346 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.25% from 346); Green value is 255 (100% from 255 or 73.70% from 346); Blue value is 59 (23.44% from 255 or 17.05% from 346); Max value from RGB is 255 - color contains mainly: green. Hex color #20FF3B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20FF3B is #DF00C4. Grayscale: #A6A6A6. Windows color (decimal): -14614725 or 3931936. OLE color: 3931936.
HSL color Cylindrical-coordinate representation of color #20FF3B: hue angle of 127.26º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20FF3B is Cyan = 0.87, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 32 | 255 | 59 | - |
| CMYK | 0.87 | 0 | 0.77 | 0 |
| HSL | 127.26º | 1% | 0.56% | - |
| HSV(B) | 127.26º | 0.87% | 1% | - |
| XYZ | 37.15 | 72.14 | 16.1 | - |
| YUV | 165.98 | 67.62 | 32.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 255 | 59 | 0.87 | 0 | 0.77 | 0 | 127.26 | 1 | 0.56 |
| Hex | 20 | FF | 3B | 57 | 0 | 4D | 0 | 7F | 64 | 38 |
| Octal | 40 | 377 | 73 | 127 | 0 | 115 | 0 | 177 | 144 | 70 |
| Binary | 100000 | 11111111 | 111011 | 1010111 | 0 | 1001101 | 0 | 1111111 | 1100100 | 111000 |
Color Harmonies of #20FF3B
Complementary color
Monochromatic Colors of #20FF3B
Black with #20FF3B
Text Example
Text Example
White with #20FF3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20FF3B; }
p { color: rgb(32,255,59); }
H1.HeaderClassName
{
color: #20FF3B;
}
.AnyTagClassName
{
color: #20FF3B;
}
</style>
background-color css
<style>
a { background-color: #20FF3B; }
a { background-color: rgb(32,255,59); }
div.DivClassName
{
background-color: #20FF3B;
}
.BgClassName
{
background-color: #20FF3B;
}
</style>
border-color css
<style>
span { border-color: #20FF3B; }
span { border-color: rgb(32,255,59); }
td.TdClassName
{
border-color: #20FF3B;
}
.TagClassName
{
border-color: #20FF3B;
}
</style>