Shades of Free Speech Green #20EE03
Tints of Free Speech Green #20EE03
RGB
CMYK
RGB Variations
Color information
#20EE03 (or 0x20EE03) is known color: Free Speech Green. HEX triplet: 20, EE and 03. RGB value is (32,238,3). Sum of RGB (Red+Green+Blue) = 32+238+3=273 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.72% from 273); Green value is 238 (93.36% from 255 or 87.18% from 273); Blue value is 3 (1.56% from 255 or 1.10% from 273); Max value from RGB is 238 - color contains mainly: green. Hex color #20EE03 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #20EE03 is #DF11FC. Grayscale: #969696. Windows color (decimal): -14619133 or 257568. OLE color: 257568.
HSL color Cylindrical-coordinate representation of color #20EE03: hue angle of 112.6º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #20EE03 is Cyan = 0.87, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 238 | 3 | - |
| CMYK | 0.87 | 0 | 0.99 | 0.07 |
| HSL | 112.6º | 0.98% | 0.47% | - |
| HSV(B) | 112.6º | 0.99% | 0.93% | - |
| XYZ | 31.19 | 61.46 | 10.31 | - |
| YUV | 149.62 | 45.25 | 44.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 238 | 3 | 0.87 | 0 | 0.99 | 0.07 | 112.6 | 0.98 | 0.47 |
| Hex | 20 | EE | 3 | 57 | 0 | 63 | 7 | 71 | 62 | 2F |
| Octal | 40 | 356 | 3 | 127 | 0 | 143 | 7 | 161 | 142 | 57 |
| Binary | 100000 | 11101110 | 11 | 1010111 | 0 | 1100011 | 111 | 1110001 | 1100010 | 101111 |
Color Harmonies of #20EE03
Complementary color
Monochromatic Colors of #20EE03
Black with #20EE03
Text Example
Text Example
White with #20EE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20EE03; }
p { color: rgb(32,238,3); }
H1.HeaderClassName
{
color: #20EE03;
}
.AnyTagClassName
{
color: #20EE03;
}
</style>
background-color css
<style>
a { background-color: #20EE03; }
a { background-color: rgb(32,238,3); }
div.DivClassName
{
background-color: #20EE03;
}
.BgClassName
{
background-color: #20EE03;
}
</style>
border-color css
<style>
span { border-color: #20EE03; }
span { border-color: rgb(32,238,3); }
td.TdClassName
{
border-color: #20EE03;
}
.TagClassName
{
border-color: #20EE03;
}
</style>