Shades of Free Speech Green #19FE04
Tints of Free Speech Green #19FE04
RGB
CMYK
RGB Variations
Color information
#19FE04 (or 0x19FE04) is known color: Free Speech Green. HEX triplet: 19, FE and 04. RGB value is (25,254,4). Sum of RGB (Red+Green+Blue) = 25+254+4=283 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.83% from 283); Green value is 254 (99.61% from 255 or 89.75% from 283); Blue value is 4 (1.95% from 255 or 1.41% from 283); Max value from RGB is 254 - color contains mainly: green. Hex color #19FE04 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #19FE04 is #E601FB. Grayscale: #9D9D9D. Windows color (decimal): -15073788 or 327193. OLE color: 327193.
HSL color Cylindrical-coordinate representation of color #19FE04: hue angle of 114.96º 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 #19FE04 is Cyan = 0.90, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 254 | 4 | - |
| CMYK | 0.90 | 0 | 0.98 | 0.00 |
| HSL | 114.96º | 0.99% | 0.51% | - |
| HSV(B) | 114.96º | 0.98% | 1% | - |
| XYZ | 35.86 | 71.1 | 11.95 | - |
| YUV | 157.03 | 41.63 | 33.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 254 | 4 | 0.90 | 0 | 0.98 | 0.00 | 114.96 | 0.99 | 0.51 |
| Hex | 19 | FE | 4 | 5A | 0 | 62 | 0 | 73 | 63 | 33 |
| Octal | 31 | 376 | 4 | 132 | 0 | 142 | 0 | 163 | 143 | 63 |
| Binary | 11001 | 11111110 | 100 | 1011010 | 0 | 1100010 | 0 | 1110011 | 1100011 | 110011 |
Color Harmonies of #19FE04
Complementary color
Monochromatic Colors of #19FE04
Black with #19FE04
Text Example
Text Example
White with #19FE04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FE04; }
p { color: rgb(25,254,4); }
H1.HeaderClassName
{
color: #19FE04;
}
.AnyTagClassName
{
color: #19FE04;
}
</style>
background-color css
<style>
a { background-color: #19FE04; }
a { background-color: rgb(25,254,4); }
div.DivClassName
{
background-color: #19FE04;
}
.BgClassName
{
background-color: #19FE04;
}
</style>
border-color css
<style>
span { border-color: #19FE04; }
span { border-color: rgb(25,254,4); }
td.TdClassName
{
border-color: #19FE04;
}
.TagClassName
{
border-color: #19FE04;
}
</style>