Shades of Free Speech Green #19FE38
Tints of Free Speech Green #19FE38
RGB
CMYK
RGB Variations
Color information
#19FE38 (or 0x19FE38) is known color: Free Speech Green. HEX triplet: 19, FE and 38. RGB value is (25,254,56). Sum of RGB (Red+Green+Blue) = 25+254+56=335 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.46% from 335); Green value is 254 (99.61% from 255 or 75.82% from 335); Blue value is 56 (22.27% from 255 or 16.72% from 335); Max value from RGB is 254 - color contains mainly: green. Hex color #19FE38 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #19FE38 is #E601C7. Grayscale: #A3A3A3. Windows color (decimal): -15073736 or 3735065. OLE color: 3735065.
HSL color Cylindrical-coordinate representation of color #19FE38: hue angle of 128.12º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19FE38 is Cyan = 0.90, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 254 | 56 | - |
| CMYK | 0.90 | 0 | 0.78 | 0.00 |
| HSL | 128.12º | 0.99% | 0.55% | - |
| HSV(B) | 128.12º | 0.9% | 1% | - |
| XYZ | 36.56 | 71.38 | 15.59 | - |
| YUV | 162.96 | 67.63 | 29.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 254 | 56 | 0.90 | 0 | 0.78 | 0.00 | 128.12 | 0.99 | 0.55 |
| Hex | 19 | FE | 38 | 5A | 0 | 4E | 0 | 80 | 63 | 37 |
| Octal | 31 | 376 | 70 | 132 | 0 | 116 | 0 | 200 | 143 | 67 |
| Binary | 11001 | 11111110 | 111000 | 1011010 | 0 | 1001110 | 0 | 10000000 | 1100011 | 110111 |
Color Harmonies of #19FE38
Complementary color
Monochromatic Colors of #19FE38
Black with #19FE38
Text Example
Text Example
White with #19FE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FE38; }
p { color: rgb(25,254,56); }
H1.HeaderClassName
{
color: #19FE38;
}
.AnyTagClassName
{
color: #19FE38;
}
</style>
background-color css
<style>
a { background-color: #19FE38; }
a { background-color: rgb(25,254,56); }
div.DivClassName
{
background-color: #19FE38;
}
.BgClassName
{
background-color: #19FE38;
}
</style>
border-color css
<style>
span { border-color: #19FE38; }
span { border-color: rgb(25,254,56); }
td.TdClassName
{
border-color: #19FE38;
}
.TagClassName
{
border-color: #19FE38;
}
</style>