Shades of Free Speech Green #03E40C
Tints of Free Speech Green #03E40C
RGB
CMYK
RGB Variations
Color information
#03E40C (or 0x03E40C) is known color: Free Speech Green. HEX triplet: 03, E4 and 0C. RGB value is (3,228,12). Sum of RGB (Red+Green+Blue) = 3+228+12=243 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.23% from 243); Green value is 228 (89.45% from 255 or 93.83% from 243); Blue value is 12 (5.08% from 255 or 4.94% from 243); Max value from RGB is 228 - color contains mainly: green. Hex color #03E40C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03E40C is #FC1BF3. Grayscale: #888888. Windows color (decimal): -16522228 or 844803. OLE color: 844803.
HSL color Cylindrical-coordinate representation of color #03E40C: hue angle of 122.4º 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 #03E40C is Cyan = 0.99, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 3 | 228 | 12 | - |
| CMYK | 0.99 | 0 | 0.95 | 0.11 |
| HSL | 122.4º | 0.97% | 0.45% | - |
| HSV(B) | 122.4º | 0.99% | 0.89% | - |
| XYZ | 27.85 | 55.53 | 9.6 | - |
| YUV | 136.1 | 57.96 | 33.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 228 | 12 | 0.99 | 0 | 0.95 | 0.11 | 122.4 | 0.97 | 0.45 |
| Hex | 3 | E4 | C | 63 | 0 | 5F | B | 7A | 61 | 2D |
| Octal | 3 | 344 | 14 | 143 | 0 | 137 | 13 | 172 | 141 | 55 |
| Binary | 11 | 11100100 | 1100 | 1100011 | 0 | 1011111 | 1011 | 1111010 | 1100001 | 101101 |
Color Harmonies of #03E40C
Complementary color
Monochromatic Colors of #03E40C
Black with #03E40C
Text Example
Text Example
White with #03E40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03E40C; }
p { color: rgb(3,228,12); }
H1.HeaderClassName
{
color: #03E40C;
}
.AnyTagClassName
{
color: #03E40C;
}
</style>
background-color css
<style>
a { background-color: #03E40C; }
a { background-color: rgb(3,228,12); }
div.DivClassName
{
background-color: #03E40C;
}
.BgClassName
{
background-color: #03E40C;
}
</style>
border-color css
<style>
span { border-color: #03E40C; }
span { border-color: rgb(3,228,12); }
td.TdClassName
{
border-color: #03E40C;
}
.TagClassName
{
border-color: #03E40C;
}
</style>