Shades of Free Speech Green #03E10D
Tints of Free Speech Green #03E10D
RGB
CMYK
RGB Variations
Color information
#03E10D (or 0x03E10D) is known color: Free Speech Green. HEX triplet: 03, E1 and 0D. RGB value is (3,225,13). Sum of RGB (Red+Green+Blue) = 3+225+13=241 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.24% from 241); Green value is 225 (88.28% from 255 or 93.36% from 241); Blue value is 13 (5.47% from 255 or 5.39% from 241); Max value from RGB is 225 - color contains mainly: green. Hex color #03E10D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03E10D is #FC1EF2. Grayscale: #878787. Windows color (decimal): -16522995 or 909571. OLE color: 909571.
HSL color Cylindrical-coordinate representation of color #03E10D: hue angle of 122.7º 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 #03E10D is Cyan = 0.99, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 3 | 225 | 13 | - |
| CMYK | 0.99 | 0 | 0.94 | 0.12 |
| HSL | 122.7º | 0.97% | 0.45% | - |
| HSV(B) | 122.7º | 0.99% | 0.88% | - |
| XYZ | 27.04 | 53.9 | 9.36 | - |
| YUV | 134.45 | 59.45 | 34.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 225 | 13 | 0.99 | 0 | 0.94 | 0.12 | 122.7 | 0.97 | 0.45 |
| Hex | 3 | E1 | D | 63 | 0 | 5E | C | 7B | 61 | 2D |
| Octal | 3 | 341 | 15 | 143 | 0 | 136 | 14 | 173 | 141 | 55 |
| Binary | 11 | 11100001 | 1101 | 1100011 | 0 | 1011110 | 1100 | 1111011 | 1100001 | 101101 |
Color Harmonies of #03E10D
Complementary color
Monochromatic Colors of #03E10D
Black with #03E10D
Text Example
Text Example
White with #03E10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03E10D; }
p { color: rgb(3,225,13); }
H1.HeaderClassName
{
color: #03E10D;
}
.AnyTagClassName
{
color: #03E10D;
}
</style>
background-color css
<style>
a { background-color: #03E10D; }
a { background-color: rgb(3,225,13); }
div.DivClassName
{
background-color: #03E10D;
}
.BgClassName
{
background-color: #03E10D;
}
</style>
border-color css
<style>
span { border-color: #03E10D; }
span { border-color: rgb(3,225,13); }
td.TdClassName
{
border-color: #03E10D;
}
.TagClassName
{
border-color: #03E10D;
}
</style>