Shades of Free Speech Green #19FF2E
Tints of Free Speech Green #19FF2E
RGB
CMYK
RGB Variations
Color information
#19FF2E (or 0x19FF2E) is known color: Free Speech Green. HEX triplet: 19, FF and 2E. RGB value is (25,255,46). Sum of RGB (Red+Green+Blue) = 25+255+46=326 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.67% from 326); Green value is 255 (100% from 255 or 78.22% from 326); Blue value is 46 (18.36% from 255 or 14.11% from 326); Max value from RGB is 255 - color contains mainly: green. Hex color #19FF2E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #19FF2E is #E600D1. Grayscale: #A3A3A3. Windows color (decimal): -15073490 or 3079961. OLE color: 3079961.
HSL color Cylindrical-coordinate representation of color #19FF2E: hue angle of 125.48º 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 #19FF2E is Cyan = 0.90, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 255 | 46 | - |
| CMYK | 0.90 | 0 | 0.82 | 0 |
| HSL | 125.48º | 1% | 0.55% | - |
| HSV(B) | 125.48º | 0.9% | 1% | - |
| XYZ | 36.65 | 71.92 | 14.54 | - |
| YUV | 162.4 | 62.3 | 29.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 255 | 46 | 0.90 | 0 | 0.82 | 0 | 125.48 | 1 | 0.55 |
| Hex | 19 | FF | 2E | 5A | 0 | 52 | 0 | 7D | 64 | 37 |
| Octal | 31 | 377 | 56 | 132 | 0 | 122 | 0 | 175 | 144 | 67 |
| Binary | 11001 | 11111111 | 101110 | 1011010 | 0 | 1010010 | 0 | 1111101 | 1100100 | 110111 |
Color Harmonies of #19FF2E
Complementary color
Monochromatic Colors of #19FF2E
Black with #19FF2E
Text Example
Text Example
White with #19FF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FF2E; }
p { color: rgb(25,255,46); }
H1.HeaderClassName
{
color: #19FF2E;
}
.AnyTagClassName
{
color: #19FF2E;
}
</style>
background-color css
<style>
a { background-color: #19FF2E; }
a { background-color: rgb(25,255,46); }
div.DivClassName
{
background-color: #19FF2E;
}
.BgClassName
{
background-color: #19FF2E;
}
</style>
border-color css
<style>
span { border-color: #19FF2E; }
span { border-color: rgb(25,255,46); }
td.TdClassName
{
border-color: #19FF2E;
}
.TagClassName
{
border-color: #19FF2E;
}
</style>