Shades of Free Speech Green #20E919
Tints of Free Speech Green #20E919
RGB
CMYK
RGB Variations
Color information
#20E919 (or 0x20E919) is known color: Free Speech Green. HEX triplet: 20, E9 and 19. RGB value is (32,233,25). Sum of RGB (Red+Green+Blue) = 32+233+25=290 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.03% from 290); Green value is 233 (91.41% from 255 or 80.34% from 290); Blue value is 25 (10.16% from 255 or 8.62% from 290); Max value from RGB is 233 - color contains mainly: green. Hex color #20E919 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #20E919 is #DF16E6. Grayscale: #959595. Windows color (decimal): -14620391 or 1698080. OLE color: 1698080.
HSL color Cylindrical-coordinate representation of color #20E919: hue angle of 117.98º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #20E919 is Cyan = 0.86, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 32 | 233 | 25 | - |
| CMYK | 0.86 | 0 | 0.89 | 0.09 |
| HSL | 117.98º | 0.83% | 0.51% | - |
| HSV(B) | 117.98º | 0.89% | 0.91% | - |
| XYZ | 29.91 | 58.66 | 10.66 | - |
| YUV | 149.19 | 57.91 | 44.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 233 | 25 | 0.86 | 0 | 0.89 | 0.09 | 117.98 | 0.83 | 0.51 |
| Hex | 20 | E9 | 19 | 56 | 0 | 59 | 9 | 76 | 53 | 33 |
| Octal | 40 | 351 | 31 | 126 | 0 | 131 | 11 | 166 | 123 | 63 |
| Binary | 100000 | 11101001 | 11001 | 1010110 | 0 | 1011001 | 1001 | 1110110 | 1010011 | 110011 |
Color Harmonies of #20E919
Complementary color
Monochromatic Colors of #20E919
Black with #20E919
Text Example
Text Example
White with #20E919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E919; }
p { color: rgb(32,233,25); }
H1.HeaderClassName
{
color: #20E919;
}
.AnyTagClassName
{
color: #20E919;
}
</style>
background-color css
<style>
a { background-color: #20E919; }
a { background-color: rgb(32,233,25); }
div.DivClassName
{
background-color: #20E919;
}
.BgClassName
{
background-color: #20E919;
}
</style>
border-color css
<style>
span { border-color: #20E919; }
span { border-color: rgb(32,233,25); }
td.TdClassName
{
border-color: #20E919;
}
.TagClassName
{
border-color: #20E919;
}
</style>