Shades of Free Speech Green #03FB1D
Tints of Free Speech Green #03FB1D
RGB
CMYK
RGB Variations
Color information
#03FB1D (or 0x03FB1D) is known color: Free Speech Green. HEX triplet: 03, FB and 1D. RGB value is (3,251,29). Sum of RGB (Red+Green+Blue) = 3+251+29=283 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 283); Green value is 251 (98.44% from 255 or 88.69% from 283); Blue value is 29 (11.72% from 255 or 10.25% from 283); Max value from RGB is 251 - color contains mainly: green. Hex color #03FB1D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #03FB1D is #FC04E2. Grayscale: #989898. Windows color (decimal): -16516323 or 1964803. OLE color: 1964803.
HSL color Cylindrical-coordinate representation of color #03FB1D: hue angle of 126.29º 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 #03FB1D is Cyan = 0.99, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 251 | 29 | - |
| CMYK | 0.99 | 0 | 0.88 | 0.02 |
| HSL | 126.29º | 0.98% | 0.5% | - |
| HSV(B) | 126.29º | 0.99% | 0.98% | - |
| XYZ | 34.76 | 69.1 | 12.67 | - |
| YUV | 151.54 | 58.84 | 22.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 251 | 29 | 0.99 | 0 | 0.88 | 0.02 | 126.29 | 0.98 | 0.5 |
| Hex | 3 | FB | 1D | 63 | 0 | 58 | 2 | 7E | 62 | 32 |
| Octal | 3 | 373 | 35 | 143 | 0 | 130 | 2 | 176 | 142 | 62 |
| Binary | 11 | 11111011 | 11101 | 1100011 | 0 | 1011000 | 10 | 1111110 | 1100010 | 110010 |
Color Harmonies of #03FB1D
Complementary color
Monochromatic Colors of #03FB1D
Black with #03FB1D
Text Example
Text Example
White with #03FB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FB1D; }
p { color: rgb(3,251,29); }
H1.HeaderClassName
{
color: #03FB1D;
}
.AnyTagClassName
{
color: #03FB1D;
}
</style>
background-color css
<style>
a { background-color: #03FB1D; }
a { background-color: rgb(3,251,29); }
div.DivClassName
{
background-color: #03FB1D;
}
.BgClassName
{
background-color: #03FB1D;
}
</style>
border-color css
<style>
span { border-color: #03FB1D; }
span { border-color: rgb(3,251,29); }
td.TdClassName
{
border-color: #03FB1D;
}
.TagClassName
{
border-color: #03FB1D;
}
</style>