Shades of Free Speech Green #13E800
Tints of Free Speech Green #13E800
RGB
CMYK
RGB Variations
Color information
#13E800 (or 0x13E800) is known color: Free Speech Green. HEX triplet: 13, E8 and 00. RGB value is (19,232,0). Sum of RGB (Red+Green+Blue) = 19+232+0=251 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.57% from 251); Green value is 232 (91.02% from 255 or 92.43% from 251); Blue value is 0 (0.39% from 255 or 0% from 251); Max value from RGB is 232 - color contains mainly: green. Hex color #13E800 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #13E800 is #EC17FF. Grayscale: #8E8E8E. Windows color (decimal): -15472640 or 59411. OLE color: 59411.
HSL color Cylindrical-coordinate representation of color #13E800: hue angle of 115.09º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #13E800 is Cyan = 0.92, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 19 | 232 | 0 | - |
| CMYK | 0.92 | 0 | 1 | 0.09 |
| HSL | 115.09º | 1% | 0.45% | - |
| HSV(B) | 115.09º | 1% | 0.91% | - |
| XYZ | 29.13 | 57.85 | 9.63 | - |
| YUV | 141.87 | 47.93 | 40.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 232 | 0 | 0.92 | 0 | 1 | 0.09 | 115.09 | 1 | 0.45 |
| Hex | 13 | E8 | 0 | 5C | 0 | 64 | 9 | 73 | 64 | 2D |
| Octal | 23 | 350 | 0 | 134 | 0 | 144 | 11 | 163 | 144 | 55 |
| Binary | 10011 | 11101000 | 0 | 1011100 | 0 | 1100100 | 1001 | 1110011 | 1100100 | 101101 |
Color Harmonies of #13E800
Complementary color
Monochromatic Colors of #13E800
Black with #13E800
Text Example
Text Example
White with #13E800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13E800; }
p { color: rgb(19,232,0); }
H1.HeaderClassName
{
color: #13E800;
}
.AnyTagClassName
{
color: #13E800;
}
</style>
background-color css
<style>
a { background-color: #13E800; }
a { background-color: rgb(19,232,0); }
div.DivClassName
{
background-color: #13E800;
}
.BgClassName
{
background-color: #13E800;
}
</style>
border-color css
<style>
span { border-color: #13E800; }
span { border-color: rgb(19,232,0); }
td.TdClassName
{
border-color: #13E800;
}
.TagClassName
{
border-color: #13E800;
}
</style>