Shades of Free Speech Green #03FE25
Tints of Free Speech Green #03FE25
RGB
CMYK
RGB Variations
Color information
#03FE25 (or 0x03FE25) is known color: Free Speech Green. HEX triplet: 03, FE and 25. RGB value is (3,254,37). Sum of RGB (Red+Green+Blue) = 3+254+37=294 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 294); Green value is 254 (99.61% from 255 or 86.39% from 294); Blue value is 37 (14.84% from 255 or 12.59% from 294); Max value from RGB is 254 - color contains mainly: green. Hex color #03FE25 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #03FE25 is #FC01DA. Grayscale: #9A9A9A. Windows color (decimal): -16515547 or 2489859. OLE color: 2489859.
HSL color Cylindrical-coordinate representation of color #03FE25: hue angle of 128.13º 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 #03FE25 is Cyan = 0.99, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 254 | 37 | - |
| CMYK | 0.99 | 0 | 0.85 | 0.00 |
| HSL | 128.13º | 0.99% | 0.5% | - |
| HSV(B) | 128.13º | 0.99% | 1% | - |
| XYZ | 35.81 | 71.04 | 13.57 | - |
| YUV | 154.21 | 61.84 | 20.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 254 | 37 | 0.99 | 0 | 0.85 | 0.00 | 128.13 | 0.99 | 0.5 |
| Hex | 3 | FE | 25 | 63 | 0 | 55 | 0 | 80 | 63 | 32 |
| Octal | 3 | 376 | 45 | 143 | 0 | 125 | 0 | 200 | 143 | 62 |
| Binary | 11 | 11111110 | 100101 | 1100011 | 0 | 1010101 | 0 | 10000000 | 1100011 | 110010 |
Color Harmonies of #03FE25
Complementary color
Monochromatic Colors of #03FE25
Black with #03FE25
Text Example
Text Example
White with #03FE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FE25; }
p { color: rgb(3,254,37); }
H1.HeaderClassName
{
color: #03FE25;
}
.AnyTagClassName
{
color: #03FE25;
}
</style>
background-color css
<style>
a { background-color: #03FE25; }
a { background-color: rgb(3,254,37); }
div.DivClassName
{
background-color: #03FE25;
}
.BgClassName
{
background-color: #03FE25;
}
</style>
border-color css
<style>
span { border-color: #03FE25; }
span { border-color: rgb(3,254,37); }
td.TdClassName
{
border-color: #03FE25;
}
.TagClassName
{
border-color: #03FE25;
}
</style>