Shades of Free Speech Green #03E11D
Tints of Free Speech Green #03E11D
RGB
CMYK
RGB Variations
Color information
#03E11D (or 0x03E11D) is known color: Free Speech Green. HEX triplet: 03, E1 and 1D. RGB value is (3,225,29). Sum of RGB (Red+Green+Blue) = 3+225+29=257 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.17% from 257); Green value is 225 (88.28% from 255 or 87.55% from 257); Blue value is 29 (11.72% from 255 or 11.28% from 257); Max value from RGB is 225 - color contains mainly: green. Hex color #03E11D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03E11D is #FC1EE2. Grayscale: #888888. Windows color (decimal): -16522979 or 1958147. OLE color: 1958147.
HSL color Cylindrical-coordinate representation of color #03E11D: hue angle of 127.03º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03E11D is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 3 | 225 | 29 | - |
| CMYK | 0.99 | 0 | 0.87 | 0.12 |
| HSL | 127.03º | 0.97% | 0.45% | - |
| HSV(B) | 127.03º | 0.99% | 0.88% | - |
| XYZ | 27.18 | 53.96 | 10.14 | - |
| YUV | 136.28 | 67.45 | 32.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 225 | 29 | 0.99 | 0 | 0.87 | 0.12 | 127.03 | 0.97 | 0.45 |
| Hex | 3 | E1 | 1D | 63 | 0 | 57 | C | 7F | 61 | 2D |
| Octal | 3 | 341 | 35 | 143 | 0 | 127 | 14 | 177 | 141 | 55 |
| Binary | 11 | 11100001 | 11101 | 1100011 | 0 | 1010111 | 1100 | 1111111 | 1100001 | 101101 |
Color Harmonies of #03E11D
Complementary color
Monochromatic Colors of #03E11D
Black with #03E11D
Text Example
Text Example
White with #03E11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03E11D; }
p { color: rgb(3,225,29); }
H1.HeaderClassName
{
color: #03E11D;
}
.AnyTagClassName
{
color: #03E11D;
}
</style>
background-color css
<style>
a { background-color: #03E11D; }
a { background-color: rgb(3,225,29); }
div.DivClassName
{
background-color: #03E11D;
}
.BgClassName
{
background-color: #03E11D;
}
</style>
border-color css
<style>
span { border-color: #03E11D; }
span { border-color: rgb(3,225,29); }
td.TdClassName
{
border-color: #03E11D;
}
.TagClassName
{
border-color: #03E11D;
}
</style>