Shades of Free Speech Green #03FA29
Tints of Free Speech Green #03FA29
RGB
CMYK
RGB Variations
Color information
#03FA29 (or 0x03FA29) is known color: Free Speech Green. HEX triplet: 03, FA and 29. RGB value is (3,250,41). Sum of RGB (Red+Green+Blue) = 3+250+41=294 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 294); Green value is 250 (98.05% from 255 or 85.03% from 294); Blue value is 41 (16.41% from 255 or 13.95% from 294); Max value from RGB is 250 - color contains mainly: green. Hex color #03FA29 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #03FA29 is #FC05D6. Grayscale: #989898. Windows color (decimal): -16516567 or 2750979. OLE color: 2750979.
HSL color Cylindrical-coordinate representation of color #03FA29: hue angle of 129.23º 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 #03FA29 is Cyan = 0.99, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 250 | 41 | - |
| CMYK | 0.99 | 0 | 0.84 | 0.02 |
| HSL | 129.23º | 0.98% | 0.5% | - |
| HSV(B) | 129.23º | 0.99% | 0.98% | - |
| XYZ | 34.62 | 68.55 | 13.5 | - |
| YUV | 152.32 | 65.17 | 21.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 250 | 41 | 0.99 | 0 | 0.84 | 0.02 | 129.23 | 0.98 | 0.5 |
| Hex | 3 | FA | 29 | 63 | 0 | 54 | 2 | 81 | 62 | 32 |
| Octal | 3 | 372 | 51 | 143 | 0 | 124 | 2 | 201 | 142 | 62 |
| Binary | 11 | 11111010 | 101001 | 1100011 | 0 | 1010100 | 10 | 10000001 | 1100010 | 110010 |
Color Harmonies of #03FA29
Complementary color
Monochromatic Colors of #03FA29
Black with #03FA29
Text Example
Text Example
White with #03FA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FA29; }
p { color: rgb(3,250,41); }
H1.HeaderClassName
{
color: #03FA29;
}
.AnyTagClassName
{
color: #03FA29;
}
</style>
background-color css
<style>
a { background-color: #03FA29; }
a { background-color: rgb(3,250,41); }
div.DivClassName
{
background-color: #03FA29;
}
.BgClassName
{
background-color: #03FA29;
}
</style>
border-color css
<style>
span { border-color: #03FA29; }
span { border-color: rgb(3,250,41); }
td.TdClassName
{
border-color: #03FA29;
}
.TagClassName
{
border-color: #03FA29;
}
</style>