Shades of Free Speech Green #20EE27
Tints of Free Speech Green #20EE27
RGB
CMYK
RGB Variations
Color information
#20EE27 (or 0x20EE27) is known color: Free Speech Green. HEX triplet: 20, EE and 27. RGB value is (32,238,39). Sum of RGB (Red+Green+Blue) = 32+238+39=309 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.36% from 309); Green value is 238 (93.36% from 255 or 77.02% from 309); Blue value is 39 (15.62% from 255 or 12.62% from 309); Max value from RGB is 238 - color contains mainly: green. Hex color #20EE27 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20EE27 is #DF11D8. Grayscale: #9A9A9A. Windows color (decimal): -14619097 or 2616864. OLE color: 2616864.
HSL color Cylindrical-coordinate representation of color #20EE27: hue angle of 122.04º 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 #20EE27 is Cyan = 0.87, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 238 | 39 | - |
| CMYK | 0.87 | 0 | 0.84 | 0.07 |
| HSL | 122.04º | 0.86% | 0.53% | - |
| HSV(B) | 122.04º | 0.87% | 0.93% | - |
| XYZ | 31.54 | 61.6 | 12.15 | - |
| YUV | 153.72 | 63.25 | 41.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 238 | 39 | 0.87 | 0 | 0.84 | 0.07 | 122.04 | 0.86 | 0.53 |
| Hex | 20 | EE | 27 | 57 | 0 | 54 | 7 | 7A | 56 | 35 |
| Octal | 40 | 356 | 47 | 127 | 0 | 124 | 7 | 172 | 126 | 65 |
| Binary | 100000 | 11101110 | 100111 | 1010111 | 0 | 1010100 | 111 | 1111010 | 1010110 | 110101 |
Color Harmonies of #20EE27
Complementary color
Monochromatic Colors of #20EE27
Black with #20EE27
Text Example
Text Example
White with #20EE27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20EE27; }
p { color: rgb(32,238,39); }
H1.HeaderClassName
{
color: #20EE27;
}
.AnyTagClassName
{
color: #20EE27;
}
</style>
background-color css
<style>
a { background-color: #20EE27; }
a { background-color: rgb(32,238,39); }
div.DivClassName
{
background-color: #20EE27;
}
.BgClassName
{
background-color: #20EE27;
}
</style>
border-color css
<style>
span { border-color: #20EE27; }
span { border-color: rgb(32,238,39); }
td.TdClassName
{
border-color: #20EE27;
}
.TagClassName
{
border-color: #20EE27;
}
</style>