Shades of Free Speech Green #03E512
Tints of Free Speech Green #03E512
RGB
CMYK
RGB Variations
Color information
#03E512 (or 0x03E512) is known color: Free Speech Green. HEX triplet: 03, E5 and 12. RGB value is (3,229,18). Sum of RGB (Red+Green+Blue) = 3+229+18=250 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.2% from 250); Green value is 229 (89.84% from 255 or 91.6% from 250); Blue value is 18 (7.42% from 255 or 7.2% from 250); Max value from RGB is 229 - color contains mainly: green. Hex color #03E512 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03E512 is #FC1AED. Grayscale: #898989. Windows color (decimal): -16521966 or 1238275. OLE color: 1238275.
HSL color Cylindrical-coordinate representation of color #03E512: hue angle of 123.98º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03E512 is Cyan = 0.99, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 3 | 229 | 18 | - |
| CMYK | 0.99 | 0 | 0.92 | 0.10 |
| HSL | 123.98º | 0.97% | 0.45% | - |
| HSV(B) | 123.98º | 0.99% | 0.9% | - |
| XYZ | 28.17 | 56.1 | 9.92 | - |
| YUV | 137.37 | 60.63 | 32.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 229 | 18 | 0.99 | 0 | 0.92 | 0.10 | 123.98 | 0.97 | 0.45 |
| Hex | 3 | E5 | 12 | 63 | 0 | 5C | A | 7C | 61 | 2D |
| Octal | 3 | 345 | 22 | 143 | 0 | 134 | 12 | 174 | 141 | 55 |
| Binary | 11 | 11100101 | 10010 | 1100011 | 0 | 1011100 | 1010 | 1111100 | 1100001 | 101101 |
Color Harmonies of #03E512
Complementary color
Monochromatic Colors of #03E512
Black with #03E512
Text Example
Text Example
White with #03E512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03E512; }
p { color: rgb(3,229,18); }
H1.HeaderClassName
{
color: #03E512;
}
.AnyTagClassName
{
color: #03E512;
}
</style>
background-color css
<style>
a { background-color: #03E512; }
a { background-color: rgb(3,229,18); }
div.DivClassName
{
background-color: #03E512;
}
.BgClassName
{
background-color: #03E512;
}
</style>
border-color css
<style>
span { border-color: #03E512; }
span { border-color: rgb(3,229,18); }
td.TdClassName
{
border-color: #03E512;
}
.TagClassName
{
border-color: #03E512;
}
</style>