Shades of Free Speech Green #20E619
Tints of Free Speech Green #20E619
RGB
CMYK
RGB Variations
Color information
#20E619 (or 0x20E619) is known color: Free Speech Green. HEX triplet: 20, E6 and 19. RGB value is (32,230,25). Sum of RGB (Red+Green+Blue) = 32+230+25=287 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.15% from 287); Green value is 230 (90.23% from 255 or 80.14% from 287); Blue value is 25 (10.16% from 255 or 8.71% from 287); Max value from RGB is 230 - color contains mainly: green. Hex color #20E619 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #20E619 is #DF19E6. Grayscale: #949494. Windows color (decimal): -14621159 or 1697312. OLE color: 1697312.
HSL color Cylindrical-coordinate representation of color #20E619: hue angle of 117.95º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #20E619 is Cyan = 0.86, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 32 | 230 | 25 | - |
| CMYK | 0.86 | 0 | 0.89 | 0.10 |
| HSL | 117.95º | 0.8% | 0.5% | - |
| HSV(B) | 117.95º | 0.89% | 0.9% | - |
| XYZ | 29.07 | 56.97 | 10.38 | - |
| YUV | 147.43 | 58.9 | 45.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 230 | 25 | 0.86 | 0 | 0.89 | 0.10 | 117.95 | 0.8 | 0.5 |
| Hex | 20 | E6 | 19 | 56 | 0 | 59 | A | 76 | 50 | 32 |
| Octal | 40 | 346 | 31 | 126 | 0 | 131 | 12 | 166 | 120 | 62 |
| Binary | 100000 | 11100110 | 11001 | 1010110 | 0 | 1011001 | 1010 | 1110110 | 1010000 | 110010 |
Color Harmonies of #20E619
Complementary color
Monochromatic Colors of #20E619
Black with #20E619
Text Example
Text Example
White with #20E619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E619; }
p { color: rgb(32,230,25); }
H1.HeaderClassName
{
color: #20E619;
}
.AnyTagClassName
{
color: #20E619;
}
</style>
background-color css
<style>
a { background-color: #20E619; }
a { background-color: rgb(32,230,25); }
div.DivClassName
{
background-color: #20E619;
}
.BgClassName
{
background-color: #20E619;
}
</style>
border-color css
<style>
span { border-color: #20E619; }
span { border-color: rgb(32,230,25); }
td.TdClassName
{
border-color: #20E619;
}
.TagClassName
{
border-color: #20E619;
}
</style>