Shades of Free Speech Green #20EE1F
Tints of Free Speech Green #20EE1F
RGB
CMYK
RGB Variations
Color information
#20EE1F (or 0x20EE1F) is known color: Free Speech Green. HEX triplet: 20, EE and 1F. RGB value is (32,238,31). Sum of RGB (Red+Green+Blue) = 32+238+31=301 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.63% from 301); Green value is 238 (93.36% from 255 or 79.07% from 301); Blue value is 31 (12.5% from 255 or 10.30% from 301); Max value from RGB is 238 - color contains mainly: green. Hex color #20EE1F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20EE1F is #DF11E0. Grayscale: #999999. Windows color (decimal): -14619105 or 2092576. OLE color: 2092576.
HSL color Cylindrical-coordinate representation of color #20EE1F: hue angle of 119.71º 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 #20EE1F is Cyan = 0.87, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 238 | 31 | - |
| CMYK | 0.87 | 0 | 0.87 | 0.07 |
| HSL | 119.71º | 0.86% | 0.53% | - |
| HSV(B) | 119.71º | 0.87% | 0.93% | - |
| XYZ | 31.42 | 61.56 | 11.52 | - |
| YUV | 152.81 | 59.25 | 41.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 238 | 31 | 0.87 | 0 | 0.87 | 0.07 | 119.71 | 0.86 | 0.53 |
| Hex | 20 | EE | 1F | 57 | 0 | 57 | 7 | 78 | 56 | 35 |
| Octal | 40 | 356 | 37 | 127 | 0 | 127 | 7 | 170 | 126 | 65 |
| Binary | 100000 | 11101110 | 11111 | 1010111 | 0 | 1010111 | 111 | 1111000 | 1010110 | 110101 |
Color Harmonies of #20EE1F
Complementary color
Monochromatic Colors of #20EE1F
Black with #20EE1F
Text Example
Text Example
White with #20EE1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20EE1F; }
p { color: rgb(32,238,31); }
H1.HeaderClassName
{
color: #20EE1F;
}
.AnyTagClassName
{
color: #20EE1F;
}
</style>
background-color css
<style>
a { background-color: #20EE1F; }
a { background-color: rgb(32,238,31); }
div.DivClassName
{
background-color: #20EE1F;
}
.BgClassName
{
background-color: #20EE1F;
}
</style>
border-color css
<style>
span { border-color: #20EE1F; }
span { border-color: rgb(32,238,31); }
td.TdClassName
{
border-color: #20EE1F;
}
.TagClassName
{
border-color: #20EE1F;
}
</style>