Shades of Free Speech Green #13EC33
Tints of Free Speech Green #13EC33
RGB
CMYK
RGB Variations
Color information
#13EC33 (or 0x13EC33) is known color: Free Speech Green. HEX triplet: 13, EC and 33. RGB value is (19,236,51). Sum of RGB (Red+Green+Blue) = 19+236+51=306 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.21% from 306); Green value is 236 (92.58% from 255 or 77.12% from 306); Blue value is 51 (20.31% from 255 or 16.67% from 306); Max value from RGB is 236 - color contains mainly: green. Hex color #13EC33 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #13EC33 is #EC13CC. Grayscale: #969696. Windows color (decimal): -15471565 or 3402771. OLE color: 3402771.
HSL color Cylindrical-coordinate representation of color #13EC33: hue angle of 128.85º 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 #13EC33 is Cyan = 0.92, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 236 | 51 | - |
| CMYK | 0.92 | 0 | 0.78 | 0.07 |
| HSL | 128.85º | 0.85% | 0.5% | - |
| HSV(B) | 128.85º | 0.92% | 0.93% | - |
| XYZ | 30.86 | 60.37 | 13.16 | - |
| YUV | 150.03 | 72.11 | 34.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 236 | 51 | 0.92 | 0 | 0.78 | 0.07 | 128.85 | 0.85 | 0.5 |
| Hex | 13 | EC | 33 | 5C | 0 | 4E | 7 | 81 | 55 | 32 |
| Octal | 23 | 354 | 63 | 134 | 0 | 116 | 7 | 201 | 125 | 62 |
| Binary | 10011 | 11101100 | 110011 | 1011100 | 0 | 1001110 | 111 | 10000001 | 1010101 | 110010 |
Color Harmonies of #13EC33
Complementary color
Monochromatic Colors of #13EC33
Black with #13EC33
Text Example
Text Example
White with #13EC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13EC33; }
p { color: rgb(19,236,51); }
H1.HeaderClassName
{
color: #13EC33;
}
.AnyTagClassName
{
color: #13EC33;
}
</style>
background-color css
<style>
a { background-color: #13EC33; }
a { background-color: rgb(19,236,51); }
div.DivClassName
{
background-color: #13EC33;
}
.BgClassName
{
background-color: #13EC33;
}
</style>
border-color css
<style>
span { border-color: #13EC33; }
span { border-color: rgb(19,236,51); }
td.TdClassName
{
border-color: #13EC33;
}
.TagClassName
{
border-color: #13EC33;
}
</style>