Shades of Free Speech Green #03D616
Tints of Free Speech Green #03D616
RGB
CMYK
RGB Variations
Color information
#03D616 (or 0x03D616) is known color: Free Speech Green. HEX triplet: 03, D6 and 16. RGB value is (3,214,22). Sum of RGB (Red+Green+Blue) = 3+214+22=239 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 239); Green value is 214 (83.98% from 255 or 89.54% from 239); Blue value is 22 (8.98% from 255 or 9.21% from 239); Max value from RGB is 214 - color contains mainly: green. Hex color #03D616 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03D616 is #FC29E9. Grayscale: #818181. Windows color (decimal): -16525802 or 1496579. OLE color: 1496579.
HSL color Cylindrical-coordinate representation of color #03D616: hue angle of 125.4º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D616 is Cyan = 0.99, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 3 | 214 | 22 | - |
| CMYK | 0.99 | 0 | 0.90 | 0.16 |
| HSL | 125.4º | 0.97% | 0.43% | - |
| HSV(B) | 125.4º | 0.99% | 0.84% | - |
| XYZ | 24.23 | 48.17 | 8.78 | - |
| YUV | 129.02 | 67.6 | 38.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 214 | 22 | 0.99 | 0 | 0.90 | 0.16 | 125.4 | 0.97 | 0.43 |
| Hex | 3 | D6 | 16 | 63 | 0 | 5A | 10 | 7D | 61 | 2B |
| Octal | 3 | 326 | 26 | 143 | 0 | 132 | 20 | 175 | 141 | 53 |
| Binary | 11 | 11010110 | 10110 | 1100011 | 0 | 1011010 | 10000 | 1111101 | 1100001 | 101011 |
Color Harmonies of #03D616
Complementary color
Monochromatic Colors of #03D616
Black with #03D616
Text Example
Text Example
White with #03D616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D616; }
p { color: rgb(3,214,22); }
H1.HeaderClassName
{
color: #03D616;
}
.AnyTagClassName
{
color: #03D616;
}
</style>
background-color css
<style>
a { background-color: #03D616; }
a { background-color: rgb(3,214,22); }
div.DivClassName
{
background-color: #03D616;
}
.BgClassName
{
background-color: #03D616;
}
</style>
border-color css
<style>
span { border-color: #03D616; }
span { border-color: rgb(3,214,22); }
td.TdClassName
{
border-color: #03D616;
}
.TagClassName
{
border-color: #03D616;
}
</style>