Shades of Free Speech Green #20EC27
Tints of Free Speech Green #20EC27
RGB
CMYK
RGB Variations
Color information
#20EC27 (or 0x20EC27) is known color: Free Speech Green. HEX triplet: 20, EC and 27. RGB value is (32,236,39). Sum of RGB (Red+Green+Blue) = 32+236+39=307 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.42% from 307); Green value is 236 (92.58% from 255 or 76.87% from 307); Blue value is 39 (15.62% from 255 or 12.70% from 307); Max value from RGB is 236 - color contains mainly: green. Hex color #20EC27 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20EC27 is #DF13D8. Grayscale: #999999. Windows color (decimal): -14619609 or 2616352. OLE color: 2616352.
HSL color Cylindrical-coordinate representation of color #20EC27: hue angle of 122.06º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20EC27 is Cyan = 0.86, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 236 | 39 | - |
| CMYK | 0.86 | 0 | 0.83 | 0.07 |
| HSL | 122.06º | 0.84% | 0.53% | - |
| HSV(B) | 122.06º | 0.86% | 0.93% | - |
| XYZ | 30.96 | 60.44 | 11.95 | - |
| YUV | 152.55 | 63.91 | 42.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 236 | 39 | 0.86 | 0 | 0.83 | 0.07 | 122.06 | 0.84 | 0.53 |
| Hex | 20 | EC | 27 | 56 | 0 | 53 | 7 | 7A | 54 | 35 |
| Octal | 40 | 354 | 47 | 126 | 0 | 123 | 7 | 172 | 124 | 65 |
| Binary | 100000 | 11101100 | 100111 | 1010110 | 0 | 1010011 | 111 | 1111010 | 1010100 | 110101 |
Color Harmonies of #20EC27
Complementary color
Monochromatic Colors of #20EC27
Black with #20EC27
Text Example
Text Example
White with #20EC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20EC27; }
p { color: rgb(32,236,39); }
H1.HeaderClassName
{
color: #20EC27;
}
.AnyTagClassName
{
color: #20EC27;
}
</style>
background-color css
<style>
a { background-color: #20EC27; }
a { background-color: rgb(32,236,39); }
div.DivClassName
{
background-color: #20EC27;
}
.BgClassName
{
background-color: #20EC27;
}
</style>
border-color css
<style>
span { border-color: #20EC27; }
span { border-color: rgb(32,236,39); }
td.TdClassName
{
border-color: #20EC27;
}
.TagClassName
{
border-color: #20EC27;
}
</style>