Shades of Free Speech Green #04DD03
Tints of Free Speech Green #04DD03
RGB
CMYK
RGB Variations
Color information
#04DD03 (or 0x04DD03) is known color: Free Speech Green. HEX triplet: 04, DD and 03. RGB value is (4,221,3). Sum of RGB (Red+Green+Blue) = 4+221+3=228 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.75% from 228); Green value is 221 (86.72% from 255 or 96.93% from 228); Blue value is 3 (1.56% from 255 or 1.32% from 228); Max value from RGB is 221 - color contains mainly: green. Hex color #04DD03 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04DD03 is #FB22FC. Grayscale: #838383. Windows color (decimal): -16458493 or 253188. OLE color: 253188.
HSL color Cylindrical-coordinate representation of color #04DD03: hue angle of 119.72º 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 #04DD03 is Cyan = 0.98, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 221 | 3 | - |
| CMYK | 0.98 | 0 | 0.99 | 0.13 |
| HSL | 119.72º | 0.97% | 0.44% | - |
| HSV(B) | 119.72º | 0.99% | 0.87% | - |
| XYZ | 25.92 | 51.75 | 8.71 | - |
| YUV | 131.27 | 55.61 | 37.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 221 | 3 | 0.98 | 0 | 0.99 | 0.13 | 119.72 | 0.97 | 0.44 |
| Hex | 4 | DD | 3 | 62 | 0 | 63 | D | 78 | 61 | 2C |
| Octal | 4 | 335 | 3 | 142 | 0 | 143 | 15 | 170 | 141 | 54 |
| Binary | 100 | 11011101 | 11 | 1100010 | 0 | 1100011 | 1101 | 1111000 | 1100001 | 101100 |
Color Harmonies of #04DD03
Complementary color
Monochromatic Colors of #04DD03
Black with #04DD03
Text Example
Text Example
White with #04DD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DD03; }
p { color: rgb(4,221,3); }
H1.HeaderClassName
{
color: #04DD03;
}
.AnyTagClassName
{
color: #04DD03;
}
</style>
background-color css
<style>
a { background-color: #04DD03; }
a { background-color: rgb(4,221,3); }
div.DivClassName
{
background-color: #04DD03;
}
.BgClassName
{
background-color: #04DD03;
}
</style>
border-color css
<style>
span { border-color: #04DD03; }
span { border-color: rgb(4,221,3); }
td.TdClassName
{
border-color: #04DD03;
}
.TagClassName
{
border-color: #04DD03;
}
</style>