Shades of Free Speech Green #19FF32
Tints of Free Speech Green #19FF32
RGB
CMYK
RGB Variations
Color information
#19FF32 (or 0x19FF32) is known color: Free Speech Green. HEX triplet: 19, FF and 32. RGB value is (25,255,50). Sum of RGB (Red+Green+Blue) = 25+255+50=330 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.58% from 330); Green value is 255 (100% from 255 or 77.27% from 330); Blue value is 50 (19.92% from 255 or 15.15% from 330); Max value from RGB is 255 - color contains mainly: green. Hex color #19FF32 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #19FF32 is #E600CD. Grayscale: #A3A3A3. Windows color (decimal): -15073486 or 3342105. OLE color: 3342105.
HSL color Cylindrical-coordinate representation of color #19FF32: hue angle of 126.52º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19FF32 is Cyan = 0.90, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 255 | 50 | - |
| CMYK | 0.90 | 0 | 0.80 | 0 |
| HSL | 126.52º | 1% | 0.55% | - |
| HSV(B) | 126.52º | 0.9% | 1% | - |
| XYZ | 36.74 | 71.96 | 14.97 | - |
| YUV | 162.86 | 64.3 | 29.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 255 | 50 | 0.90 | 0 | 0.80 | 0 | 126.52 | 1 | 0.55 |
| Hex | 19 | FF | 32 | 5A | 0 | 50 | 0 | 7F | 64 | 37 |
| Octal | 31 | 377 | 62 | 132 | 0 | 120 | 0 | 177 | 144 | 67 |
| Binary | 11001 | 11111111 | 110010 | 1011010 | 0 | 1010000 | 0 | 1111111 | 1100100 | 110111 |
Color Harmonies of #19FF32
Complementary color
Monochromatic Colors of #19FF32
Black with #19FF32
Text Example
Text Example
White with #19FF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FF32; }
p { color: rgb(25,255,50); }
H1.HeaderClassName
{
color: #19FF32;
}
.AnyTagClassName
{
color: #19FF32;
}
</style>
background-color css
<style>
a { background-color: #19FF32; }
a { background-color: rgb(25,255,50); }
div.DivClassName
{
background-color: #19FF32;
}
.BgClassName
{
background-color: #19FF32;
}
</style>
border-color css
<style>
span { border-color: #19FF32; }
span { border-color: rgb(25,255,50); }
td.TdClassName
{
border-color: #19FF32;
}
.TagClassName
{
border-color: #19FF32;
}
</style>