Shades of Free Speech Green #03EC1C
Tints of Free Speech Green #03EC1C
RGB
CMYK
RGB Variations
Color information
#03EC1C (or 0x03EC1C) is known color: Free Speech Green. HEX triplet: 03, EC and 1C. RGB value is (3,236,28). Sum of RGB (Red+Green+Blue) = 3+236+28=267 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 267); Green value is 236 (92.58% from 255 or 88.39% from 267); Blue value is 28 (11.33% from 255 or 10.49% from 267); Max value from RGB is 236 - color contains mainly: green. Hex color #03EC1C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #03EC1C is #FC13E3. Grayscale: #8F8F8F. Windows color (decimal): -16520164 or 1895427. OLE color: 1895427.
HSL color Cylindrical-coordinate representation of color #03EC1C: hue angle of 126.44º 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 #03EC1C is Cyan = 0.99, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 236 | 28 | - |
| CMYK | 0.99 | 0 | 0.88 | 0.07 |
| HSL | 126.44º | 0.97% | 0.47% | - |
| HSV(B) | 126.44º | 0.99% | 0.93% | - |
| XYZ | 30.24 | 60.09 | 11.1 | - |
| YUV | 142.62 | 63.31 | 28.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 236 | 28 | 0.99 | 0 | 0.88 | 0.07 | 126.44 | 0.97 | 0.47 |
| Hex | 3 | EC | 1C | 63 | 0 | 58 | 7 | 7E | 61 | 2F |
| Octal | 3 | 354 | 34 | 143 | 0 | 130 | 7 | 176 | 141 | 57 |
| Binary | 11 | 11101100 | 11100 | 1100011 | 0 | 1011000 | 111 | 1111110 | 1100001 | 101111 |
Color Harmonies of #03EC1C
Complementary color
Monochromatic Colors of #03EC1C
Black with #03EC1C
Text Example
Text Example
White with #03EC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03EC1C; }
p { color: rgb(3,236,28); }
H1.HeaderClassName
{
color: #03EC1C;
}
.AnyTagClassName
{
color: #03EC1C;
}
</style>
background-color css
<style>
a { background-color: #03EC1C; }
a { background-color: rgb(3,236,28); }
div.DivClassName
{
background-color: #03EC1C;
}
.BgClassName
{
background-color: #03EC1C;
}
</style>
border-color css
<style>
span { border-color: #03EC1C; }
span { border-color: rgb(3,236,28); }
td.TdClassName
{
border-color: #03EC1C;
}
.TagClassName
{
border-color: #03EC1C;
}
</style>