Shades of Free Speech Green #03EC2D
Tints of Free Speech Green #03EC2D
RGB
CMYK
RGB Variations
Color information
#03EC2D (or 0x03EC2D) is known color: Free Speech Green. HEX triplet: 03, EC and 2D. RGB value is (3,236,45). Sum of RGB (Red+Green+Blue) = 3+236+45=284 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 284); Green value is 236 (92.58% from 255 or 83.10% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 236 - color contains mainly: green. Hex color #03EC2D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #03EC2D is #FC13D2. Grayscale: #919191. Windows color (decimal): -16520147 or 3009539. OLE color: 3009539.
HSL color Cylindrical-coordinate representation of color #03EC2D: hue angle of 130.82º 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 #03EC2D is Cyan = 0.99, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 236 | 45 | - |
| CMYK | 0.99 | 0 | 0.81 | 0.07 |
| HSL | 130.82º | 0.97% | 0.47% | - |
| HSV(B) | 130.82º | 0.99% | 0.93% | - |
| XYZ | 30.51 | 60.2 | 12.49 | - |
| YUV | 144.56 | 71.81 | 27.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 236 | 45 | 0.99 | 0 | 0.81 | 0.07 | 130.82 | 0.97 | 0.47 |
| Hex | 3 | EC | 2D | 63 | 0 | 51 | 7 | 83 | 61 | 2F |
| Octal | 3 | 354 | 55 | 143 | 0 | 121 | 7 | 203 | 141 | 57 |
| Binary | 11 | 11101100 | 101101 | 1100011 | 0 | 1010001 | 111 | 10000011 | 1100001 | 101111 |
Color Harmonies of #03EC2D
Complementary color
Monochromatic Colors of #03EC2D
Black with #03EC2D
Text Example
Text Example
White with #03EC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03EC2D; }
p { color: rgb(3,236,45); }
H1.HeaderClassName
{
color: #03EC2D;
}
.AnyTagClassName
{
color: #03EC2D;
}
</style>
background-color css
<style>
a { background-color: #03EC2D; }
a { background-color: rgb(3,236,45); }
div.DivClassName
{
background-color: #03EC2D;
}
.BgClassName
{
background-color: #03EC2D;
}
</style>
border-color css
<style>
span { border-color: #03EC2D; }
span { border-color: rgb(3,236,45); }
td.TdClassName
{
border-color: #03EC2D;
}
.TagClassName
{
border-color: #03EC2D;
}
</style>