Shades of Free Speech Green #03FE0B
Tints of Free Speech Green #03FE0B
RGB
CMYK
RGB Variations
Color information
#03FE0B (or 0x03FE0B) is known color: Free Speech Green. HEX triplet: 03, FE and 0B. RGB value is (3,254,11). Sum of RGB (Red+Green+Blue) = 3+254+11=268 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 268); Green value is 254 (99.61% from 255 or 94.78% from 268); Blue value is 11 (4.69% from 255 or 4.10% from 268); Max value from RGB is 254 - color contains mainly: green. Hex color #03FE0B is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #03FE0B is #FC01F4. Grayscale: #979797. Windows color (decimal): -16515573 or 785923. OLE color: 785923.
HSL color Cylindrical-coordinate representation of color #03FE0B: hue angle of 121.91º 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 #03FE0B is Cyan = 0.99, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 254 | 11 | - |
| CMYK | 0.99 | 0 | 0.96 | 0.00 |
| HSL | 121.91º | 0.99% | 0.5% | - |
| HSV(B) | 121.91º | 0.99% | 1% | - |
| XYZ | 35.54 | 70.93 | 12.13 | - |
| YUV | 151.25 | 48.84 | 22.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 254 | 11 | 0.99 | 0 | 0.96 | 0.00 | 121.91 | 0.99 | 0.5 |
| Hex | 3 | FE | B | 63 | 0 | 60 | 0 | 7A | 63 | 32 |
| Octal | 3 | 376 | 13 | 143 | 0 | 140 | 0 | 172 | 143 | 62 |
| Binary | 11 | 11111110 | 1011 | 1100011 | 0 | 1100000 | 0 | 1111010 | 1100011 | 110010 |
Color Harmonies of #03FE0B
Complementary color
Monochromatic Colors of #03FE0B
Black with #03FE0B
Text Example
Text Example
White with #03FE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FE0B; }
p { color: rgb(3,254,11); }
H1.HeaderClassName
{
color: #03FE0B;
}
.AnyTagClassName
{
color: #03FE0B;
}
</style>
background-color css
<style>
a { background-color: #03FE0B; }
a { background-color: rgb(3,254,11); }
div.DivClassName
{
background-color: #03FE0B;
}
.BgClassName
{
background-color: #03FE0B;
}
</style>
border-color css
<style>
span { border-color: #03FE0B; }
span { border-color: rgb(3,254,11); }
td.TdClassName
{
border-color: #03FE0B;
}
.TagClassName
{
border-color: #03FE0B;
}
</style>