Shades of Free Speech Green #03FF25
Tints of Free Speech Green #03FF25
RGB
CMYK
RGB Variations
Color information
#03FF25 (or 0x03FF25) is known color: Free Speech Green. HEX triplet: 03, FF and 25. RGB value is (3,255,37). Sum of RGB (Red+Green+Blue) = 3+255+37=295 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 295); Green value is 255 (100% from 255 or 86.44% from 295); Blue value is 37 (14.84% from 255 or 12.54% from 295); Max value from RGB is 255 - color contains mainly: green. Hex color #03FF25 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #03FF25 is #FC00DA. Grayscale: #9B9B9B. Windows color (decimal): -16515291 or 2490115. OLE color: 2490115.
HSL color Cylindrical-coordinate representation of color #03FF25: hue angle of 128.1º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03FF25 is Cyan = 0.99, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 255 | 37 | - |
| CMYK | 0.99 | 0 | 0.85 | 0 |
| HSL | 128.1º | 1% | 0.51% | - |
| HSV(B) | 128.1º | 0.99% | 1% | - |
| XYZ | 36.13 | 71.67 | 13.68 | - |
| YUV | 154.8 | 61.51 | 19.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 255 | 37 | 0.99 | 0 | 0.85 | 0 | 128.1 | 1 | 0.51 |
| Hex | 3 | FF | 25 | 63 | 0 | 55 | 0 | 80 | 64 | 33 |
| Octal | 3 | 377 | 45 | 143 | 0 | 125 | 0 | 200 | 144 | 63 |
| Binary | 11 | 11111111 | 100101 | 1100011 | 0 | 1010101 | 0 | 10000000 | 1100100 | 110011 |
Color Harmonies of #03FF25
Complementary color
Monochromatic Colors of #03FF25
Black with #03FF25
Text Example
Text Example
White with #03FF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FF25; }
p { color: rgb(3,255,37); }
H1.HeaderClassName
{
color: #03FF25;
}
.AnyTagClassName
{
color: #03FF25;
}
</style>
background-color css
<style>
a { background-color: #03FF25; }
a { background-color: rgb(3,255,37); }
div.DivClassName
{
background-color: #03FF25;
}
.BgClassName
{
background-color: #03FF25;
}
</style>
border-color css
<style>
span { border-color: #03FF25; }
span { border-color: rgb(3,255,37); }
td.TdClassName
{
border-color: #03FF25;
}
.TagClassName
{
border-color: #03FF25;
}
</style>