Shades of Free Speech Green #14FC2D
Tints of Free Speech Green #14FC2D
RGB
CMYK
RGB Variations
Color information
#14FC2D (or 0x14FC2D) is known color: Free Speech Green. HEX triplet: 14, FC and 2D. RGB value is (20,252,45). Sum of RGB (Red+Green+Blue) = 20+252+45=317 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.31% from 317); Green value is 252 (98.83% from 255 or 79.50% from 317); Blue value is 45 (17.97% from 255 or 14.20% from 317); Max value from RGB is 252 - color contains mainly: green. Hex color #14FC2D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14FC2D is #EB03D2. Grayscale: #9F9F9F. Windows color (decimal): -15401939 or 3013652. OLE color: 3013652.
HSL color Cylindrical-coordinate representation of color #14FC2D: hue angle of 126.47º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14FC2D is Cyan = 0.92, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 252 | 45 | - |
| CMYK | 0.92 | 0 | 0.82 | 0.01 |
| HSL | 126.47º | 0.97% | 0.53% | - |
| HSV(B) | 126.47º | 0.92% | 0.99% | - |
| XYZ | 35.57 | 69.96 | 14.11 | - |
| YUV | 159.03 | 63.64 | 28.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 252 | 45 | 0.92 | 0 | 0.82 | 0.01 | 126.47 | 0.97 | 0.53 |
| Hex | 14 | FC | 2D | 5C | 0 | 52 | 1 | 7E | 61 | 35 |
| Octal | 24 | 374 | 55 | 134 | 0 | 122 | 1 | 176 | 141 | 65 |
| Binary | 10100 | 11111100 | 101101 | 1011100 | 0 | 1010010 | 1 | 1111110 | 1100001 | 110101 |
Color Harmonies of #14FC2D
Complementary color
Monochromatic Colors of #14FC2D
Black with #14FC2D
Text Example
Text Example
White with #14FC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FC2D; }
p { color: rgb(20,252,45); }
H1.HeaderClassName
{
color: #14FC2D;
}
.AnyTagClassName
{
color: #14FC2D;
}
</style>
background-color css
<style>
a { background-color: #14FC2D; }
a { background-color: rgb(20,252,45); }
div.DivClassName
{
background-color: #14FC2D;
}
.BgClassName
{
background-color: #14FC2D;
}
</style>
border-color css
<style>
span { border-color: #14FC2D; }
span { border-color: rgb(20,252,45); }
td.TdClassName
{
border-color: #14FC2D;
}
.TagClassName
{
border-color: #14FC2D;
}
</style>