Shades of Free Speech Green #03EC2A
Tints of Free Speech Green #03EC2A
RGB
CMYK
RGB Variations
Color information
#03EC2A (or 0x03EC2A) is known color: Free Speech Green. HEX triplet: 03, EC and 2A. RGB value is (3,236,42). Sum of RGB (Red+Green+Blue) = 3+236+42=281 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 281); Green value is 236 (92.58% from 255 or 83.99% from 281); Blue value is 42 (16.80% from 255 or 14.95% from 281); Max value from RGB is 236 - color contains mainly: green. Hex color #03EC2A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #03EC2A is #FC13D5. Grayscale: #909090. Windows color (decimal): -16520150 or 2812931. OLE color: 2812931.
HSL color Cylindrical-coordinate representation of color #03EC2A: hue angle of 130.04º 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 #03EC2A is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 236 | 42 | - |
| CMYK | 0.99 | 0 | 0.82 | 0.07 |
| HSL | 130.04º | 0.97% | 0.47% | - |
| HSV(B) | 130.04º | 0.99% | 0.93% | - |
| XYZ | 30.45 | 60.18 | 12.2 | - |
| YUV | 144.22 | 70.31 | 27.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 236 | 42 | 0.99 | 0 | 0.82 | 0.07 | 130.04 | 0.97 | 0.47 |
| Hex | 3 | EC | 2A | 63 | 0 | 52 | 7 | 82 | 61 | 2F |
| Octal | 3 | 354 | 52 | 143 | 0 | 122 | 7 | 202 | 141 | 57 |
| Binary | 11 | 11101100 | 101010 | 1100011 | 0 | 1010010 | 111 | 10000010 | 1100001 | 101111 |
Color Harmonies of #03EC2A
Complementary color
Monochromatic Colors of #03EC2A
Black with #03EC2A
Text Example
Text Example
White with #03EC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03EC2A; }
p { color: rgb(3,236,42); }
H1.HeaderClassName
{
color: #03EC2A;
}
.AnyTagClassName
{
color: #03EC2A;
}
</style>
background-color css
<style>
a { background-color: #03EC2A; }
a { background-color: rgb(3,236,42); }
div.DivClassName
{
background-color: #03EC2A;
}
.BgClassName
{
background-color: #03EC2A;
}
</style>
border-color css
<style>
span { border-color: #03EC2A; }
span { border-color: rgb(3,236,42); }
td.TdClassName
{
border-color: #03EC2A;
}
.TagClassName
{
border-color: #03EC2A;
}
</style>