Shades of Free Speech Green #19EC2B
Tints of Free Speech Green #19EC2B
RGB
CMYK
RGB Variations
Color information
#19EC2B (or 0x19EC2B) is known color: Free Speech Green. HEX triplet: 19, EC and 2B. RGB value is (25,236,43). Sum of RGB (Red+Green+Blue) = 25+236+43=304 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.22% from 304); Green value is 236 (92.58% from 255 or 77.63% from 304); Blue value is 43 (17.19% from 255 or 14.14% from 304); Max value from RGB is 236 - color contains mainly: green. Hex color #19EC2B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #19EC2B is #E613D4. Grayscale: #979797. Windows color (decimal): -15078357 or 2878489. OLE color: 2878489.
HSL color Cylindrical-coordinate representation of color #19EC2B: hue angle of 125.12º 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 #19EC2B is Cyan = 0.89, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 236 | 43 | - |
| CMYK | 0.89 | 0 | 0.82 | 0.07 |
| HSL | 125.12º | 0.85% | 0.51% | - |
| HSV(B) | 125.12º | 0.89% | 0.93% | - |
| XYZ | 30.83 | 60.37 | 12.31 | - |
| YUV | 150.91 | 67.1 | 38.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 236 | 43 | 0.89 | 0 | 0.82 | 0.07 | 125.12 | 0.85 | 0.51 |
| Hex | 19 | EC | 2B | 59 | 0 | 52 | 7 | 7D | 55 | 33 |
| Octal | 31 | 354 | 53 | 131 | 0 | 122 | 7 | 175 | 125 | 63 |
| Binary | 11001 | 11101100 | 101011 | 1011001 | 0 | 1010010 | 111 | 1111101 | 1010101 | 110011 |
Color Harmonies of #19EC2B
Complementary color
Monochromatic Colors of #19EC2B
Black with #19EC2B
Text Example
Text Example
White with #19EC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19EC2B; }
p { color: rgb(25,236,43); }
H1.HeaderClassName
{
color: #19EC2B;
}
.AnyTagClassName
{
color: #19EC2B;
}
</style>
background-color css
<style>
a { background-color: #19EC2B; }
a { background-color: rgb(25,236,43); }
div.DivClassName
{
background-color: #19EC2B;
}
.BgClassName
{
background-color: #19EC2B;
}
</style>
border-color css
<style>
span { border-color: #19EC2B; }
span { border-color: rgb(25,236,43); }
td.TdClassName
{
border-color: #19EC2B;
}
.TagClassName
{
border-color: #19EC2B;
}
</style>