Shades of Free Speech Green #19FF3C
Tints of Free Speech Green #19FF3C
RGB
CMYK
RGB Variations
Color information
#19FF3C (or 0x19FF3C) is known color: Free Speech Green. HEX triplet: 19, FF and 3C. RGB value is (25,255,60). Sum of RGB (Red+Green+Blue) = 25+255+60=340 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.35% from 340); Green value is 255 (100% from 255 or 75% from 340); Blue value is 60 (23.83% from 255 or 17.65% from 340); Max value from RGB is 255 - color contains mainly: green. Hex color #19FF3C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #19FF3C is #E600C3. Grayscale: #A4A4A4. Windows color (decimal): -15073476 or 3997465. OLE color: 3997465.
HSL color Cylindrical-coordinate representation of color #19FF3C: hue angle of 129.13º 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 #19FF3C is Cyan = 0.90, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 255 | 60 | - |
| CMYK | 0.90 | 0 | 0.76 | 0 |
| HSL | 129.13º | 1% | 0.55% | - |
| HSV(B) | 129.13º | 0.9% | 1% | - |
| XYZ | 36.98 | 72.05 | 16.23 | - |
| YUV | 164 | 69.3 | 28.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 255 | 60 | 0.90 | 0 | 0.76 | 0 | 129.13 | 1 | 0.55 |
| Hex | 19 | FF | 3C | 5A | 0 | 4C | 0 | 81 | 64 | 37 |
| Octal | 31 | 377 | 74 | 132 | 0 | 114 | 0 | 201 | 144 | 67 |
| Binary | 11001 | 11111111 | 111100 | 1011010 | 0 | 1001100 | 0 | 10000001 | 1100100 | 110111 |
Color Harmonies of #19FF3C
Complementary color
Monochromatic Colors of #19FF3C
Black with #19FF3C
Text Example
Text Example
White with #19FF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FF3C; }
p { color: rgb(25,255,60); }
H1.HeaderClassName
{
color: #19FF3C;
}
.AnyTagClassName
{
color: #19FF3C;
}
</style>
background-color css
<style>
a { background-color: #19FF3C; }
a { background-color: rgb(25,255,60); }
div.DivClassName
{
background-color: #19FF3C;
}
.BgClassName
{
background-color: #19FF3C;
}
</style>
border-color css
<style>
span { border-color: #19FF3C; }
span { border-color: rgb(25,255,60); }
td.TdClassName
{
border-color: #19FF3C;
}
.TagClassName
{
border-color: #19FF3C;
}
</style>