Shades of Free Speech Green #03DF10
Tints of Free Speech Green #03DF10
RGB
CMYK
RGB Variations
Color information
#03DF10 (or 0x03DF10) is known color: Free Speech Green. HEX triplet: 03, DF and 10. RGB value is (3,223,16). Sum of RGB (Red+Green+Blue) = 3+223+16=242 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.24% from 242); Green value is 223 (87.5% from 255 or 92.15% from 242); Blue value is 16 (6.64% from 255 or 6.61% from 242); Max value from RGB is 223 - color contains mainly: green. Hex color #03DF10 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03DF10 is #FC20EF. Grayscale: #868686. Windows color (decimal): -16523504 or 1105667. OLE color: 1105667.
HSL color Cylindrical-coordinate representation of color #03DF10: hue angle of 123.55º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03DF10 is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 223 | 16 | - |
| CMYK | 0.99 | 0 | 0.93 | 0.13 |
| HSL | 123.55º | 0.97% | 0.44% | - |
| HSV(B) | 123.55º | 0.99% | 0.87% | - |
| XYZ | 26.52 | 52.83 | 9.29 | - |
| YUV | 133.62 | 61.61 | 34.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 223 | 16 | 0.99 | 0 | 0.93 | 0.13 | 123.55 | 0.97 | 0.44 |
| Hex | 3 | DF | 10 | 63 | 0 | 5D | D | 7C | 61 | 2C |
| Octal | 3 | 337 | 20 | 143 | 0 | 135 | 15 | 174 | 141 | 54 |
| Binary | 11 | 11011111 | 10000 | 1100011 | 0 | 1011101 | 1101 | 1111100 | 1100001 | 101100 |
Color Harmonies of #03DF10
Complementary color
Monochromatic Colors of #03DF10
Black with #03DF10
Text Example
Text Example
White with #03DF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DF10; }
p { color: rgb(3,223,16); }
H1.HeaderClassName
{
color: #03DF10;
}
.AnyTagClassName
{
color: #03DF10;
}
</style>
background-color css
<style>
a { background-color: #03DF10; }
a { background-color: rgb(3,223,16); }
div.DivClassName
{
background-color: #03DF10;
}
.BgClassName
{
background-color: #03DF10;
}
</style>
border-color css
<style>
span { border-color: #03DF10; }
span { border-color: rgb(3,223,16); }
td.TdClassName
{
border-color: #03DF10;
}
.TagClassName
{
border-color: #03DF10;
}
</style>