Shades of Free Speech Green #03D403
Tints of Free Speech Green #03D403
RGB
CMYK
RGB Variations
Color information
#03D403 (or 0x03D403) is known color: Free Speech Green. HEX triplet: 03, D4 and 03. RGB value is (3,212,3). Sum of RGB (Red+Green+Blue) = 3+212+3=218 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 218); Green value is 212 (83.20% from 255 or 97.25% from 218); Blue value is 3 (1.56% from 255 or 1.38% from 218); Max value from RGB is 212 - color contains mainly: green. Hex color #03D403 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03D403 is #FC2BFC. Grayscale: #7E7E7E. Windows color (decimal): -16526333 or 250883. OLE color: 250883.
HSL color Cylindrical-coordinate representation of color #03D403: hue angle of 120º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D403 is Cyan = 0.99, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 3 | 212 | 3 | - |
| CMYK | 0.99 | 0 | 0.99 | 0.17 |
| HSL | 120º | 0.97% | 0.42% | - |
| HSV(B) | 120º | 0.99% | 0.83% | - |
| XYZ | 23.6 | 47.11 | 7.94 | - |
| YUV | 125.68 | 58.76 | 40.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 212 | 3 | 0.99 | 0 | 0.99 | 0.17 | 120 | 0.97 | 0.42 |
| Hex | 3 | D4 | 3 | 63 | 0 | 63 | 11 | 78 | 61 | 2A |
| Octal | 3 | 324 | 3 | 143 | 0 | 143 | 21 | 170 | 141 | 52 |
| Binary | 11 | 11010100 | 11 | 1100011 | 0 | 1100011 | 10001 | 1111000 | 1100001 | 101010 |
Color Harmonies of #03D403
Complementary color
Monochromatic Colors of #03D403
Black with #03D403
Text Example
Text Example
White with #03D403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D403; }
p { color: rgb(3,212,3); }
H1.HeaderClassName
{
color: #03D403;
}
.AnyTagClassName
{
color: #03D403;
}
</style>
background-color css
<style>
a { background-color: #03D403; }
a { background-color: rgb(3,212,3); }
div.DivClassName
{
background-color: #03D403;
}
.BgClassName
{
background-color: #03D403;
}
</style>
border-color css
<style>
span { border-color: #03D403; }
span { border-color: rgb(3,212,3); }
td.TdClassName
{
border-color: #03D403;
}
.TagClassName
{
border-color: #03D403;
}
</style>