Shades of Free Speech Green #13E31E
Tints of Free Speech Green #13E31E
RGB
CMYK
RGB Variations
Color information
#13E31E (or 0x13E31E) is known color: Free Speech Green. HEX triplet: 13, E3 and 1E. RGB value is (19,227,30). Sum of RGB (Red+Green+Blue) = 19+227+30=276 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.88% from 276); Green value is 227 (89.06% from 255 or 82.25% from 276); Blue value is 30 (12.11% from 255 or 10.87% from 276); Max value from RGB is 227 - color contains mainly: green. Hex color #13E31E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13E31E is #EC1CE1. Grayscale: #8E8E8E. Windows color (decimal): -15473890 or 2024211. OLE color: 2024211.
HSL color Cylindrical-coordinate representation of color #13E31E: hue angle of 123.17º 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 #13E31E is Cyan = 0.92, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 19 | 227 | 30 | - |
| CMYK | 0.92 | 0 | 0.87 | 0.11 |
| HSL | 123.17º | 0.85% | 0.48% | - |
| HSV(B) | 123.17º | 0.92% | 0.89% | - |
| XYZ | 27.97 | 55.17 | 10.4 | - |
| YUV | 142.35 | 64.59 | 40.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 227 | 30 | 0.92 | 0 | 0.87 | 0.11 | 123.17 | 0.85 | 0.48 |
| Hex | 13 | E3 | 1E | 5C | 0 | 57 | B | 7B | 55 | 30 |
| Octal | 23 | 343 | 36 | 134 | 0 | 127 | 13 | 173 | 125 | 60 |
| Binary | 10011 | 11100011 | 11110 | 1011100 | 0 | 1010111 | 1011 | 1111011 | 1010101 | 110000 |
Color Harmonies of #13E31E
Complementary color
Monochromatic Colors of #13E31E
Black with #13E31E
Text Example
Text Example
White with #13E31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13E31E; }
p { color: rgb(19,227,30); }
H1.HeaderClassName
{
color: #13E31E;
}
.AnyTagClassName
{
color: #13E31E;
}
</style>
background-color css
<style>
a { background-color: #13E31E; }
a { background-color: rgb(19,227,30); }
div.DivClassName
{
background-color: #13E31E;
}
.BgClassName
{
background-color: #13E31E;
}
</style>
border-color css
<style>
span { border-color: #13E31E; }
span { border-color: rgb(19,227,30); }
td.TdClassName
{
border-color: #13E31E;
}
.TagClassName
{
border-color: #13E31E;
}
</style>