Shades of Free Speech Green #03D60C
Tints of Free Speech Green #03D60C
RGB
CMYK
RGB Variations
Color information
#03D60C (or 0x03D60C) is known color: Free Speech Green. HEX triplet: 03, D6 and 0C. RGB value is (3,214,12). Sum of RGB (Red+Green+Blue) = 3+214+12=229 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.31% from 229); Green value is 214 (83.98% from 255 or 93.45% from 229); Blue value is 12 (5.08% from 255 or 5.24% from 229); Max value from RGB is 214 - color contains mainly: green. Hex color #03D60C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03D60C is #FC29F3. Grayscale: #808080. Windows color (decimal): -16525812 or 841219. OLE color: 841219.
HSL color Cylindrical-coordinate representation of color #03D60C: hue angle of 122.56º 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 #03D60C is Cyan = 0.99, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 3 | 214 | 12 | - |
| CMYK | 0.99 | 0 | 0.94 | 0.16 |
| HSL | 122.56º | 0.97% | 0.43% | - |
| HSV(B) | 122.56º | 0.99% | 0.84% | - |
| XYZ | 24.15 | 48.14 | 8.37 | - |
| YUV | 127.88 | 62.6 | 38.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 214 | 12 | 0.99 | 0 | 0.94 | 0.16 | 122.56 | 0.97 | 0.43 |
| Hex | 3 | D6 | C | 63 | 0 | 5E | 10 | 7B | 61 | 2B |
| Octal | 3 | 326 | 14 | 143 | 0 | 136 | 20 | 173 | 141 | 53 |
| Binary | 11 | 11010110 | 1100 | 1100011 | 0 | 1011110 | 10000 | 1111011 | 1100001 | 101011 |
Color Harmonies of #03D60C
Complementary color
Monochromatic Colors of #03D60C
Black with #03D60C
Text Example
Text Example
White with #03D60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D60C; }
p { color: rgb(3,214,12); }
H1.HeaderClassName
{
color: #03D60C;
}
.AnyTagClassName
{
color: #03D60C;
}
</style>
background-color css
<style>
a { background-color: #03D60C; }
a { background-color: rgb(3,214,12); }
div.DivClassName
{
background-color: #03D60C;
}
.BgClassName
{
background-color: #03D60C;
}
</style>
border-color css
<style>
span { border-color: #03D60C; }
span { border-color: rgb(3,214,12); }
td.TdClassName
{
border-color: #03D60C;
}
.TagClassName
{
border-color: #03D60C;
}
</style>