Shades of Free Speech Green #03F521
Tints of Free Speech Green #03F521
RGB
CMYK
RGB Variations
Color information
#03F521 (or 0x03F521) is known color: Free Speech Green. HEX triplet: 03, F5 and 21. RGB value is (3,245,33). Sum of RGB (Red+Green+Blue) = 3+245+33=281 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 281); Green value is 245 (96.09% from 255 or 87.19% from 281); Blue value is 33 (13.28% from 255 or 11.74% from 281); Max value from RGB is 245 - color contains mainly: green. Hex color #03F521 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #03F521 is #FC0ADE. Grayscale: #959595. Windows color (decimal): -16517855 or 2225411. OLE color: 2225411.
HSL color Cylindrical-coordinate representation of color #03F521: hue angle of 127.44º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03F521 is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 3 | 245 | 33 | - |
| CMYK | 0.99 | 0 | 0.87 | 0.04 |
| HSL | 127.44º | 0.98% | 0.49% | - |
| HSV(B) | 127.44º | 0.99% | 0.96% | - |
| XYZ | 32.96 | 65.43 | 12.33 | - |
| YUV | 148.47 | 62.83 | 24.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 245 | 33 | 0.99 | 0 | 0.87 | 0.04 | 127.44 | 0.98 | 0.49 |
| Hex | 3 | F5 | 21 | 63 | 0 | 57 | 4 | 7F | 62 | 31 |
| Octal | 3 | 365 | 41 | 143 | 0 | 127 | 4 | 177 | 142 | 61 |
| Binary | 11 | 11110101 | 100001 | 1100011 | 0 | 1010111 | 100 | 1111111 | 1100010 | 110001 |
Color Harmonies of #03F521
Complementary color
Monochromatic Colors of #03F521
Black with #03F521
Text Example
Text Example
White with #03F521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F521; }
p { color: rgb(3,245,33); }
H1.HeaderClassName
{
color: #03F521;
}
.AnyTagClassName
{
color: #03F521;
}
</style>
background-color css
<style>
a { background-color: #03F521; }
a { background-color: rgb(3,245,33); }
div.DivClassName
{
background-color: #03F521;
}
.BgClassName
{
background-color: #03F521;
}
</style>
border-color css
<style>
span { border-color: #03F521; }
span { border-color: rgb(3,245,33); }
td.TdClassName
{
border-color: #03F521;
}
.TagClassName
{
border-color: #03F521;
}
</style>