Shades of Free Speech Green #03FF1F
Tints of Free Speech Green #03FF1F
RGB
CMYK
RGB Variations
Color information
#03FF1F (or 0x03FF1F) is known color: Free Speech Green. HEX triplet: 03, FF and 1F. RGB value is (3,255,31). Sum of RGB (Red+Green+Blue) = 3+255+31=289 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.04% from 289); Green value is 255 (100% from 255 or 88.24% from 289); Blue value is 31 (12.5% from 255 or 10.73% from 289); Max value from RGB is 255 - color contains mainly: green. Hex color #03FF1F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #03FF1F is #FC00E0. Grayscale: #9A9A9A. Windows color (decimal): -16515297 or 2096899. OLE color: 2096899.
HSL color Cylindrical-coordinate representation of color #03FF1F: hue angle of 126.67º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03FF1F is Cyan = 0.99, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 255 | 31 | - |
| CMYK | 0.99 | 0 | 0.88 | 0 |
| HSL | 126.67º | 1% | 0.51% | - |
| HSV(B) | 126.67º | 0.99% | 1% | - |
| XYZ | 36.04 | 71.64 | 13.22 | - |
| YUV | 154.12 | 58.51 | 20.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 255 | 31 | 0.99 | 0 | 0.88 | 0 | 126.67 | 1 | 0.51 |
| Hex | 3 | FF | 1F | 63 | 0 | 58 | 0 | 7F | 64 | 33 |
| Octal | 3 | 377 | 37 | 143 | 0 | 130 | 0 | 177 | 144 | 63 |
| Binary | 11 | 11111111 | 11111 | 1100011 | 0 | 1011000 | 0 | 1111111 | 1100100 | 110011 |
Color Harmonies of #03FF1F
Complementary color
Monochromatic Colors of #03FF1F
Black with #03FF1F
Text Example
Text Example
White with #03FF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FF1F; }
p { color: rgb(3,255,31); }
H1.HeaderClassName
{
color: #03FF1F;
}
.AnyTagClassName
{
color: #03FF1F;
}
</style>
background-color css
<style>
a { background-color: #03FF1F; }
a { background-color: rgb(3,255,31); }
div.DivClassName
{
background-color: #03FF1F;
}
.BgClassName
{
background-color: #03FF1F;
}
</style>
border-color css
<style>
span { border-color: #03FF1F; }
span { border-color: rgb(3,255,31); }
td.TdClassName
{
border-color: #03FF1F;
}
.TagClassName
{
border-color: #03FF1F;
}
</style>