Shades of Free Speech Green #03FE1E
Tints of Free Speech Green #03FE1E
RGB
CMYK
RGB Variations
Color information
#03FE1E (or 0x03FE1E) is known color: Free Speech Green. HEX triplet: 03, FE and 1E. RGB value is (3,254,30). Sum of RGB (Red+Green+Blue) = 3+254+30=287 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 287); Green value is 254 (99.61% from 255 or 88.50% from 287); Blue value is 30 (12.11% from 255 or 10.45% from 287); Max value from RGB is 254 - color contains mainly: green. Hex color #03FE1E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #03FE1E is #FC01E1. Grayscale: #9A9A9A. Windows color (decimal): -16515554 or 2031107. OLE color: 2031107.
HSL color Cylindrical-coordinate representation of color #03FE1E: hue angle of 126.45º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03FE1E is Cyan = 0.99, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 254 | 30 | - |
| CMYK | 0.99 | 0 | 0.88 | 0.00 |
| HSL | 126.45º | 0.99% | 0.5% | - |
| HSV(B) | 126.45º | 0.99% | 1% | - |
| XYZ | 35.71 | 71 | 13.05 | - |
| YUV | 153.42 | 58.34 | 20.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 254 | 30 | 0.99 | 0 | 0.88 | 0.00 | 126.45 | 0.99 | 0.5 |
| Hex | 3 | FE | 1E | 63 | 0 | 58 | 0 | 7E | 63 | 32 |
| Octal | 3 | 376 | 36 | 143 | 0 | 130 | 0 | 176 | 143 | 62 |
| Binary | 11 | 11111110 | 11110 | 1100011 | 0 | 1011000 | 0 | 1111110 | 1100011 | 110010 |
Color Harmonies of #03FE1E
Complementary color
Monochromatic Colors of #03FE1E
Black with #03FE1E
Text Example
Text Example
White with #03FE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FE1E; }
p { color: rgb(3,254,30); }
H1.HeaderClassName
{
color: #03FE1E;
}
.AnyTagClassName
{
color: #03FE1E;
}
</style>
background-color css
<style>
a { background-color: #03FE1E; }
a { background-color: rgb(3,254,30); }
div.DivClassName
{
background-color: #03FE1E;
}
.BgClassName
{
background-color: #03FE1E;
}
</style>
border-color css
<style>
span { border-color: #03FE1E; }
span { border-color: rgb(3,254,30); }
td.TdClassName
{
border-color: #03FE1E;
}
.TagClassName
{
border-color: #03FE1E;
}
</style>