Shades of Free Speech Green #03EC25
Tints of Free Speech Green #03EC25
RGB
CMYK
RGB Variations
Color information
#03EC25 (or 0x03EC25) is known color: Free Speech Green. HEX triplet: 03, EC and 25. RGB value is (3,236,37). Sum of RGB (Red+Green+Blue) = 3+236+37=276 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 276); Green value is 236 (92.58% from 255 or 85.51% from 276); Blue value is 37 (14.84% from 255 or 13.41% from 276); Max value from RGB is 236 - color contains mainly: green. Hex color #03EC25 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #03EC25 is #FC13DA. Grayscale: #909090. Windows color (decimal): -16520155 or 2485251. OLE color: 2485251.
HSL color Cylindrical-coordinate representation of color #03EC25: hue angle of 128.76º 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 #03EC25 is Cyan = 0.99, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 236 | 37 | - |
| CMYK | 0.99 | 0 | 0.84 | 0.07 |
| HSL | 128.76º | 0.97% | 0.47% | - |
| HSV(B) | 128.76º | 0.99% | 0.93% | - |
| XYZ | 30.37 | 60.14 | 11.76 | - |
| YUV | 143.65 | 67.81 | 27.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 236 | 37 | 0.99 | 0 | 0.84 | 0.07 | 128.76 | 0.97 | 0.47 |
| Hex | 3 | EC | 25 | 63 | 0 | 54 | 7 | 81 | 61 | 2F |
| Octal | 3 | 354 | 45 | 143 | 0 | 124 | 7 | 201 | 141 | 57 |
| Binary | 11 | 11101100 | 100101 | 1100011 | 0 | 1010100 | 111 | 10000001 | 1100001 | 101111 |
Color Harmonies of #03EC25
Complementary color
Monochromatic Colors of #03EC25
Black with #03EC25
Text Example
Text Example
White with #03EC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03EC25; }
p { color: rgb(3,236,37); }
H1.HeaderClassName
{
color: #03EC25;
}
.AnyTagClassName
{
color: #03EC25;
}
</style>
background-color css
<style>
a { background-color: #03EC25; }
a { background-color: rgb(3,236,37); }
div.DivClassName
{
background-color: #03EC25;
}
.BgClassName
{
background-color: #03EC25;
}
</style>
border-color css
<style>
span { border-color: #03EC25; }
span { border-color: rgb(3,236,37); }
td.TdClassName
{
border-color: #03EC25;
}
.TagClassName
{
border-color: #03EC25;
}
</style>