Shades of Free Speech Green #13DF03
Tints of Free Speech Green #13DF03
RGB
CMYK
RGB Variations
Color information
#13DF03 (or 0x13DF03) is known color: Free Speech Green. HEX triplet: 13, DF and 03. RGB value is (19,223,3). Sum of RGB (Red+Green+Blue) = 19+223+3=245 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.76% from 245); Green value is 223 (87.5% from 255 or 91.02% from 245); Blue value is 3 (1.56% from 255 or 1.22% from 245); Max value from RGB is 223 - color contains mainly: green. Hex color #13DF03 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13DF03 is #EC20FC. Grayscale: #898989. Windows color (decimal): -15474941 or 253715. OLE color: 253715.
HSL color Cylindrical-coordinate representation of color #13DF03: hue angle of 115.64º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #13DF03 is Cyan = 0.91, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 223 | 3 | - |
| CMYK | 0.91 | 0 | 0.99 | 0.13 |
| HSL | 115.64º | 0.97% | 0.44% | - |
| HSV(B) | 115.64º | 0.99% | 0.87% | - |
| XYZ | 26.67 | 52.92 | 8.9 | - |
| YUV | 136.92 | 52.41 | 43.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 223 | 3 | 0.91 | 0 | 0.99 | 0.13 | 115.64 | 0.97 | 0.44 |
| Hex | 13 | DF | 3 | 5B | 0 | 63 | D | 74 | 61 | 2C |
| Octal | 23 | 337 | 3 | 133 | 0 | 143 | 15 | 164 | 141 | 54 |
| Binary | 10011 | 11011111 | 11 | 1011011 | 0 | 1100011 | 1101 | 1110100 | 1100001 | 101100 |
Color Harmonies of #13DF03
Complementary color
Monochromatic Colors of #13DF03
Black with #13DF03
Text Example
Text Example
White with #13DF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DF03; }
p { color: rgb(19,223,3); }
H1.HeaderClassName
{
color: #13DF03;
}
.AnyTagClassName
{
color: #13DF03;
}
</style>
background-color css
<style>
a { background-color: #13DF03; }
a { background-color: rgb(19,223,3); }
div.DivClassName
{
background-color: #13DF03;
}
.BgClassName
{
background-color: #13DF03;
}
</style>
border-color css
<style>
span { border-color: #13DF03; }
span { border-color: rgb(19,223,3); }
td.TdClassName
{
border-color: #13DF03;
}
.TagClassName
{
border-color: #13DF03;
}
</style>