Shades of Free Speech Green #13EC2E
Tints of Free Speech Green #13EC2E
RGB
CMYK
RGB Variations
Color information
#13EC2E (or 0x13EC2E) is known color: Free Speech Green. HEX triplet: 13, EC and 2E. RGB value is (19,236,46). Sum of RGB (Red+Green+Blue) = 19+236+46=301 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.31% from 301); Green value is 236 (92.58% from 255 or 78.41% from 301); Blue value is 46 (18.36% from 255 or 15.28% from 301); Max value from RGB is 236 - color contains mainly: green. Hex color #13EC2E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #13EC2E is #EC13D1. Grayscale: #959595. Windows color (decimal): -15471570 or 3075091. OLE color: 3075091.
HSL color Cylindrical-coordinate representation of color #13EC2E: hue angle of 127.47º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13EC2E is Cyan = 0.92, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 236 | 46 | - |
| CMYK | 0.92 | 0 | 0.81 | 0.07 |
| HSL | 127.47º | 0.85% | 0.5% | - |
| HSV(B) | 127.47º | 0.92% | 0.93% | - |
| XYZ | 30.76 | 60.33 | 12.61 | - |
| YUV | 149.46 | 69.61 | 34.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 236 | 46 | 0.92 | 0 | 0.81 | 0.07 | 127.47 | 0.85 | 0.5 |
| Hex | 13 | EC | 2E | 5C | 0 | 51 | 7 | 7F | 55 | 32 |
| Octal | 23 | 354 | 56 | 134 | 0 | 121 | 7 | 177 | 125 | 62 |
| Binary | 10011 | 11101100 | 101110 | 1011100 | 0 | 1010001 | 111 | 1111111 | 1010101 | 110010 |
Color Harmonies of #13EC2E
Complementary color
Monochromatic Colors of #13EC2E
Black with #13EC2E
Text Example
Text Example
White with #13EC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13EC2E; }
p { color: rgb(19,236,46); }
H1.HeaderClassName
{
color: #13EC2E;
}
.AnyTagClassName
{
color: #13EC2E;
}
</style>
background-color css
<style>
a { background-color: #13EC2E; }
a { background-color: rgb(19,236,46); }
div.DivClassName
{
background-color: #13EC2E;
}
.BgClassName
{
background-color: #13EC2E;
}
</style>
border-color css
<style>
span { border-color: #13EC2E; }
span { border-color: rgb(19,236,46); }
td.TdClassName
{
border-color: #13EC2E;
}
.TagClassName
{
border-color: #13EC2E;
}
</style>