Shades of Free Speech Green #03E321
Tints of Free Speech Green #03E321
RGB
CMYK
RGB Variations
Color information
#03E321 (or 0x03E321) is known color: Free Speech Green. HEX triplet: 03, E3 and 21. RGB value is (3,227,33). Sum of RGB (Red+Green+Blue) = 3+227+33=263 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.14% from 263); Green value is 227 (89.06% from 255 or 86.31% from 263); Blue value is 33 (13.28% from 255 or 12.55% from 263); Max value from RGB is 227 - color contains mainly: green. Hex color #03E321 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03E321 is #FC1CDE. Grayscale: #8A8A8A. Windows color (decimal): -16522463 or 2220803. OLE color: 2220803.
HSL color Cylindrical-coordinate representation of color #03E321: hue angle of 128.04º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03E321 is Cyan = 0.99, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 3 | 227 | 33 | - |
| CMYK | 0.99 | 0 | 0.85 | 0.11 |
| HSL | 128.04º | 0.97% | 0.45% | - |
| HSV(B) | 128.04º | 0.99% | 0.89% | - |
| XYZ | 27.78 | 55.07 | 10.6 | - |
| YUV | 137.91 | 68.79 | 31.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 227 | 33 | 0.99 | 0 | 0.85 | 0.11 | 128.04 | 0.97 | 0.45 |
| Hex | 3 | E3 | 21 | 63 | 0 | 55 | B | 80 | 61 | 2D |
| Octal | 3 | 343 | 41 | 143 | 0 | 125 | 13 | 200 | 141 | 55 |
| Binary | 11 | 11100011 | 100001 | 1100011 | 0 | 1010101 | 1011 | 10000000 | 1100001 | 101101 |
Color Harmonies of #03E321
Complementary color
Monochromatic Colors of #03E321
Black with #03E321
Text Example
Text Example
White with #03E321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03E321; }
p { color: rgb(3,227,33); }
H1.HeaderClassName
{
color: #03E321;
}
.AnyTagClassName
{
color: #03E321;
}
</style>
background-color css
<style>
a { background-color: #03E321; }
a { background-color: rgb(3,227,33); }
div.DivClassName
{
background-color: #03E321;
}
.BgClassName
{
background-color: #03E321;
}
</style>
border-color css
<style>
span { border-color: #03E321; }
span { border-color: rgb(3,227,33); }
td.TdClassName
{
border-color: #03E321;
}
.TagClassName
{
border-color: #03E321;
}
</style>