Shades of Free Speech Green #14EE2D
Tints of Free Speech Green #14EE2D
RGB
CMYK
RGB Variations
Color information
#14EE2D (or 0x14EE2D) is known color: Free Speech Green. HEX triplet: 14, EE and 2D. RGB value is (20,238,45). Sum of RGB (Red+Green+Blue) = 20+238+45=303 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.60% from 303); Green value is 238 (93.36% from 255 or 78.55% from 303); Blue value is 45 (17.97% from 255 or 14.85% from 303); Max value from RGB is 238 - color contains mainly: green. Hex color #14EE2D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14EE2D is #EB11D2. Grayscale: #979797. Windows color (decimal): -15405523 or 3010068. OLE color: 3010068.
HSL color Cylindrical-coordinate representation of color #14EE2D: hue angle of 126.88º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14EE2D is Cyan = 0.92, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 238 | 45 | - |
| CMYK | 0.92 | 0 | 0.81 | 0.07 |
| HSL | 126.88º | 0.87% | 0.51% | - |
| HSV(B) | 126.88º | 0.92% | 0.93% | - |
| XYZ | 31.34 | 61.49 | 12.7 | - |
| YUV | 150.82 | 68.28 | 34.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 238 | 45 | 0.92 | 0 | 0.81 | 0.07 | 126.88 | 0.87 | 0.51 |
| Hex | 14 | EE | 2D | 5C | 0 | 51 | 7 | 7F | 57 | 33 |
| Octal | 24 | 356 | 55 | 134 | 0 | 121 | 7 | 177 | 127 | 63 |
| Binary | 10100 | 11101110 | 101101 | 1011100 | 0 | 1010001 | 111 | 1111111 | 1010111 | 110011 |
Color Harmonies of #14EE2D
Complementary color
Monochromatic Colors of #14EE2D
Black with #14EE2D
Text Example
Text Example
White with #14EE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14EE2D; }
p { color: rgb(20,238,45); }
H1.HeaderClassName
{
color: #14EE2D;
}
.AnyTagClassName
{
color: #14EE2D;
}
</style>
background-color css
<style>
a { background-color: #14EE2D; }
a { background-color: rgb(20,238,45); }
div.DivClassName
{
background-color: #14EE2D;
}
.BgClassName
{
background-color: #14EE2D;
}
</style>
border-color css
<style>
span { border-color: #14EE2D; }
span { border-color: rgb(20,238,45); }
td.TdClassName
{
border-color: #14EE2D;
}
.TagClassName
{
border-color: #14EE2D;
}
</style>