Shades of Free Speech Green #03D008
Tints of Free Speech Green #03D008
RGB
CMYK
RGB Variations
Color information
#03D008 (or 0x03D008) is known color: Free Speech Green. HEX triplet: 03, D0 and 08. RGB value is (3,208,8). Sum of RGB (Red+Green+Blue) = 3+208+8=219 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.37% from 219); Green value is 208 (81.64% from 255 or 94.98% from 219); Blue value is 8 (3.52% from 255 or 3.65% from 219); Max value from RGB is 208 - color contains mainly: green. Hex color #03D008 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03D008 is #FC2FF7. Grayscale: #7C7C7C. Windows color (decimal): -16527352 or 577539. OLE color: 577539.
HSL color Cylindrical-coordinate representation of color #03D008: hue angle of 121.46º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D008 is Cyan = 0.99, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 208 | 8 | - |
| CMYK | 0.99 | 0 | 0.96 | 0.18 |
| HSL | 121.46º | 0.97% | 0.41% | - |
| HSV(B) | 121.46º | 0.99% | 0.82% | - |
| XYZ | 22.64 | 45.15 | 7.75 | - |
| YUV | 123.91 | 62.58 | 41.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 208 | 8 | 0.99 | 0 | 0.96 | 0.18 | 121.46 | 0.97 | 0.41 |
| Hex | 3 | D0 | 8 | 63 | 0 | 60 | 12 | 79 | 61 | 29 |
| Octal | 3 | 320 | 10 | 143 | 0 | 140 | 22 | 171 | 141 | 51 |
| Binary | 11 | 11010000 | 1000 | 1100011 | 0 | 1100000 | 10010 | 1111001 | 1100001 | 101001 |
Color Harmonies of #03D008
Complementary color
Monochromatic Colors of #03D008
Black with #03D008
Text Example
Text Example
White with #03D008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D008; }
p { color: rgb(3,208,8); }
H1.HeaderClassName
{
color: #03D008;
}
.AnyTagClassName
{
color: #03D008;
}
</style>
background-color css
<style>
a { background-color: #03D008; }
a { background-color: rgb(3,208,8); }
div.DivClassName
{
background-color: #03D008;
}
.BgClassName
{
background-color: #03D008;
}
</style>
border-color css
<style>
span { border-color: #03D008; }
span { border-color: rgb(3,208,8); }
td.TdClassName
{
border-color: #03D008;
}
.TagClassName
{
border-color: #03D008;
}
</style>