Shades of Free Speech Green #03E22B
Tints of Free Speech Green #03E22B
RGB
CMYK
RGB Variations
Color information
#03E22B (or 0x03E22B) is known color: Free Speech Green. HEX triplet: 03, E2 and 2B. RGB value is (3,226,43). Sum of RGB (Red+Green+Blue) = 3+226+43=272 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 272); Green value is 226 (88.67% from 255 or 83.09% from 272); Blue value is 43 (17.19% from 255 or 15.81% from 272); Max value from RGB is 226 - color contains mainly: green. Hex color #03E22B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03E22B is #FC1DD4. Grayscale: #8A8A8A. Windows color (decimal): -16522709 or 2875907. OLE color: 2875907.
HSL color Cylindrical-coordinate representation of color #03E22B: hue angle of 130.76º 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 #03E22B is Cyan = 0.99, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 3 | 226 | 43 | - |
| CMYK | 0.99 | 0 | 0.81 | 0.11 |
| HSL | 130.76º | 0.97% | 0.45% | - |
| HSV(B) | 130.76º | 0.99% | 0.89% | - |
| XYZ | 27.67 | 54.59 | 11.36 | - |
| YUV | 138.46 | 74.12 | 31.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 226 | 43 | 0.99 | 0 | 0.81 | 0.11 | 130.76 | 0.97 | 0.45 |
| Hex | 3 | E2 | 2B | 63 | 0 | 51 | B | 83 | 61 | 2D |
| Octal | 3 | 342 | 53 | 143 | 0 | 121 | 13 | 203 | 141 | 55 |
| Binary | 11 | 11100010 | 101011 | 1100011 | 0 | 1010001 | 1011 | 10000011 | 1100001 | 101101 |
Color Harmonies of #03E22B
Complementary color
Monochromatic Colors of #03E22B
Black with #03E22B
Text Example
Text Example
White with #03E22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03E22B; }
p { color: rgb(3,226,43); }
H1.HeaderClassName
{
color: #03E22B;
}
.AnyTagClassName
{
color: #03E22B;
}
</style>
background-color css
<style>
a { background-color: #03E22B; }
a { background-color: rgb(3,226,43); }
div.DivClassName
{
background-color: #03E22B;
}
.BgClassName
{
background-color: #03E22B;
}
</style>
border-color css
<style>
span { border-color: #03E22B; }
span { border-color: rgb(3,226,43); }
td.TdClassName
{
border-color: #03E22B;
}
.TagClassName
{
border-color: #03E22B;
}
</style>