Shades of Free Speech Green #20EE2C
Tints of Free Speech Green #20EE2C
RGB
CMYK
RGB Variations
Color information
#20EE2C (or 0x20EE2C) is known color: Free Speech Green. HEX triplet: 20, EE and 2C. RGB value is (32,238,44). Sum of RGB (Red+Green+Blue) = 32+238+44=314 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.19% from 314); Green value is 238 (93.36% from 255 or 75.80% from 314); Blue value is 44 (17.58% from 255 or 14.01% from 314); Max value from RGB is 238 - color contains mainly: green. Hex color #20EE2C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20EE2C is #DF11D3. Grayscale: #9A9A9A. Windows color (decimal): -14619092 or 2944544. OLE color: 2944544.
HSL color Cylindrical-coordinate representation of color #20EE2C: hue angle of 123.5º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20EE2C is Cyan = 0.87, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 238 | 44 | - |
| CMYK | 0.87 | 0 | 0.82 | 0.07 |
| HSL | 123.5º | 0.86% | 0.53% | - |
| HSV(B) | 123.5º | 0.87% | 0.93% | - |
| XYZ | 31.62 | 61.64 | 12.61 | - |
| YUV | 154.29 | 65.75 | 40.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 238 | 44 | 0.87 | 0 | 0.82 | 0.07 | 123.5 | 0.86 | 0.53 |
| Hex | 20 | EE | 2C | 57 | 0 | 52 | 7 | 7B | 56 | 35 |
| Octal | 40 | 356 | 54 | 127 | 0 | 122 | 7 | 173 | 126 | 65 |
| Binary | 100000 | 11101110 | 101100 | 1010111 | 0 | 1010010 | 111 | 1111011 | 1010110 | 110101 |
Color Harmonies of #20EE2C
Complementary color
Monochromatic Colors of #20EE2C
Black with #20EE2C
Text Example
Text Example
White with #20EE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20EE2C; }
p { color: rgb(32,238,44); }
H1.HeaderClassName
{
color: #20EE2C;
}
.AnyTagClassName
{
color: #20EE2C;
}
</style>
background-color css
<style>
a { background-color: #20EE2C; }
a { background-color: rgb(32,238,44); }
div.DivClassName
{
background-color: #20EE2C;
}
.BgClassName
{
background-color: #20EE2C;
}
</style>
border-color css
<style>
span { border-color: #20EE2C; }
span { border-color: rgb(32,238,44); }
td.TdClassName
{
border-color: #20EE2C;
}
.TagClassName
{
border-color: #20EE2C;
}
</style>