Shades of Free Speech Green #03EC2C
Tints of Free Speech Green #03EC2C
RGB
CMYK
RGB Variations
Color information
#03EC2C (or 0x03EC2C) is known color: Free Speech Green. HEX triplet: 03, EC and 2C. RGB value is (3,236,44). Sum of RGB (Red+Green+Blue) = 3+236+44=283 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 283); Green value is 236 (92.58% from 255 or 83.39% from 283); Blue value is 44 (17.58% from 255 or 15.55% from 283); Max value from RGB is 236 - color contains mainly: green. Hex color #03EC2C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #03EC2C is #FC13D3. Grayscale: #909090. Windows color (decimal): -16520148 or 2944003. OLE color: 2944003.
HSL color Cylindrical-coordinate representation of color #03EC2C: hue angle of 130.56º 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 #03EC2C is Cyan = 0.99, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 236 | 44 | - |
| CMYK | 0.99 | 0 | 0.81 | 0.07 |
| HSL | 130.56º | 0.97% | 0.47% | - |
| HSV(B) | 130.56º | 0.99% | 0.93% | - |
| XYZ | 30.49 | 60.19 | 12.39 | - |
| YUV | 144.45 | 71.31 | 27.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 236 | 44 | 0.99 | 0 | 0.81 | 0.07 | 130.56 | 0.97 | 0.47 |
| Hex | 3 | EC | 2C | 63 | 0 | 51 | 7 | 83 | 61 | 2F |
| Octal | 3 | 354 | 54 | 143 | 0 | 121 | 7 | 203 | 141 | 57 |
| Binary | 11 | 11101100 | 101100 | 1100011 | 0 | 1010001 | 111 | 10000011 | 1100001 | 101111 |
Color Harmonies of #03EC2C
Complementary color
Monochromatic Colors of #03EC2C
Black with #03EC2C
Text Example
Text Example
White with #03EC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03EC2C; }
p { color: rgb(3,236,44); }
H1.HeaderClassName
{
color: #03EC2C;
}
.AnyTagClassName
{
color: #03EC2C;
}
</style>
background-color css
<style>
a { background-color: #03EC2C; }
a { background-color: rgb(3,236,44); }
div.DivClassName
{
background-color: #03EC2C;
}
.BgClassName
{
background-color: #03EC2C;
}
</style>
border-color css
<style>
span { border-color: #03EC2C; }
span { border-color: rgb(3,236,44); }
td.TdClassName
{
border-color: #03EC2C;
}
.TagClassName
{
border-color: #03EC2C;
}
</style>