Shades of Free Speech Green #20FF28
Tints of Free Speech Green #20FF28
RGB
CMYK
RGB Variations
Color information
#20FF28 (or 0x20FF28) is known color: Free Speech Green. HEX triplet: 20, FF and 28. RGB value is (32,255,40). Sum of RGB (Red+Green+Blue) = 32+255+40=327 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.79% from 327); Green value is 255 (100% from 255 or 77.98% from 327); Blue value is 40 (16.02% from 255 or 12.23% from 327); Max value from RGB is 255 - color contains mainly: green. Hex color #20FF28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20FF28 is #DF00D7. Grayscale: #A4A4A4. Windows color (decimal): -14614744 or 2686752. OLE color: 2686752.
HSL color Cylindrical-coordinate representation of color #20FF28: hue angle of 122.15º 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 #20FF28 is Cyan = 0.87, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 32 | 255 | 40 | - |
| CMYK | 0.87 | 0 | 0.84 | 0 |
| HSL | 122.15º | 1% | 0.56% | - |
| HSV(B) | 122.15º | 0.87% | 1% | - |
| XYZ | 36.74 | 71.98 | 13.96 | - |
| YUV | 163.81 | 58.12 | 33.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 255 | 40 | 0.87 | 0 | 0.84 | 0 | 122.15 | 1 | 0.56 |
| Hex | 20 | FF | 28 | 57 | 0 | 54 | 0 | 7A | 64 | 38 |
| Octal | 40 | 377 | 50 | 127 | 0 | 124 | 0 | 172 | 144 | 70 |
| Binary | 100000 | 11111111 | 101000 | 1010111 | 0 | 1010100 | 0 | 1111010 | 1100100 | 111000 |
Color Harmonies of #20FF28
Complementary color
Monochromatic Colors of #20FF28
Black with #20FF28
Text Example
Text Example
White with #20FF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20FF28; }
p { color: rgb(32,255,40); }
H1.HeaderClassName
{
color: #20FF28;
}
.AnyTagClassName
{
color: #20FF28;
}
</style>
background-color css
<style>
a { background-color: #20FF28; }
a { background-color: rgb(32,255,40); }
div.DivClassName
{
background-color: #20FF28;
}
.BgClassName
{
background-color: #20FF28;
}
</style>
border-color css
<style>
span { border-color: #20FF28; }
span { border-color: rgb(32,255,40); }
td.TdClassName
{
border-color: #20FF28;
}
.TagClassName
{
border-color: #20FF28;
}
</style>