Shades of Free Speech Green #03D619
Tints of Free Speech Green #03D619
RGB
CMYK
RGB Variations
Color information
#03D619 (or 0x03D619) is known color: Free Speech Green. HEX triplet: 03, D6 and 19. RGB value is (3,214,25). Sum of RGB (Red+Green+Blue) = 3+214+25=242 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.24% from 242); Green value is 214 (83.98% from 255 or 88.43% from 242); Blue value is 25 (10.16% from 255 or 10.33% from 242); Max value from RGB is 214 - color contains mainly: green. Hex color #03D619 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03D619 is #FC29E6. Grayscale: #818181. Windows color (decimal): -16525799 or 1693187. OLE color: 1693187.
HSL color Cylindrical-coordinate representation of color #03D619: hue angle of 126.26º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D619 is Cyan = 0.99, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 3 | 214 | 25 | - |
| CMYK | 0.99 | 0 | 0.88 | 0.16 |
| HSL | 126.26º | 0.97% | 0.43% | - |
| HSV(B) | 126.26º | 0.99% | 0.84% | - |
| XYZ | 24.26 | 48.18 | 8.94 | - |
| YUV | 129.37 | 69.1 | 37.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 214 | 25 | 0.99 | 0 | 0.88 | 0.16 | 126.26 | 0.97 | 0.43 |
| Hex | 3 | D6 | 19 | 63 | 0 | 58 | 10 | 7E | 61 | 2B |
| Octal | 3 | 326 | 31 | 143 | 0 | 130 | 20 | 176 | 141 | 53 |
| Binary | 11 | 11010110 | 11001 | 1100011 | 0 | 1011000 | 10000 | 1111110 | 1100001 | 101011 |
Color Harmonies of #03D619
Complementary color
Monochromatic Colors of #03D619
Black with #03D619
Text Example
Text Example
White with #03D619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D619; }
p { color: rgb(3,214,25); }
H1.HeaderClassName
{
color: #03D619;
}
.AnyTagClassName
{
color: #03D619;
}
</style>
background-color css
<style>
a { background-color: #03D619; }
a { background-color: rgb(3,214,25); }
div.DivClassName
{
background-color: #03D619;
}
.BgClassName
{
background-color: #03D619;
}
</style>
border-color css
<style>
span { border-color: #03D619; }
span { border-color: rgb(3,214,25); }
td.TdClassName
{
border-color: #03D619;
}
.TagClassName
{
border-color: #03D619;
}
</style>