Shades of Free Speech Green #13DF00
Tints of Free Speech Green #13DF00
RGB
CMYK
RGB Variations
Color information
#13DF00 (or 0x13DF00) is known color: Free Speech Green. HEX triplet: 13, DF and 00. RGB value is (19,223,0). Sum of RGB (Red+Green+Blue) = 19+223+0=242 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.85% from 242); Green value is 223 (87.5% from 255 or 92.15% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 223 - color contains mainly: green. Hex color #13DF00 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13DF00 is #EC20FF. Grayscale: #898989. Windows color (decimal): -15474944 or 57107. OLE color: 57107.
HSL color Cylindrical-coordinate representation of color #13DF00: hue angle of 114.89º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #13DF00 is Cyan = 0.91, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 223 | 0 | - |
| CMYK | 0.91 | 0 | 1 | 0.13 |
| HSL | 114.89º | 1% | 0.44% | - |
| HSV(B) | 114.89º | 1% | 0.87% | - |
| XYZ | 26.66 | 52.91 | 8.81 | - |
| YUV | 136.58 | 50.91 | 44.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 223 | 0 | 0.91 | 0 | 1 | 0.13 | 114.89 | 1 | 0.44 |
| Hex | 13 | DF | 0 | 5B | 0 | 64 | D | 73 | 64 | 2C |
| Octal | 23 | 337 | 0 | 133 | 0 | 144 | 15 | 163 | 144 | 54 |
| Binary | 10011 | 11011111 | 0 | 1011011 | 0 | 1100100 | 1101 | 1110011 | 1100100 | 101100 |
Color Harmonies of #13DF00
Complementary color
Monochromatic Colors of #13DF00
Black with #13DF00
Text Example
Text Example
White with #13DF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DF00; }
p { color: rgb(19,223,0); }
H1.HeaderClassName
{
color: #13DF00;
}
.AnyTagClassName
{
color: #13DF00;
}
</style>
background-color css
<style>
a { background-color: #13DF00; }
a { background-color: rgb(19,223,0); }
div.DivClassName
{
background-color: #13DF00;
}
.BgClassName
{
background-color: #13DF00;
}
</style>
border-color css
<style>
span { border-color: #13DF00; }
span { border-color: rgb(19,223,0); }
td.TdClassName
{
border-color: #13DF00;
}
.TagClassName
{
border-color: #13DF00;
}
</style>