Shades of Free Speech Green #19FF2C
Tints of Free Speech Green #19FF2C
RGB
CMYK
RGB Variations
Color information
#19FF2C (or 0x19FF2C) is known color: Free Speech Green. HEX triplet: 19, FF and 2C. RGB value is (25,255,44). Sum of RGB (Red+Green+Blue) = 25+255+44=324 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.72% from 324); Green value is 255 (100% from 255 or 78.70% from 324); Blue value is 44 (17.58% from 255 or 13.58% from 324); Max value from RGB is 255 - color contains mainly: green. Hex color #19FF2C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #19FF2C is #E600D3. Grayscale: #A2A2A2. Windows color (decimal): -15073492 or 2948889. OLE color: 2948889.
HSL color Cylindrical-coordinate representation of color #19FF2C: hue angle of 124.96º 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 #19FF2C is Cyan = 0.90, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 255 | 44 | - |
| CMYK | 0.90 | 0 | 0.83 | 0 |
| HSL | 124.96º | 1% | 0.55% | - |
| HSV(B) | 124.96º | 0.9% | 1% | - |
| XYZ | 36.62 | 71.91 | 14.33 | - |
| YUV | 162.18 | 61.3 | 30.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 255 | 44 | 0.90 | 0 | 0.83 | 0 | 124.96 | 1 | 0.55 |
| Hex | 19 | FF | 2C | 5A | 0 | 53 | 0 | 7D | 64 | 37 |
| Octal | 31 | 377 | 54 | 132 | 0 | 123 | 0 | 175 | 144 | 67 |
| Binary | 11001 | 11111111 | 101100 | 1011010 | 0 | 1010011 | 0 | 1111101 | 1100100 | 110111 |
Color Harmonies of #19FF2C
Complementary color
Monochromatic Colors of #19FF2C
Black with #19FF2C
Text Example
Text Example
White with #19FF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FF2C; }
p { color: rgb(25,255,44); }
H1.HeaderClassName
{
color: #19FF2C;
}
.AnyTagClassName
{
color: #19FF2C;
}
</style>
background-color css
<style>
a { background-color: #19FF2C; }
a { background-color: rgb(25,255,44); }
div.DivClassName
{
background-color: #19FF2C;
}
.BgClassName
{
background-color: #19FF2C;
}
</style>
border-color css
<style>
span { border-color: #19FF2C; }
span { border-color: rgb(25,255,44); }
td.TdClassName
{
border-color: #19FF2C;
}
.TagClassName
{
border-color: #19FF2C;
}
</style>