Shades of Free Speech Green #03FE39
Tints of Free Speech Green #03FE39
RGB
CMYK
RGB Variations
Color information
#03FE39 (or 0x03FE39) is known color: Free Speech Green. HEX triplet: 03, FE and 39. RGB value is (3,254,57). Sum of RGB (Red+Green+Blue) = 3+254+57=314 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 314); Green value is 254 (99.61% from 255 or 80.89% from 314); Blue value is 57 (22.66% from 255 or 18.15% from 314); Max value from RGB is 254 - color contains mainly: green. Hex color #03FE39 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #03FE39 is #FC01C6. Grayscale: #9D9D9D. Windows color (decimal): -16515527 or 3800579. OLE color: 3800579.
HSL color Cylindrical-coordinate representation of color #03FE39: hue angle of 132.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 #03FE39 is Cyan = 0.99, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 254 | 57 | - |
| CMYK | 0.99 | 0 | 0.78 | 0.00 |
| HSL | 132.91º | 0.99% | 0.5% | - |
| HSV(B) | 132.91º | 0.99% | 1% | - |
| XYZ | 36.22 | 71.2 | 15.7 | - |
| YUV | 156.49 | 71.84 | 18.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 254 | 57 | 0.99 | 0 | 0.78 | 0.00 | 132.91 | 0.99 | 0.5 |
| Hex | 3 | FE | 39 | 63 | 0 | 4E | 0 | 85 | 63 | 32 |
| Octal | 3 | 376 | 71 | 143 | 0 | 116 | 0 | 205 | 143 | 62 |
| Binary | 11 | 11111110 | 111001 | 1100011 | 0 | 1001110 | 0 | 10000101 | 1100011 | 110010 |
Color Harmonies of #03FE39
Complementary color
Monochromatic Colors of #03FE39
Black with #03FE39
Text Example
Text Example
White with #03FE39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FE39; }
p { color: rgb(3,254,57); }
H1.HeaderClassName
{
color: #03FE39;
}
.AnyTagClassName
{
color: #03FE39;
}
</style>
background-color css
<style>
a { background-color: #03FE39; }
a { background-color: rgb(3,254,57); }
div.DivClassName
{
background-color: #03FE39;
}
.BgClassName
{
background-color: #03FE39;
}
</style>
border-color css
<style>
span { border-color: #03FE39; }
span { border-color: rgb(3,254,57); }
td.TdClassName
{
border-color: #03FE39;
}
.TagClassName
{
border-color: #03FE39;
}
</style>