Shades of Free Speech Green #03DF04
Tints of Free Speech Green #03DF04
RGB
CMYK
RGB Variations
Color information
#03DF04 (or 0x03DF04) is known color: Free Speech Green. HEX triplet: 03, DF and 04. RGB value is (3,223,4). Sum of RGB (Red+Green+Blue) = 3+223+4=230 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 230); Green value is 223 (87.5% from 255 or 96.96% from 230); Blue value is 4 (1.95% from 255 or 1.74% from 230); Max value from RGB is 223 - color contains mainly: green. Hex color #03DF04 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03DF04 is #FC20FB. Grayscale: #848484. Windows color (decimal): -16523516 or 319235. OLE color: 319235.
HSL color Cylindrical-coordinate representation of color #03DF04: hue angle of 120.27º 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 #03DF04 is Cyan = 0.99, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 223 | 4 | - |
| CMYK | 0.99 | 0 | 0.98 | 0.13 |
| HSL | 120.27º | 0.97% | 0.44% | - |
| HSV(B) | 120.27º | 0.99% | 0.87% | - |
| XYZ | 26.45 | 52.8 | 8.91 | - |
| YUV | 132.25 | 55.61 | 35.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 223 | 4 | 0.99 | 0 | 0.98 | 0.13 | 120.27 | 0.97 | 0.44 |
| Hex | 3 | DF | 4 | 63 | 0 | 62 | D | 78 | 61 | 2C |
| Octal | 3 | 337 | 4 | 143 | 0 | 142 | 15 | 170 | 141 | 54 |
| Binary | 11 | 11011111 | 100 | 1100011 | 0 | 1100010 | 1101 | 1111000 | 1100001 | 101100 |
Color Harmonies of #03DF04
Complementary color
Monochromatic Colors of #03DF04
Black with #03DF04
Text Example
Text Example
White with #03DF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DF04; }
p { color: rgb(3,223,4); }
H1.HeaderClassName
{
color: #03DF04;
}
.AnyTagClassName
{
color: #03DF04;
}
</style>
background-color css
<style>
a { background-color: #03DF04; }
a { background-color: rgb(3,223,4); }
div.DivClassName
{
background-color: #03DF04;
}
.BgClassName
{
background-color: #03DF04;
}
</style>
border-color css
<style>
span { border-color: #03DF04; }
span { border-color: rgb(3,223,4); }
td.TdClassName
{
border-color: #03DF04;
}
.TagClassName
{
border-color: #03DF04;
}
</style>