Shades of Free Speech Green #13FE1D
Tints of Free Speech Green #13FE1D
RGB
CMYK
RGB Variations
Color information
#13FE1D (or 0x13FE1D) is known color: Free Speech Green. HEX triplet: 13, FE and 1D. RGB value is (19,254,29). Sum of RGB (Red+Green+Blue) = 19+254+29=302 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.29% from 302); Green value is 254 (99.61% from 255 or 84.11% from 302); Blue value is 29 (11.72% from 255 or 9.60% from 302); Max value from RGB is 254 - color contains mainly: green. Hex color #13FE1D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #13FE1D is #EC01E2. Grayscale: #9E9E9E. Windows color (decimal): -15466979 or 1965587. OLE color: 1965587.
HSL color Cylindrical-coordinate representation of color #13FE1D: hue angle of 122.55º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #13FE1D is Cyan = 0.93, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 254 | 29 | - |
| CMYK | 0.93 | 0 | 0.89 | 0.00 |
| HSL | 122.55º | 0.99% | 0.54% | - |
| HSV(B) | 122.55º | 0.93% | 1% | - |
| XYZ | 35.93 | 71.11 | 12.99 | - |
| YUV | 158.09 | 55.14 | 28.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 254 | 29 | 0.93 | 0 | 0.89 | 0.00 | 122.55 | 0.99 | 0.54 |
| Hex | 13 | FE | 1D | 5D | 0 | 59 | 0 | 7B | 63 | 36 |
| Octal | 23 | 376 | 35 | 135 | 0 | 131 | 0 | 173 | 143 | 66 |
| Binary | 10011 | 11111110 | 11101 | 1011101 | 0 | 1011001 | 0 | 1111011 | 1100011 | 110110 |
Color Harmonies of #13FE1D
Complementary color
Monochromatic Colors of #13FE1D
Black with #13FE1D
Text Example
Text Example
White with #13FE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13FE1D; }
p { color: rgb(19,254,29); }
H1.HeaderClassName
{
color: #13FE1D;
}
.AnyTagClassName
{
color: #13FE1D;
}
</style>
background-color css
<style>
a { background-color: #13FE1D; }
a { background-color: rgb(19,254,29); }
div.DivClassName
{
background-color: #13FE1D;
}
.BgClassName
{
background-color: #13FE1D;
}
</style>
border-color css
<style>
span { border-color: #13FE1D; }
span { border-color: rgb(19,254,29); }
td.TdClassName
{
border-color: #13FE1D;
}
.TagClassName
{
border-color: #13FE1D;
}
</style>