Shades of Free Speech Green #03D000
Tints of Free Speech Green #03D000
RGB
CMYK
RGB Variations
Color information
#03D000 (or 0x03D000) is known color: Free Speech Green. HEX triplet: 03, D0 and 00. RGB value is (3,208,0). Sum of RGB (Red+Green+Blue) = 3+208+0=211 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 211); Green value is 208 (81.64% from 255 or 98.58% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 208 - color contains mainly: green. Hex color #03D000 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03D000 is #FC2FFF. Grayscale: #7B7B7B. Windows color (decimal): -16527360 or 53251. OLE color: 53251.
HSL color Cylindrical-coordinate representation of color #03D000: hue angle of 119.13º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #03D000 is Cyan = 0.99, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 208 | 0 | - |
| CMYK | 0.99 | 0 | 1 | 0.18 |
| HSL | 119.13º | 1% | 0.41% | - |
| HSV(B) | 119.13º | 1% | 0.82% | - |
| XYZ | 22.59 | 45.13 | 7.52 | - |
| YUV | 122.99 | 58.58 | 42.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 208 | 0 | 0.99 | 0 | 1 | 0.18 | 119.13 | 1 | 0.41 |
| Hex | 3 | D0 | 0 | 63 | 0 | 64 | 12 | 77 | 64 | 29 |
| Octal | 3 | 320 | 0 | 143 | 0 | 144 | 22 | 167 | 144 | 51 |
| Binary | 11 | 11010000 | 0 | 1100011 | 0 | 1100100 | 10010 | 1110111 | 1100100 | 101001 |
Color Harmonies of #03D000
Complementary color
Monochromatic Colors of #03D000
Black with #03D000
Text Example
Text Example
White with #03D000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D000; }
p { color: rgb(3,208,0); }
H1.HeaderClassName
{
color: #03D000;
}
.AnyTagClassName
{
color: #03D000;
}
</style>
background-color css
<style>
a { background-color: #03D000; }
a { background-color: rgb(3,208,0); }
div.DivClassName
{
background-color: #03D000;
}
.BgClassName
{
background-color: #03D000;
}
</style>
border-color css
<style>
span { border-color: #03D000; }
span { border-color: rgb(3,208,0); }
td.TdClassName
{
border-color: #03D000;
}
.TagClassName
{
border-color: #03D000;
}
</style>