Shades of Free Speech Green #13FE04
Tints of Free Speech Green #13FE04
RGB
CMYK
RGB Variations
Color information
#13FE04 (or 0x13FE04) is known color: Free Speech Green. HEX triplet: 13, FE and 04. RGB value is (19,254,4). Sum of RGB (Red+Green+Blue) = 19+254+4=277 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.86% from 277); Green value is 254 (99.61% from 255 or 91.70% from 277); Blue value is 4 (1.95% from 255 or 1.44% from 277); Max value from RGB is 254 - color contains mainly: green. Hex color #13FE04 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #13FE04 is #EC01FB. Grayscale: #9B9B9B. Windows color (decimal): -15467004 or 327187. OLE color: 327187.
HSL color Cylindrical-coordinate representation of color #13FE04: hue angle of 116.4º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #13FE04 is Cyan = 0.93, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 254 | 4 | - |
| CMYK | 0.93 | 0 | 0.98 | 0.00 |
| HSL | 116.4º | 0.99% | 0.51% | - |
| HSV(B) | 116.4º | 0.98% | 1% | - |
| XYZ | 35.73 | 71.03 | 11.94 | - |
| YUV | 155.24 | 42.64 | 30.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 254 | 4 | 0.93 | 0 | 0.98 | 0.00 | 116.4 | 0.99 | 0.51 |
| Hex | 13 | FE | 4 | 5D | 0 | 62 | 0 | 74 | 63 | 33 |
| Octal | 23 | 376 | 4 | 135 | 0 | 142 | 0 | 164 | 143 | 63 |
| Binary | 10011 | 11111110 | 100 | 1011101 | 0 | 1100010 | 0 | 1110100 | 1100011 | 110011 |
Color Harmonies of #13FE04
Complementary color
Monochromatic Colors of #13FE04
Black with #13FE04
Text Example
Text Example
White with #13FE04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13FE04; }
p { color: rgb(19,254,4); }
H1.HeaderClassName
{
color: #13FE04;
}
.AnyTagClassName
{
color: #13FE04;
}
</style>
background-color css
<style>
a { background-color: #13FE04; }
a { background-color: rgb(19,254,4); }
div.DivClassName
{
background-color: #13FE04;
}
.BgClassName
{
background-color: #13FE04;
}
</style>
border-color css
<style>
span { border-color: #13FE04; }
span { border-color: rgb(19,254,4); }
td.TdClassName
{
border-color: #13FE04;
}
.TagClassName
{
border-color: #13FE04;
}
</style>