Shades of Free Speech Green #13EF1D
Tints of Free Speech Green #13EF1D
RGB
CMYK
RGB Variations
Color information
#13EF1D (or 0x13EF1D) is known color: Free Speech Green. HEX triplet: 13, EF and 1D. RGB value is (19,239,29). Sum of RGB (Red+Green+Blue) = 19+239+29=287 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.62% from 287); Green value is 239 (93.75% from 255 or 83.28% from 287); Blue value is 29 (11.72% from 255 or 10.10% from 287); Max value from RGB is 239 - color contains mainly: green. Hex color #13EF1D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #13EF1D is #EC10E2. Grayscale: #959595. Windows color (decimal): -15470819 or 1961747. OLE color: 1961747.
HSL color Cylindrical-coordinate representation of color #13EF1D: hue angle of 122.73º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13EF1D is Cyan = 0.92, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 19 | 239 | 29 | - |
| CMYK | 0.92 | 0 | 0.88 | 0.06 |
| HSL | 122.73º | 0.87% | 0.51% | - |
| HSV(B) | 122.73º | 0.92% | 0.94% | - |
| XYZ | 31.36 | 61.96 | 11.47 | - |
| YUV | 149.28 | 60.11 | 35.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 239 | 29 | 0.92 | 0 | 0.88 | 0.06 | 122.73 | 0.87 | 0.51 |
| Hex | 13 | EF | 1D | 5C | 0 | 58 | 6 | 7B | 57 | 33 |
| Octal | 23 | 357 | 35 | 134 | 0 | 130 | 6 | 173 | 127 | 63 |
| Binary | 10011 | 11101111 | 11101 | 1011100 | 0 | 1011000 | 110 | 1111011 | 1010111 | 110011 |
Color Harmonies of #13EF1D
Complementary color
Monochromatic Colors of #13EF1D
Black with #13EF1D
Text Example
Text Example
White with #13EF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13EF1D; }
p { color: rgb(19,239,29); }
H1.HeaderClassName
{
color: #13EF1D;
}
.AnyTagClassName
{
color: #13EF1D;
}
</style>
background-color css
<style>
a { background-color: #13EF1D; }
a { background-color: rgb(19,239,29); }
div.DivClassName
{
background-color: #13EF1D;
}
.BgClassName
{
background-color: #13EF1D;
}
</style>
border-color css
<style>
span { border-color: #13EF1D; }
span { border-color: rgb(19,239,29); }
td.TdClassName
{
border-color: #13EF1D;
}
.TagClassName
{
border-color: #13EF1D;
}
</style>