Shades of Free Speech Green #03DA20
Tints of Free Speech Green #03DA20
RGB
CMYK
RGB Variations
Color information
#03DA20 (or 0x03DA20) is known color: Free Speech Green. HEX triplet: 03, DA and 20. RGB value is (3,218,32). Sum of RGB (Red+Green+Blue) = 3+218+32=253 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.19% from 253); Green value is 218 (85.55% from 255 or 86.17% from 253); Blue value is 32 (12.89% from 255 or 12.65% from 253); Max value from RGB is 218 - color contains mainly: green. Hex color #03DA20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03DA20 is #FC25DF. Grayscale: #858585. Windows color (decimal): -16524768 or 2152963. OLE color: 2152963.
HSL color Cylindrical-coordinate representation of color #03DA20: hue angle of 128.09º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03DA20 is Cyan = 0.99, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 3 | 218 | 32 | - |
| CMYK | 0.99 | 0 | 0.85 | 0.15 |
| HSL | 128.09º | 0.97% | 0.43% | - |
| HSV(B) | 128.09º | 0.99% | 0.85% | - |
| XYZ | 25.37 | 50.27 | 9.73 | - |
| YUV | 132.51 | 71.27 | 35.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 218 | 32 | 0.99 | 0 | 0.85 | 0.15 | 128.09 | 0.97 | 0.43 |
| Hex | 3 | DA | 20 | 63 | 0 | 55 | F | 80 | 61 | 2B |
| Octal | 3 | 332 | 40 | 143 | 0 | 125 | 17 | 200 | 141 | 53 |
| Binary | 11 | 11011010 | 100000 | 1100011 | 0 | 1010101 | 1111 | 10000000 | 1100001 | 101011 |
Color Harmonies of #03DA20
Complementary color
Monochromatic Colors of #03DA20
Black with #03DA20
Text Example
Text Example
White with #03DA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DA20; }
p { color: rgb(3,218,32); }
H1.HeaderClassName
{
color: #03DA20;
}
.AnyTagClassName
{
color: #03DA20;
}
</style>
background-color css
<style>
a { background-color: #03DA20; }
a { background-color: rgb(3,218,32); }
div.DivClassName
{
background-color: #03DA20;
}
.BgClassName
{
background-color: #03DA20;
}
</style>
border-color css
<style>
span { border-color: #03DA20; }
span { border-color: rgb(3,218,32); }
td.TdClassName
{
border-color: #03DA20;
}
.TagClassName
{
border-color: #03DA20;
}
</style>