Shades of Free Speech Green #20EE0D
Tints of Free Speech Green #20EE0D
RGB
CMYK
RGB Variations
Color information
#20EE0D (or 0x20EE0D) is known color: Free Speech Green. HEX triplet: 20, EE and 0D. RGB value is (32,238,13). Sum of RGB (Red+Green+Blue) = 32+238+13=283 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.31% from 283); Green value is 238 (93.36% from 255 or 84.10% from 283); Blue value is 13 (5.47% from 255 or 4.59% from 283); Max value from RGB is 238 - color contains mainly: green. Hex color #20EE0D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #20EE0D is #DF11F2. Grayscale: #979797. Windows color (decimal): -14619123 or 912928. OLE color: 912928.
HSL color Cylindrical-coordinate representation of color #20EE0D: hue angle of 114.93º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #20EE0D is Cyan = 0.87, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 238 | 13 | - |
| CMYK | 0.87 | 0 | 0.95 | 0.07 |
| HSL | 114.93º | 0.9% | 0.49% | - |
| HSV(B) | 114.93º | 0.95% | 0.93% | - |
| XYZ | 31.24 | 61.49 | 10.6 | - |
| YUV | 150.76 | 50.25 | 43.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 238 | 13 | 0.87 | 0 | 0.95 | 0.07 | 114.93 | 0.9 | 0.49 |
| Hex | 20 | EE | D | 57 | 0 | 5F | 7 | 73 | 5A | 31 |
| Octal | 40 | 356 | 15 | 127 | 0 | 137 | 7 | 163 | 132 | 61 |
| Binary | 100000 | 11101110 | 1101 | 1010111 | 0 | 1011111 | 111 | 1110011 | 1011010 | 110001 |
Color Harmonies of #20EE0D
Complementary color
Monochromatic Colors of #20EE0D
Black with #20EE0D
Text Example
Text Example
White with #20EE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20EE0D; }
p { color: rgb(32,238,13); }
H1.HeaderClassName
{
color: #20EE0D;
}
.AnyTagClassName
{
color: #20EE0D;
}
</style>
background-color css
<style>
a { background-color: #20EE0D; }
a { background-color: rgb(32,238,13); }
div.DivClassName
{
background-color: #20EE0D;
}
.BgClassName
{
background-color: #20EE0D;
}
</style>
border-color css
<style>
span { border-color: #20EE0D; }
span { border-color: rgb(32,238,13); }
td.TdClassName
{
border-color: #20EE0D;
}
.TagClassName
{
border-color: #20EE0D;
}
</style>