Shades of Free Speech Green #03E919
Tints of Free Speech Green #03E919
RGB
CMYK
RGB Variations
Color information
#03E919 (or 0x03E919) is known color: Free Speech Green. HEX triplet: 03, E9 and 19. RGB value is (3,233,25). Sum of RGB (Red+Green+Blue) = 3+233+25=261 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 261); Green value is 233 (91.41% from 255 or 89.27% from 261); Blue value is 25 (10.16% from 255 or 9.58% from 261); Max value from RGB is 233 - color contains mainly: green. Hex color #03E919 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #03E919 is #FC16E6. Grayscale: #8D8D8D. Windows color (decimal): -16520935 or 1698051. OLE color: 1698051.
HSL color Cylindrical-coordinate representation of color #03E919: hue angle of 125.74º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03E919 is Cyan = 0.99, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 3 | 233 | 25 | - |
| CMYK | 0.99 | 0 | 0.89 | 0.09 |
| HSL | 125.74º | 0.97% | 0.46% | - |
| HSV(B) | 125.74º | 0.99% | 0.91% | - |
| XYZ | 29.35 | 58.37 | 10.64 | - |
| YUV | 140.52 | 62.8 | 29.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 233 | 25 | 0.99 | 0 | 0.89 | 0.09 | 125.74 | 0.97 | 0.46 |
| Hex | 3 | E9 | 19 | 63 | 0 | 59 | 9 | 7E | 61 | 2E |
| Octal | 3 | 351 | 31 | 143 | 0 | 131 | 11 | 176 | 141 | 56 |
| Binary | 11 | 11101001 | 11001 | 1100011 | 0 | 1011001 | 1001 | 1111110 | 1100001 | 101110 |
Color Harmonies of #03E919
Complementary color
Monochromatic Colors of #03E919
Black with #03E919
Text Example
Text Example
White with #03E919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03E919; }
p { color: rgb(3,233,25); }
H1.HeaderClassName
{
color: #03E919;
}
.AnyTagClassName
{
color: #03E919;
}
</style>
background-color css
<style>
a { background-color: #03E919; }
a { background-color: rgb(3,233,25); }
div.DivClassName
{
background-color: #03E919;
}
.BgClassName
{
background-color: #03E919;
}
</style>
border-color css
<style>
span { border-color: #03E919; }
span { border-color: rgb(3,233,25); }
td.TdClassName
{
border-color: #03E919;
}
.TagClassName
{
border-color: #03E919;
}
</style>