Shades of Free Speech Green #13E40C
Tints of Free Speech Green #13E40C
RGB
CMYK
RGB Variations
Color information
#13E40C (or 0x13E40C) is known color: Free Speech Green. HEX triplet: 13, E4 and 0C. RGB value is (19,228,12). Sum of RGB (Red+Green+Blue) = 19+228+12=259 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.34% from 259); Green value is 228 (89.45% from 255 or 88.03% from 259); Blue value is 12 (5.08% from 255 or 4.63% from 259); Max value from RGB is 228 - color contains mainly: green. Hex color #13E40C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13E40C is #EC1BF3. Grayscale: #8D8D8D. Windows color (decimal): -15473652 or 844819. OLE color: 844819.
HSL color Cylindrical-coordinate representation of color #13E40C: hue angle of 118.06º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #13E40C is Cyan = 0.92, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 19 | 228 | 12 | - |
| CMYK | 0.92 | 0 | 0.95 | 0.11 |
| HSL | 118.06º | 0.9% | 0.47% | - |
| HSV(B) | 118.06º | 0.95% | 0.89% | - |
| XYZ | 28.08 | 55.65 | 9.61 | - |
| YUV | 140.89 | 55.26 | 41.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 228 | 12 | 0.92 | 0 | 0.95 | 0.11 | 118.06 | 0.9 | 0.47 |
| Hex | 13 | E4 | C | 5C | 0 | 5F | B | 76 | 5A | 2F |
| Octal | 23 | 344 | 14 | 134 | 0 | 137 | 13 | 166 | 132 | 57 |
| Binary | 10011 | 11100100 | 1100 | 1011100 | 0 | 1011111 | 1011 | 1110110 | 1011010 | 101111 |
Color Harmonies of #13E40C
Complementary color
Monochromatic Colors of #13E40C
Black with #13E40C
Text Example
Text Example
White with #13E40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13E40C; }
p { color: rgb(19,228,12); }
H1.HeaderClassName
{
color: #13E40C;
}
.AnyTagClassName
{
color: #13E40C;
}
</style>
background-color css
<style>
a { background-color: #13E40C; }
a { background-color: rgb(19,228,12); }
div.DivClassName
{
background-color: #13E40C;
}
.BgClassName
{
background-color: #13E40C;
}
</style>
border-color css
<style>
span { border-color: #13E40C; }
span { border-color: rgb(19,228,12); }
td.TdClassName
{
border-color: #13E40C;
}
.TagClassName
{
border-color: #13E40C;
}
</style>