Shades of Free Speech Green #13FE03
Tints of Free Speech Green #13FE03
RGB
CMYK
RGB Variations
Color information
#13FE03 (or 0x13FE03) is known color: Free Speech Green. HEX triplet: 13, FE and 03. RGB value is (19,254,3). Sum of RGB (Red+Green+Blue) = 19+254+3=276 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.88% from 276); Green value is 254 (99.61% from 255 or 92.03% from 276); Blue value is 3 (1.56% from 255 or 1.09% from 276); Max value from RGB is 254 - color contains mainly: green. Hex color #13FE03 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #13FE03 is #EC01FC. Grayscale: #9B9B9B. Windows color (decimal): -15467005 or 261651. OLE color: 261651.
HSL color Cylindrical-coordinate representation of color #13FE03: hue angle of 116.18º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #13FE03 is Cyan = 0.93, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 254 | 3 | - |
| CMYK | 0.93 | 0 | 0.99 | 0.00 |
| HSL | 116.18º | 0.99% | 0.5% | - |
| HSV(B) | 116.18º | 0.99% | 1% | - |
| XYZ | 35.73 | 71.03 | 11.91 | - |
| YUV | 155.12 | 42.14 | 30.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 254 | 3 | 0.93 | 0 | 0.99 | 0.00 | 116.18 | 0.99 | 0.5 |
| Hex | 13 | FE | 3 | 5D | 0 | 63 | 0 | 74 | 63 | 32 |
| Octal | 23 | 376 | 3 | 135 | 0 | 143 | 0 | 164 | 143 | 62 |
| Binary | 10011 | 11111110 | 11 | 1011101 | 0 | 1100011 | 0 | 1110100 | 1100011 | 110010 |
Color Harmonies of #13FE03
Complementary color
Monochromatic Colors of #13FE03
Black with #13FE03
Text Example
Text Example
White with #13FE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13FE03; }
p { color: rgb(19,254,3); }
H1.HeaderClassName
{
color: #13FE03;
}
.AnyTagClassName
{
color: #13FE03;
}
</style>
background-color css
<style>
a { background-color: #13FE03; }
a { background-color: rgb(19,254,3); }
div.DivClassName
{
background-color: #13FE03;
}
.BgClassName
{
background-color: #13FE03;
}
</style>
border-color css
<style>
span { border-color: #13FE03; }
span { border-color: rgb(19,254,3); }
td.TdClassName
{
border-color: #13FE03;
}
.TagClassName
{
border-color: #13FE03;
}
</style>