Shades of Free Speech Green #14EB2D
Tints of Free Speech Green #14EB2D
RGB
CMYK
RGB Variations
Color information
#14EB2D (or 0x14EB2D) is known color: Free Speech Green. HEX triplet: 14, EB and 2D. RGB value is (20,235,45). Sum of RGB (Red+Green+Blue) = 20+235+45=300 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.67% from 300); Green value is 235 (92.19% from 255 or 78.33% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 235 - color contains mainly: green. Hex color #14EB2D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14EB2D is #EB14D2. Grayscale: #959595. Windows color (decimal): -15406291 or 3009300. OLE color: 3009300.
HSL color Cylindrical-coordinate representation of color #14EB2D: hue angle of 126.98º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14EB2D is Cyan = 0.91, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 235 | 45 | - |
| CMYK | 0.91 | 0 | 0.81 | 0.08 |
| HSL | 126.98º | 0.84% | 0.5% | - |
| HSV(B) | 126.98º | 0.91% | 0.92% | - |
| XYZ | 30.47 | 59.75 | 12.41 | - |
| YUV | 149.06 | 69.27 | 35.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 235 | 45 | 0.91 | 0 | 0.81 | 0.08 | 126.98 | 0.84 | 0.5 |
| Hex | 14 | EB | 2D | 5B | 0 | 51 | 8 | 7F | 54 | 32 |
| Octal | 24 | 353 | 55 | 133 | 0 | 121 | 10 | 177 | 124 | 62 |
| Binary | 10100 | 11101011 | 101101 | 1011011 | 0 | 1010001 | 1000 | 1111111 | 1010100 | 110010 |
Color Harmonies of #14EB2D
Complementary color
Monochromatic Colors of #14EB2D
Black with #14EB2D
Text Example
Text Example
White with #14EB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14EB2D; }
p { color: rgb(20,235,45); }
H1.HeaderClassName
{
color: #14EB2D;
}
.AnyTagClassName
{
color: #14EB2D;
}
</style>
background-color css
<style>
a { background-color: #14EB2D; }
a { background-color: rgb(20,235,45); }
div.DivClassName
{
background-color: #14EB2D;
}
.BgClassName
{
background-color: #14EB2D;
}
</style>
border-color css
<style>
span { border-color: #14EB2D; }
span { border-color: rgb(20,235,45); }
td.TdClassName
{
border-color: #14EB2D;
}
.TagClassName
{
border-color: #14EB2D;
}
</style>