Shades of Free Speech Green #13E321
Tints of Free Speech Green #13E321
RGB
CMYK
RGB Variations
Color information
#13E321 (or 0x13E321) is known color: Free Speech Green. HEX triplet: 13, E3 and 21. RGB value is (19,227,33). Sum of RGB (Red+Green+Blue) = 19+227+33=279 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.81% from 279); Green value is 227 (89.06% from 255 or 81.36% from 279); Blue value is 33 (13.28% from 255 or 11.83% from 279); Max value from RGB is 227 - color contains mainly: green. Hex color #13E321 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13E321 is #EC1CDE. Grayscale: #8F8F8F. Windows color (decimal): -15473887 or 2220819. OLE color: 2220819.
HSL color Cylindrical-coordinate representation of color #13E321: hue angle of 124.04º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13E321 is Cyan = 0.92, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 19 | 227 | 33 | - |
| CMYK | 0.92 | 0 | 0.85 | 0.11 |
| HSL | 124.04º | 0.85% | 0.48% | - |
| HSV(B) | 124.04º | 0.92% | 0.89% | - |
| XYZ | 28.01 | 55.19 | 10.61 | - |
| YUV | 142.69 | 66.09 | 39.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 227 | 33 | 0.92 | 0 | 0.85 | 0.11 | 124.04 | 0.85 | 0.48 |
| Hex | 13 | E3 | 21 | 5C | 0 | 55 | B | 7C | 55 | 30 |
| Octal | 23 | 343 | 41 | 134 | 0 | 125 | 13 | 174 | 125 | 60 |
| Binary | 10011 | 11100011 | 100001 | 1011100 | 0 | 1010101 | 1011 | 1111100 | 1010101 | 110000 |
Color Harmonies of #13E321
Complementary color
Monochromatic Colors of #13E321
Black with #13E321
Text Example
Text Example
White with #13E321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13E321; }
p { color: rgb(19,227,33); }
H1.HeaderClassName
{
color: #13E321;
}
.AnyTagClassName
{
color: #13E321;
}
</style>
background-color css
<style>
a { background-color: #13E321; }
a { background-color: rgb(19,227,33); }
div.DivClassName
{
background-color: #13E321;
}
.BgClassName
{
background-color: #13E321;
}
</style>
border-color css
<style>
span { border-color: #13E321; }
span { border-color: rgb(19,227,33); }
td.TdClassName
{
border-color: #13E321;
}
.TagClassName
{
border-color: #13E321;
}
</style>