Shades of Free Speech Green #03EC13
Tints of Free Speech Green #03EC13
RGB
CMYK
RGB Variations
Color information
#03EC13 (or 0x03EC13) is known color: Free Speech Green. HEX triplet: 03, EC and 13. RGB value is (3,236,19). Sum of RGB (Red+Green+Blue) = 3+236+19=258 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.16% from 258); Green value is 236 (92.58% from 255 or 91.47% from 258); Blue value is 19 (7.81% from 255 or 7.36% from 258); Max value from RGB is 236 - color contains mainly: green. Hex color #03EC13 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #03EC13 is #FC13EC. Grayscale: #8E8E8E. Windows color (decimal): -16520173 or 1305603. OLE color: 1305603.
HSL color Cylindrical-coordinate representation of color #03EC13: hue angle of 124.12º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03EC13 is Cyan = 0.99, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 236 | 19 | - |
| CMYK | 0.99 | 0 | 0.92 | 0.07 |
| HSL | 124.12º | 0.97% | 0.47% | - |
| HSV(B) | 124.12º | 0.99% | 0.93% | - |
| XYZ | 30.15 | 60.06 | 10.62 | - |
| YUV | 141.6 | 58.81 | 29.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 236 | 19 | 0.99 | 0 | 0.92 | 0.07 | 124.12 | 0.97 | 0.47 |
| Hex | 3 | EC | 13 | 63 | 0 | 5C | 7 | 7C | 61 | 2F |
| Octal | 3 | 354 | 23 | 143 | 0 | 134 | 7 | 174 | 141 | 57 |
| Binary | 11 | 11101100 | 10011 | 1100011 | 0 | 1011100 | 111 | 1111100 | 1100001 | 101111 |
Color Harmonies of #03EC13
Complementary color
Monochromatic Colors of #03EC13
Black with #03EC13
Text Example
Text Example
White with #03EC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03EC13; }
p { color: rgb(3,236,19); }
H1.HeaderClassName
{
color: #03EC13;
}
.AnyTagClassName
{
color: #03EC13;
}
</style>
background-color css
<style>
a { background-color: #03EC13; }
a { background-color: rgb(3,236,19); }
div.DivClassName
{
background-color: #03EC13;
}
.BgClassName
{
background-color: #03EC13;
}
</style>
border-color css
<style>
span { border-color: #03EC13; }
span { border-color: rgb(3,236,19); }
td.TdClassName
{
border-color: #03EC13;
}
.TagClassName
{
border-color: #03EC13;
}
</style>