Shades of Free Speech Green #03D60E
Tints of Free Speech Green #03D60E
RGB
CMYK
RGB Variations
Color information
#03D60E (or 0x03D60E) is known color: Free Speech Green. HEX triplet: 03, D6 and 0E. RGB value is (3,214,14). Sum of RGB (Red+Green+Blue) = 3+214+14=231 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 231); Green value is 214 (83.98% from 255 or 92.64% from 231); Blue value is 14 (5.86% from 255 or 6.06% from 231); Max value from RGB is 214 - color contains mainly: green. Hex color #03D60E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03D60E is #FC29F1. Grayscale: #808080. Windows color (decimal): -16525810 or 972291. OLE color: 972291.
HSL color Cylindrical-coordinate representation of color #03D60E: hue angle of 123.13º 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 #03D60E is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 3 | 214 | 14 | - |
| CMYK | 0.99 | 0 | 0.93 | 0.16 |
| HSL | 123.13º | 0.97% | 0.43% | - |
| HSV(B) | 123.13º | 0.99% | 0.84% | - |
| XYZ | 24.16 | 48.14 | 8.43 | - |
| YUV | 128.11 | 63.6 | 38.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 214 | 14 | 0.99 | 0 | 0.93 | 0.16 | 123.13 | 0.97 | 0.43 |
| Hex | 3 | D6 | E | 63 | 0 | 5D | 10 | 7B | 61 | 2B |
| Octal | 3 | 326 | 16 | 143 | 0 | 135 | 20 | 173 | 141 | 53 |
| Binary | 11 | 11010110 | 1110 | 1100011 | 0 | 1011101 | 10000 | 1111011 | 1100001 | 101011 |
Color Harmonies of #03D60E
Complementary color
Monochromatic Colors of #03D60E
Black with #03D60E
Text Example
Text Example
White with #03D60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D60E; }
p { color: rgb(3,214,14); }
H1.HeaderClassName
{
color: #03D60E;
}
.AnyTagClassName
{
color: #03D60E;
}
</style>
background-color css
<style>
a { background-color: #03D60E; }
a { background-color: rgb(3,214,14); }
div.DivClassName
{
background-color: #03D60E;
}
.BgClassName
{
background-color: #03D60E;
}
</style>
border-color css
<style>
span { border-color: #03D60E; }
span { border-color: rgb(3,214,14); }
td.TdClassName
{
border-color: #03D60E;
}
.TagClassName
{
border-color: #03D60E;
}
</style>