Shades of Free Speech Green #20EE05
Tints of Free Speech Green #20EE05
RGB
CMYK
RGB Variations
Color information
#20EE05 (or 0x20EE05) is known color: Free Speech Green. HEX triplet: 20, EE and 05. RGB value is (32,238,5). Sum of RGB (Red+Green+Blue) = 32+238+5=275 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.64% from 275); Green value is 238 (93.36% from 255 or 86.55% from 275); Blue value is 5 (2.34% from 255 or 1.82% from 275); Max value from RGB is 238 - color contains mainly: green. Hex color #20EE05 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #20EE05 is #DF11FA. Grayscale: #969696. Windows color (decimal): -14619131 or 388640. OLE color: 388640.
HSL color Cylindrical-coordinate representation of color #20EE05: hue angle of 113.05º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #20EE05 is Cyan = 0.87, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 238 | 5 | - |
| CMYK | 0.87 | 0 | 0.98 | 0.07 |
| HSL | 113.05º | 0.96% | 0.48% | - |
| HSV(B) | 113.05º | 0.98% | 0.93% | - |
| XYZ | 31.2 | 61.47 | 10.36 | - |
| YUV | 149.84 | 46.25 | 43.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 238 | 5 | 0.87 | 0 | 0.98 | 0.07 | 113.05 | 0.96 | 0.48 |
| Hex | 20 | EE | 5 | 57 | 0 | 62 | 7 | 71 | 60 | 30 |
| Octal | 40 | 356 | 5 | 127 | 0 | 142 | 7 | 161 | 140 | 60 |
| Binary | 100000 | 11101110 | 101 | 1010111 | 0 | 1100010 | 111 | 1110001 | 1100000 | 110000 |
Color Harmonies of #20EE05
Complementary color
Monochromatic Colors of #20EE05
Black with #20EE05
Text Example
Text Example
White with #20EE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20EE05; }
p { color: rgb(32,238,5); }
H1.HeaderClassName
{
color: #20EE05;
}
.AnyTagClassName
{
color: #20EE05;
}
</style>
background-color css
<style>
a { background-color: #20EE05; }
a { background-color: rgb(32,238,5); }
div.DivClassName
{
background-color: #20EE05;
}
.BgClassName
{
background-color: #20EE05;
}
</style>
border-color css
<style>
span { border-color: #20EE05; }
span { border-color: rgb(32,238,5); }
td.TdClassName
{
border-color: #20EE05;
}
.TagClassName
{
border-color: #20EE05;
}
</style>