Shades of Free Speech Green #20E015
Tints of Free Speech Green #20E015
RGB
CMYK
RGB Variations
Color information
#20E015 (or 0x20E015) is known color: Free Speech Green. HEX triplet: 20, E0 and 15. RGB value is (32,224,21). Sum of RGB (Red+Green+Blue) = 32+224+21=277 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.55% from 277); Green value is 224 (87.89% from 255 or 80.87% from 277); Blue value is 21 (8.59% from 255 or 7.58% from 277); Max value from RGB is 224 - color contains mainly: green. Hex color #20E015 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20E015 is #DF1FEA. Grayscale: #909090. Windows color (decimal): -14622699 or 1433632. OLE color: 1433632.
HSL color Cylindrical-coordinate representation of color #20E015: hue angle of 116.75º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #20E015 is Cyan = 0.86, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 32 | 224 | 21 | - |
| CMYK | 0.86 | 0 | 0.91 | 0.12 |
| HSL | 116.75º | 0.83% | 0.48% | - |
| HSV(B) | 116.75º | 0.91% | 0.88% | - |
| XYZ | 27.39 | 53.67 | 9.63 | - |
| YUV | 143.45 | 58.89 | 48.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 224 | 21 | 0.86 | 0 | 0.91 | 0.12 | 116.75 | 0.83 | 0.48 |
| Hex | 20 | E0 | 15 | 56 | 0 | 5B | C | 75 | 53 | 30 |
| Octal | 40 | 340 | 25 | 126 | 0 | 133 | 14 | 165 | 123 | 60 |
| Binary | 100000 | 11100000 | 10101 | 1010110 | 0 | 1011011 | 1100 | 1110101 | 1010011 | 110000 |
Color Harmonies of #20E015
Complementary color
Monochromatic Colors of #20E015
Black with #20E015
Text Example
Text Example
White with #20E015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E015; }
p { color: rgb(32,224,21); }
H1.HeaderClassName
{
color: #20E015;
}
.AnyTagClassName
{
color: #20E015;
}
</style>
background-color css
<style>
a { background-color: #20E015; }
a { background-color: rgb(32,224,21); }
div.DivClassName
{
background-color: #20E015;
}
.BgClassName
{
background-color: #20E015;
}
</style>
border-color css
<style>
span { border-color: #20E015; }
span { border-color: rgb(32,224,21); }
td.TdClassName
{
border-color: #20E015;
}
.TagClassName
{
border-color: #20E015;
}
</style>