Shades of Free Speech Green #03E313
Tints of Free Speech Green #03E313
RGB
CMYK
RGB Variations
Color information
#03E313 (or 0x03E313) is known color: Free Speech Green. HEX triplet: 03, E3 and 13. RGB value is (3,227,19). Sum of RGB (Red+Green+Blue) = 3+227+19=249 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 249); Green value is 227 (89.06% from 255 or 91.16% from 249); Blue value is 19 (7.81% from 255 or 7.63% from 249); Max value from RGB is 227 - color contains mainly: green. Hex color #03E313 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03E313 is #FC1CEC. Grayscale: #888888. Windows color (decimal): -16522477 or 1303299. OLE color: 1303299.
HSL color Cylindrical-coordinate representation of color #03E313: hue angle of 124.29º 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 #03E313 is Cyan = 0.99, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 3 | 227 | 19 | - |
| CMYK | 0.99 | 0 | 0.92 | 0.11 |
| HSL | 124.29º | 0.97% | 0.45% | - |
| HSV(B) | 124.29º | 0.99% | 0.89% | - |
| XYZ | 27.62 | 55 | 9.78 | - |
| YUV | 136.31 | 61.79 | 32.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 227 | 19 | 0.99 | 0 | 0.92 | 0.11 | 124.29 | 0.97 | 0.45 |
| Hex | 3 | E3 | 13 | 63 | 0 | 5C | B | 7C | 61 | 2D |
| Octal | 3 | 343 | 23 | 143 | 0 | 134 | 13 | 174 | 141 | 55 |
| Binary | 11 | 11100011 | 10011 | 1100011 | 0 | 1011100 | 1011 | 1111100 | 1100001 | 101101 |
Color Harmonies of #03E313
Complementary color
Monochromatic Colors of #03E313
Black with #03E313
Text Example
Text Example
White with #03E313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03E313; }
p { color: rgb(3,227,19); }
H1.HeaderClassName
{
color: #03E313;
}
.AnyTagClassName
{
color: #03E313;
}
</style>
background-color css
<style>
a { background-color: #03E313; }
a { background-color: rgb(3,227,19); }
div.DivClassName
{
background-color: #03E313;
}
.BgClassName
{
background-color: #03E313;
}
</style>
border-color css
<style>
span { border-color: #03E313; }
span { border-color: rgb(3,227,19); }
td.TdClassName
{
border-color: #03E313;
}
.TagClassName
{
border-color: #03E313;
}
</style>