Shades of Free Speech Green #19EC2D
Tints of Free Speech Green #19EC2D
RGB
CMYK
RGB Variations
Color information
#19EC2D (or 0x19EC2D) is known color: Free Speech Green. HEX triplet: 19, EC and 2D. RGB value is (25,236,45). Sum of RGB (Red+Green+Blue) = 25+236+45=306 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.17% from 306); Green value is 236 (92.58% from 255 or 77.12% from 306); Blue value is 45 (17.97% from 255 or 14.71% from 306); Max value from RGB is 236 - color contains mainly: green. Hex color #19EC2D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #19EC2D is #E613D2. Grayscale: #979797. Windows color (decimal): -15078355 or 3009561. OLE color: 3009561.
HSL color Cylindrical-coordinate representation of color #19EC2D: hue angle of 125.69º 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 #19EC2D is Cyan = 0.89, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 236 | 45 | - |
| CMYK | 0.89 | 0 | 0.81 | 0.07 |
| HSL | 125.69º | 0.85% | 0.51% | - |
| HSV(B) | 125.69º | 0.89% | 0.93% | - |
| XYZ | 30.87 | 60.39 | 12.51 | - |
| YUV | 151.14 | 68.1 | 38.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 236 | 45 | 0.89 | 0 | 0.81 | 0.07 | 125.69 | 0.85 | 0.51 |
| Hex | 19 | EC | 2D | 59 | 0 | 51 | 7 | 7E | 55 | 33 |
| Octal | 31 | 354 | 55 | 131 | 0 | 121 | 7 | 176 | 125 | 63 |
| Binary | 11001 | 11101100 | 101101 | 1011001 | 0 | 1010001 | 111 | 1111110 | 1010101 | 110011 |
Color Harmonies of #19EC2D
Complementary color
Monochromatic Colors of #19EC2D
Black with #19EC2D
Text Example
Text Example
White with #19EC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19EC2D; }
p { color: rgb(25,236,45); }
H1.HeaderClassName
{
color: #19EC2D;
}
.AnyTagClassName
{
color: #19EC2D;
}
</style>
background-color css
<style>
a { background-color: #19EC2D; }
a { background-color: rgb(25,236,45); }
div.DivClassName
{
background-color: #19EC2D;
}
.BgClassName
{
background-color: #19EC2D;
}
</style>
border-color css
<style>
span { border-color: #19EC2D; }
span { border-color: rgb(25,236,45); }
td.TdClassName
{
border-color: #19EC2D;
}
.TagClassName
{
border-color: #19EC2D;
}
</style>