Shades of Free Speech Green #03DD0D
Tints of Free Speech Green #03DD0D
RGB
CMYK
RGB Variations
Color information
#03DD0D (or 0x03DD0D) is known color: Free Speech Green. HEX triplet: 03, DD and 0D. RGB value is (3,221,13). Sum of RGB (Red+Green+Blue) = 3+221+13=237 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 237); Green value is 221 (86.72% from 255 or 93.25% from 237); Blue value is 13 (5.47% from 255 or 5.49% from 237); Max value from RGB is 221 - color contains mainly: green. Hex color #03DD0D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03DD0D is #FC22F2. Grayscale: #848484. Windows color (decimal): -16524019 or 908547. OLE color: 908547.
HSL color Cylindrical-coordinate representation of color #03DD0D: hue angle of 122.75º 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 #03DD0D is Cyan = 0.99, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 221 | 13 | - |
| CMYK | 0.99 | 0 | 0.94 | 0.13 |
| HSL | 122.75º | 0.97% | 0.44% | - |
| HSV(B) | 122.75º | 0.99% | 0.87% | - |
| XYZ | 25.97 | 51.76 | 9 | - |
| YUV | 132.11 | 60.78 | 35.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 221 | 13 | 0.99 | 0 | 0.94 | 0.13 | 122.75 | 0.97 | 0.44 |
| Hex | 3 | DD | D | 63 | 0 | 5E | D | 7B | 61 | 2C |
| Octal | 3 | 335 | 15 | 143 | 0 | 136 | 15 | 173 | 141 | 54 |
| Binary | 11 | 11011101 | 1101 | 1100011 | 0 | 1011110 | 1101 | 1111011 | 1100001 | 101100 |
Color Harmonies of #03DD0D
Complementary color
Monochromatic Colors of #03DD0D
Black with #03DD0D
Text Example
Text Example
White with #03DD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DD0D; }
p { color: rgb(3,221,13); }
H1.HeaderClassName
{
color: #03DD0D;
}
.AnyTagClassName
{
color: #03DD0D;
}
</style>
background-color css
<style>
a { background-color: #03DD0D; }
a { background-color: rgb(3,221,13); }
div.DivClassName
{
background-color: #03DD0D;
}
.BgClassName
{
background-color: #03DD0D;
}
</style>
border-color css
<style>
span { border-color: #03DD0D; }
span { border-color: rgb(3,221,13); }
td.TdClassName
{
border-color: #03DD0D;
}
.TagClassName
{
border-color: #03DD0D;
}
</style>