Shades of Free Speech Green #03FE2F
Tints of Free Speech Green #03FE2F
RGB
CMYK
RGB Variations
Color information
#03FE2F (or 0x03FE2F) is known color: Free Speech Green. HEX triplet: 03, FE and 2F. RGB value is (3,254,47). Sum of RGB (Red+Green+Blue) = 3+254+47=304 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 304); Green value is 254 (99.61% from 255 or 83.55% from 304); Blue value is 47 (18.75% from 255 or 15.46% from 304); Max value from RGB is 254 - color contains mainly: green. Hex color #03FE2F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #03FE2F is #FC01D0. Grayscale: #9B9B9B. Windows color (decimal): -16515537 or 3145219. OLE color: 3145219.
HSL color Cylindrical-coordinate representation of color #03FE2F: hue angle of 130.52º 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 #03FE2F is Cyan = 0.99, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 254 | 47 | - |
| CMYK | 0.99 | 0 | 0.81 | 0.00 |
| HSL | 130.52º | 0.99% | 0.5% | - |
| HSV(B) | 130.52º | 0.99% | 1% | - |
| XYZ | 35.99 | 71.11 | 14.52 | - |
| YUV | 155.35 | 66.84 | 19.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 254 | 47 | 0.99 | 0 | 0.81 | 0.00 | 130.52 | 0.99 | 0.5 |
| Hex | 3 | FE | 2F | 63 | 0 | 51 | 0 | 83 | 63 | 32 |
| Octal | 3 | 376 | 57 | 143 | 0 | 121 | 0 | 203 | 143 | 62 |
| Binary | 11 | 11111110 | 101111 | 1100011 | 0 | 1010001 | 0 | 10000011 | 1100011 | 110010 |
Color Harmonies of #03FE2F
Complementary color
Monochromatic Colors of #03FE2F
Black with #03FE2F
Text Example
Text Example
White with #03FE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FE2F; }
p { color: rgb(3,254,47); }
H1.HeaderClassName
{
color: #03FE2F;
}
.AnyTagClassName
{
color: #03FE2F;
}
</style>
background-color css
<style>
a { background-color: #03FE2F; }
a { background-color: rgb(3,254,47); }
div.DivClassName
{
background-color: #03FE2F;
}
.BgClassName
{
background-color: #03FE2F;
}
</style>
border-color css
<style>
span { border-color: #03FE2F; }
span { border-color: rgb(3,254,47); }
td.TdClassName
{
border-color: #03FE2F;
}
.TagClassName
{
border-color: #03FE2F;
}
</style>