Shades of Free Speech Green #03DD16
Tints of Free Speech Green #03DD16
RGB
CMYK
RGB Variations
Color information
#03DD16 (or 0x03DD16) is known color: Free Speech Green. HEX triplet: 03, DD and 16. RGB value is (3,221,22). Sum of RGB (Red+Green+Blue) = 3+221+22=246 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.22% from 246); Green value is 221 (86.72% from 255 or 89.84% from 246); Blue value is 22 (8.98% from 255 or 8.94% from 246); Max value from RGB is 221 - color contains mainly: green. Hex color #03DD16 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03DD16 is #FC22E9. Grayscale: #858585. Windows color (decimal): -16524010 or 1498371. OLE color: 1498371.
HSL color Cylindrical-coordinate representation of color #03DD16: hue angle of 125.23º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03DD16 is Cyan = 0.99, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 221 | 22 | - |
| CMYK | 0.99 | 0 | 0.90 | 0.13 |
| HSL | 125.23º | 0.97% | 0.44% | - |
| HSV(B) | 125.23º | 0.99% | 0.87% | - |
| XYZ | 26.04 | 51.79 | 9.38 | - |
| YUV | 133.13 | 65.28 | 35.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 221 | 22 | 0.99 | 0 | 0.90 | 0.13 | 125.23 | 0.97 | 0.44 |
| Hex | 3 | DD | 16 | 63 | 0 | 5A | D | 7D | 61 | 2C |
| Octal | 3 | 335 | 26 | 143 | 0 | 132 | 15 | 175 | 141 | 54 |
| Binary | 11 | 11011101 | 10110 | 1100011 | 0 | 1011010 | 1101 | 1111101 | 1100001 | 101100 |
Color Harmonies of #03DD16
Complementary color
Monochromatic Colors of #03DD16
Black with #03DD16
Text Example
Text Example
White with #03DD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DD16; }
p { color: rgb(3,221,22); }
H1.HeaderClassName
{
color: #03DD16;
}
.AnyTagClassName
{
color: #03DD16;
}
</style>
background-color css
<style>
a { background-color: #03DD16; }
a { background-color: rgb(3,221,22); }
div.DivClassName
{
background-color: #03DD16;
}
.BgClassName
{
background-color: #03DD16;
}
</style>
border-color css
<style>
span { border-color: #03DD16; }
span { border-color: rgb(3,221,22); }
td.TdClassName
{
border-color: #03DD16;
}
.TagClassName
{
border-color: #03DD16;
}
</style>