Shades of Free Speech Green #19EC2E
Tints of Free Speech Green #19EC2E
RGB
CMYK
RGB Variations
Color information
#19EC2E (or 0x19EC2E) is known color: Free Speech Green. HEX triplet: 19, EC and 2E. RGB value is (25,236,46). Sum of RGB (Red+Green+Blue) = 25+236+46=307 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.14% from 307); Green value is 236 (92.58% from 255 or 76.87% from 307); Blue value is 46 (18.36% from 255 or 14.98% from 307); Max value from RGB is 236 - color contains mainly: green. Hex color #19EC2E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #19EC2E is #E613D1. Grayscale: #979797. Windows color (decimal): -15078354 or 3075097. OLE color: 3075097.
HSL color Cylindrical-coordinate representation of color #19EC2E: hue angle of 125.97º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19EC2E is Cyan = 0.89, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 236 | 46 | - |
| CMYK | 0.89 | 0 | 0.81 | 0.07 |
| HSL | 125.97º | 0.85% | 0.51% | - |
| HSV(B) | 125.97º | 0.89% | 0.93% | - |
| XYZ | 30.89 | 60.39 | 12.61 | - |
| YUV | 151.25 | 68.6 | 37.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 236 | 46 | 0.89 | 0 | 0.81 | 0.07 | 125.97 | 0.85 | 0.51 |
| Hex | 19 | EC | 2E | 59 | 0 | 51 | 7 | 7E | 55 | 33 |
| Octal | 31 | 354 | 56 | 131 | 0 | 121 | 7 | 176 | 125 | 63 |
| Binary | 11001 | 11101100 | 101110 | 1011001 | 0 | 1010001 | 111 | 1111110 | 1010101 | 110011 |
Color Harmonies of #19EC2E
Complementary color
Monochromatic Colors of #19EC2E
Black with #19EC2E
Text Example
Text Example
White with #19EC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19EC2E; }
p { color: rgb(25,236,46); }
H1.HeaderClassName
{
color: #19EC2E;
}
.AnyTagClassName
{
color: #19EC2E;
}
</style>
background-color css
<style>
a { background-color: #19EC2E; }
a { background-color: rgb(25,236,46); }
div.DivClassName
{
background-color: #19EC2E;
}
.BgClassName
{
background-color: #19EC2E;
}
</style>
border-color css
<style>
span { border-color: #19EC2E; }
span { border-color: rgb(25,236,46); }
td.TdClassName
{
border-color: #19EC2E;
}
.TagClassName
{
border-color: #19EC2E;
}
</style>