Shades of Free Speech Green #13E81E
Tints of Free Speech Green #13E81E
RGB
CMYK
RGB Variations
Color information
#13E81E (or 0x13E81E) is known color: Free Speech Green. HEX triplet: 13, E8 and 1E. RGB value is (19,232,30). Sum of RGB (Red+Green+Blue) = 19+232+30=281 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.76% from 281); Green value is 232 (91.02% from 255 or 82.56% from 281); Blue value is 30 (12.11% from 255 or 10.68% from 281); Max value from RGB is 232 - color contains mainly: green. Hex color #13E81E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #13E81E is #EC17E1. Grayscale: #919191. Windows color (decimal): -15472610 or 2025491. OLE color: 2025491.
HSL color Cylindrical-coordinate representation of color #13E81E: hue angle of 123.1º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13E81E is Cyan = 0.92, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 19 | 232 | 30 | - |
| CMYK | 0.92 | 0 | 0.87 | 0.09 |
| HSL | 123.1º | 0.85% | 0.49% | - |
| HSV(B) | 123.1º | 0.92% | 0.91% | - |
| XYZ | 29.36 | 57.95 | 10.87 | - |
| YUV | 145.29 | 62.93 | 37.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 232 | 30 | 0.92 | 0 | 0.87 | 0.09 | 123.1 | 0.85 | 0.49 |
| Hex | 13 | E8 | 1E | 5C | 0 | 57 | 9 | 7B | 55 | 31 |
| Octal | 23 | 350 | 36 | 134 | 0 | 127 | 11 | 173 | 125 | 61 |
| Binary | 10011 | 11101000 | 11110 | 1011100 | 0 | 1010111 | 1001 | 1111011 | 1010101 | 110001 |
Color Harmonies of #13E81E
Complementary color
Monochromatic Colors of #13E81E
Black with #13E81E
Text Example
Text Example
White with #13E81E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13E81E; }
p { color: rgb(19,232,30); }
H1.HeaderClassName
{
color: #13E81E;
}
.AnyTagClassName
{
color: #13E81E;
}
</style>
background-color css
<style>
a { background-color: #13E81E; }
a { background-color: rgb(19,232,30); }
div.DivClassName
{
background-color: #13E81E;
}
.BgClassName
{
background-color: #13E81E;
}
</style>
border-color css
<style>
span { border-color: #13E81E; }
span { border-color: rgb(19,232,30); }
td.TdClassName
{
border-color: #13E81E;
}
.TagClassName
{
border-color: #13E81E;
}
</style>