Shades of Free Speech Green #03FA1B
Tints of Free Speech Green #03FA1B
RGB
CMYK
RGB Variations
Color information
#03FA1B (or 0x03FA1B) is known color: Free Speech Green. HEX triplet: 03, FA and 1B. RGB value is (3,250,27). Sum of RGB (Red+Green+Blue) = 3+250+27=280 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 280); Green value is 250 (98.05% from 255 or 89.29% from 280); Blue value is 27 (10.94% from 255 or 9.64% from 280); Max value from RGB is 250 - color contains mainly: green. Hex color #03FA1B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #03FA1B is #FC05E4. Grayscale: #979797. Windows color (decimal): -16516581 or 1833475. OLE color: 1833475.
HSL color Cylindrical-coordinate representation of color #03FA1B: hue angle of 125.83º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03FA1B is Cyan = 0.99, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 250 | 27 | - |
| CMYK | 0.99 | 0 | 0.89 | 0.02 |
| HSL | 125.83º | 0.98% | 0.5% | - |
| HSV(B) | 125.83º | 0.99% | 0.98% | - |
| XYZ | 34.42 | 68.47 | 12.44 | - |
| YUV | 150.73 | 58.17 | 22.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 250 | 27 | 0.99 | 0 | 0.89 | 0.02 | 125.83 | 0.98 | 0.5 |
| Hex | 3 | FA | 1B | 63 | 0 | 59 | 2 | 7E | 62 | 32 |
| Octal | 3 | 372 | 33 | 143 | 0 | 131 | 2 | 176 | 142 | 62 |
| Binary | 11 | 11111010 | 11011 | 1100011 | 0 | 1011001 | 10 | 1111110 | 1100010 | 110010 |
Color Harmonies of #03FA1B
Complementary color
Monochromatic Colors of #03FA1B
Black with #03FA1B
Text Example
Text Example
White with #03FA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FA1B; }
p { color: rgb(3,250,27); }
H1.HeaderClassName
{
color: #03FA1B;
}
.AnyTagClassName
{
color: #03FA1B;
}
</style>
background-color css
<style>
a { background-color: #03FA1B; }
a { background-color: rgb(3,250,27); }
div.DivClassName
{
background-color: #03FA1B;
}
.BgClassName
{
background-color: #03FA1B;
}
</style>
border-color css
<style>
span { border-color: #03FA1B; }
span { border-color: rgb(3,250,27); }
td.TdClassName
{
border-color: #03FA1B;
}
.TagClassName
{
border-color: #03FA1B;
}
</style>