Shades of Free Speech Green #20D503
Tints of Free Speech Green #20D503
RGB
CMYK
RGB Variations
Color information
#20D503 (or 0x20D503) is known color: Free Speech Green. HEX triplet: 20, D5 and 03. RGB value is (32,213,3). Sum of RGB (Red+Green+Blue) = 32+213+3=248 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.90% from 248); Green value is 213 (83.59% from 255 or 85.89% from 248); Blue value is 3 (1.56% from 255 or 1.21% from 248); Max value from RGB is 213 - color contains mainly: green. Hex color #20D503 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20D503 is #DF2AFC. Grayscale: #878787. Windows color (decimal): -14625533 or 251168. OLE color: 251168.
HSL color Cylindrical-coordinate representation of color #20D503: hue angle of 111.71º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #20D503 is Cyan = 0.85, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 32 | 213 | 3 | - |
| CMYK | 0.85 | 0 | 0.99 | 0.16 |
| HSL | 111.71º | 0.97% | 0.42% | - |
| HSV(B) | 111.71º | 0.99% | 0.84% | - |
| XYZ | 24.41 | 47.9 | 8.05 | - |
| YUV | 134.94 | 53.53 | 54.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 213 | 3 | 0.85 | 0 | 0.99 | 0.16 | 111.71 | 0.97 | 0.42 |
| Hex | 20 | D5 | 3 | 55 | 0 | 63 | 10 | 70 | 61 | 2A |
| Octal | 40 | 325 | 3 | 125 | 0 | 143 | 20 | 160 | 141 | 52 |
| Binary | 100000 | 11010101 | 11 | 1010101 | 0 | 1100011 | 10000 | 1110000 | 1100001 | 101010 |
Color Harmonies of #20D503
Complementary color
Monochromatic Colors of #20D503
Black with #20D503
Text Example
Text Example
White with #20D503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D503; }
p { color: rgb(32,213,3); }
H1.HeaderClassName
{
color: #20D503;
}
.AnyTagClassName
{
color: #20D503;
}
</style>
background-color css
<style>
a { background-color: #20D503; }
a { background-color: rgb(32,213,3); }
div.DivClassName
{
background-color: #20D503;
}
.BgClassName
{
background-color: #20D503;
}
</style>
border-color css
<style>
span { border-color: #20D503; }
span { border-color: rgb(32,213,3); }
td.TdClassName
{
border-color: #20D503;
}
.TagClassName
{
border-color: #20D503;
}
</style>