Shades of Free Speech Green #19EF1E
Tints of Free Speech Green #19EF1E
RGB
CMYK
RGB Variations
Color information
#19EF1E (or 0x19EF1E) is known color: Free Speech Green. HEX triplet: 19, EF and 1E. RGB value is (25,239,30). Sum of RGB (Red+Green+Blue) = 25+239+30=294 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.50% from 294); Green value is 239 (93.75% from 255 or 81.29% from 294); Blue value is 30 (12.11% from 255 or 10.20% from 294); Max value from RGB is 239 - color contains mainly: green. Hex color #19EF1E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #19EF1E is #E610E1. Grayscale: #979797. Windows color (decimal): -15077602 or 2027289. OLE color: 2027289.
HSL color Cylindrical-coordinate representation of color #19EF1E: hue angle of 121.4º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19EF1E is Cyan = 0.90, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 25 | 239 | 30 | - |
| CMYK | 0.90 | 0 | 0.87 | 0.06 |
| HSL | 121.4º | 0.87% | 0.52% | - |
| HSV(B) | 121.4º | 0.9% | 0.94% | - |
| XYZ | 31.5 | 62.03 | 11.54 | - |
| YUV | 151.19 | 59.6 | 37.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 239 | 30 | 0.90 | 0 | 0.87 | 0.06 | 121.4 | 0.87 | 0.52 |
| Hex | 19 | EF | 1E | 5A | 0 | 57 | 6 | 79 | 57 | 34 |
| Octal | 31 | 357 | 36 | 132 | 0 | 127 | 6 | 171 | 127 | 64 |
| Binary | 11001 | 11101111 | 11110 | 1011010 | 0 | 1010111 | 110 | 1111001 | 1010111 | 110100 |
Color Harmonies of #19EF1E
Complementary color
Monochromatic Colors of #19EF1E
Black with #19EF1E
Text Example
Text Example
White with #19EF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19EF1E; }
p { color: rgb(25,239,30); }
H1.HeaderClassName
{
color: #19EF1E;
}
.AnyTagClassName
{
color: #19EF1E;
}
</style>
background-color css
<style>
a { background-color: #19EF1E; }
a { background-color: rgb(25,239,30); }
div.DivClassName
{
background-color: #19EF1E;
}
.BgClassName
{
background-color: #19EF1E;
}
</style>
border-color css
<style>
span { border-color: #19EF1E; }
span { border-color: rgb(25,239,30); }
td.TdClassName
{
border-color: #19EF1E;
}
.TagClassName
{
border-color: #19EF1E;
}
</style>