Shades of Free Speech Green #20E502
Tints of Free Speech Green #20E502
RGB
CMYK
RGB Variations
Color information
#20E502 (or 0x20E502) is known color: Free Speech Green. HEX triplet: 20, E5 and 02. RGB value is (32,229,2). Sum of RGB (Red+Green+Blue) = 32+229+2=263 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.17% from 263); Green value is 229 (89.84% from 255 or 87.07% from 263); Blue value is 2 (1.17% from 255 or 0.76% from 263); Max value from RGB is 229 - color contains mainly: green. Hex color #20E502 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20E502 is #DF1AFD. Grayscale: #909090. Windows color (decimal): -14621438 or 189728. OLE color: 189728.
HSL color Cylindrical-coordinate representation of color #20E502: hue angle of 112.07º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #20E502 is Cyan = 0.86, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 32 | 229 | 2 | - |
| CMYK | 0.86 | 0 | 0.99 | 0.10 |
| HSL | 112.07º | 0.98% | 0.45% | - |
| HSV(B) | 112.07º | 0.99% | 0.9% | - |
| XYZ | 28.63 | 56.35 | 9.43 | - |
| YUV | 144.22 | 47.73 | 47.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 229 | 2 | 0.86 | 0 | 0.99 | 0.10 | 112.07 | 0.98 | 0.45 |
| Hex | 20 | E5 | 2 | 56 | 0 | 63 | A | 70 | 62 | 2D |
| Octal | 40 | 345 | 2 | 126 | 0 | 143 | 12 | 160 | 142 | 55 |
| Binary | 100000 | 11100101 | 10 | 1010110 | 0 | 1100011 | 1010 | 1110000 | 1100010 | 101101 |
Color Harmonies of #20E502
Complementary color
Monochromatic Colors of #20E502
Black with #20E502
Text Example
Text Example
White with #20E502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E502; }
p { color: rgb(32,229,2); }
H1.HeaderClassName
{
color: #20E502;
}
.AnyTagClassName
{
color: #20E502;
}
</style>
background-color css
<style>
a { background-color: #20E502; }
a { background-color: rgb(32,229,2); }
div.DivClassName
{
background-color: #20E502;
}
.BgClassName
{
background-color: #20E502;
}
</style>
border-color css
<style>
span { border-color: #20E502; }
span { border-color: rgb(32,229,2); }
td.TdClassName
{
border-color: #20E502;
}
.TagClassName
{
border-color: #20E502;
}
</style>