Shades of Free Speech Green #03DF0A
Tints of Free Speech Green #03DF0A
RGB
CMYK
RGB Variations
Color information
#03DF0A (or 0x03DF0A) is known color: Free Speech Green. HEX triplet: 03, DF and 0A. RGB value is (3,223,10). Sum of RGB (Red+Green+Blue) = 3+223+10=236 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 236); Green value is 223 (87.5% from 255 or 94.49% from 236); Blue value is 10 (4.30% from 255 or 4.24% from 236); Max value from RGB is 223 - color contains mainly: green. Hex color #03DF0A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03DF0A is #FC20F5. Grayscale: #858585. Windows color (decimal): -16523510 or 712451. OLE color: 712451.
HSL color Cylindrical-coordinate representation of color #03DF0A: hue angle of 121.91º 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 #03DF0A is Cyan = 0.99, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 223 | 10 | - |
| CMYK | 0.99 | 0 | 0.96 | 0.13 |
| HSL | 121.91º | 0.97% | 0.44% | - |
| HSV(B) | 121.91º | 0.99% | 0.87% | - |
| XYZ | 26.48 | 52.82 | 9.09 | - |
| YUV | 132.94 | 58.61 | 35.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 223 | 10 | 0.99 | 0 | 0.96 | 0.13 | 121.91 | 0.97 | 0.44 |
| Hex | 3 | DF | A | 63 | 0 | 60 | D | 7A | 61 | 2C |
| Octal | 3 | 337 | 12 | 143 | 0 | 140 | 15 | 172 | 141 | 54 |
| Binary | 11 | 11011111 | 1010 | 1100011 | 0 | 1100000 | 1101 | 1111010 | 1100001 | 101100 |
Color Harmonies of #03DF0A
Complementary color
Monochromatic Colors of #03DF0A
Black with #03DF0A
Text Example
Text Example
White with #03DF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DF0A; }
p { color: rgb(3,223,10); }
H1.HeaderClassName
{
color: #03DF0A;
}
.AnyTagClassName
{
color: #03DF0A;
}
</style>
background-color css
<style>
a { background-color: #03DF0A; }
a { background-color: rgb(3,223,10); }
div.DivClassName
{
background-color: #03DF0A;
}
.BgClassName
{
background-color: #03DF0A;
}
</style>
border-color css
<style>
span { border-color: #03DF0A; }
span { border-color: rgb(3,223,10); }
td.TdClassName
{
border-color: #03DF0A;
}
.TagClassName
{
border-color: #03DF0A;
}
</style>