Shades of Free Speech Green #13EF13
Tints of Free Speech Green #13EF13
RGB
CMYK
RGB Variations
Color information
#13EF13 (or 0x13EF13) is known color: Free Speech Green. HEX triplet: 13, EF and 13. RGB value is (19,239,19). Sum of RGB (Red+Green+Blue) = 19+239+19=277 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.86% from 277); Green value is 239 (93.75% from 255 or 86.28% from 277); Blue value is 19 (7.81% from 255 or 6.86% from 277); Max value from RGB is 239 - color contains mainly: green. Hex color #13EF13 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #13EF13 is #EC10EC. Grayscale: #949494. Windows color (decimal): -15470829 or 1306387. OLE color: 1306387.
HSL color Cylindrical-coordinate representation of color #13EF13: hue angle of 120º 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 #13EF13 is Cyan = 0.92, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 19 | 239 | 19 | - |
| CMYK | 0.92 | 0 | 0.92 | 0.06 |
| HSL | 120º | 0.87% | 0.51% | - |
| HSV(B) | 120º | 0.92% | 0.94% | - |
| XYZ | 31.25 | 61.92 | 10.92 | - |
| YUV | 148.14 | 55.11 | 35.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 239 | 19 | 0.92 | 0 | 0.92 | 0.06 | 120 | 0.87 | 0.51 |
| Hex | 13 | EF | 13 | 5C | 0 | 5C | 6 | 78 | 57 | 33 |
| Octal | 23 | 357 | 23 | 134 | 0 | 134 | 6 | 170 | 127 | 63 |
| Binary | 10011 | 11101111 | 10011 | 1011100 | 0 | 1011100 | 110 | 1111000 | 1010111 | 110011 |
Color Harmonies of #13EF13
Complementary color
Monochromatic Colors of #13EF13
Black with #13EF13
Text Example
Text Example
White with #13EF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13EF13; }
p { color: rgb(19,239,19); }
H1.HeaderClassName
{
color: #13EF13;
}
.AnyTagClassName
{
color: #13EF13;
}
</style>
background-color css
<style>
a { background-color: #13EF13; }
a { background-color: rgb(19,239,19); }
div.DivClassName
{
background-color: #13EF13;
}
.BgClassName
{
background-color: #13EF13;
}
</style>
border-color css
<style>
span { border-color: #13EF13; }
span { border-color: rgb(19,239,19); }
td.TdClassName
{
border-color: #13EF13;
}
.TagClassName
{
border-color: #13EF13;
}
</style>