Shades of Free Speech Green #03EC29
Tints of Free Speech Green #03EC29
RGB
CMYK
RGB Variations
Color information
#03EC29 (or 0x03EC29) is known color: Free Speech Green. HEX triplet: 03, EC and 29. RGB value is (3,236,41). Sum of RGB (Red+Green+Blue) = 3+236+41=280 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 280); Green value is 236 (92.58% from 255 or 84.29% from 280); Blue value is 41 (16.41% from 255 or 14.64% from 280); Max value from RGB is 236 - color contains mainly: green. Hex color #03EC29 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #03EC29 is #FC13D6. Grayscale: #909090. Windows color (decimal): -16520151 or 2747395. OLE color: 2747395.
HSL color Cylindrical-coordinate representation of color #03EC29: hue angle of 129.79º 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 #03EC29 is Cyan = 0.99, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 236 | 41 | - |
| CMYK | 0.99 | 0 | 0.83 | 0.07 |
| HSL | 129.79º | 0.97% | 0.47% | - |
| HSV(B) | 129.79º | 0.99% | 0.93% | - |
| XYZ | 30.43 | 60.17 | 12.11 | - |
| YUV | 144.1 | 69.81 | 27.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 236 | 41 | 0.99 | 0 | 0.83 | 0.07 | 129.79 | 0.97 | 0.47 |
| Hex | 3 | EC | 29 | 63 | 0 | 53 | 7 | 82 | 61 | 2F |
| Octal | 3 | 354 | 51 | 143 | 0 | 123 | 7 | 202 | 141 | 57 |
| Binary | 11 | 11101100 | 101001 | 1100011 | 0 | 1010011 | 111 | 10000010 | 1100001 | 101111 |
Color Harmonies of #03EC29
Complementary color
Monochromatic Colors of #03EC29
Black with #03EC29
Text Example
Text Example
White with #03EC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03EC29; }
p { color: rgb(3,236,41); }
H1.HeaderClassName
{
color: #03EC29;
}
.AnyTagClassName
{
color: #03EC29;
}
</style>
background-color css
<style>
a { background-color: #03EC29; }
a { background-color: rgb(3,236,41); }
div.DivClassName
{
background-color: #03EC29;
}
.BgClassName
{
background-color: #03EC29;
}
</style>
border-color css
<style>
span { border-color: #03EC29; }
span { border-color: rgb(3,236,41); }
td.TdClassName
{
border-color: #03EC29;
}
.TagClassName
{
border-color: #03EC29;
}
</style>