Shades of Free Speech Green #03D113
Tints of Free Speech Green #03D113
RGB
CMYK
RGB Variations
Color information
#03D113 (or 0x03D113) is known color: Free Speech Green. HEX triplet: 03, D1 and 13. RGB value is (3,209,19). Sum of RGB (Red+Green+Blue) = 3+209+19=231 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 231); Green value is 209 (82.03% from 255 or 90.48% from 231); Blue value is 19 (7.81% from 255 or 8.23% from 231); Max value from RGB is 209 - color contains mainly: green. Hex color #03D113 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03D113 is #FC2EEC. Grayscale: #7E7E7E. Windows color (decimal): -16527085 or 1298691. OLE color: 1298691.
HSL color Cylindrical-coordinate representation of color #03D113: hue angle of 124.66º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D113 is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 209 | 19 | - |
| CMYK | 0.99 | 0 | 0.91 | 0.18 |
| HSL | 124.66º | 0.97% | 0.42% | - |
| HSV(B) | 124.66º | 0.99% | 0.82% | - |
| XYZ | 22.96 | 45.67 | 8.22 | - |
| YUV | 125.75 | 67.75 | 40.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 209 | 19 | 0.99 | 0 | 0.91 | 0.18 | 124.66 | 0.97 | 0.42 |
| Hex | 3 | D1 | 13 | 63 | 0 | 5B | 12 | 7D | 61 | 2A |
| Octal | 3 | 321 | 23 | 143 | 0 | 133 | 22 | 175 | 141 | 52 |
| Binary | 11 | 11010001 | 10011 | 1100011 | 0 | 1011011 | 10010 | 1111101 | 1100001 | 101010 |
Color Harmonies of #03D113
Complementary color
Monochromatic Colors of #03D113
Black with #03D113
Text Example
Text Example
White with #03D113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D113; }
p { color: rgb(3,209,19); }
H1.HeaderClassName
{
color: #03D113;
}
.AnyTagClassName
{
color: #03D113;
}
</style>
background-color css
<style>
a { background-color: #03D113; }
a { background-color: rgb(3,209,19); }
div.DivClassName
{
background-color: #03D113;
}
.BgClassName
{
background-color: #03D113;
}
</style>
border-color css
<style>
span { border-color: #03D113; }
span { border-color: rgb(3,209,19); }
td.TdClassName
{
border-color: #03D113;
}
.TagClassName
{
border-color: #03D113;
}
</style>