Shades of Free Speech Green #03FF14
Tints of Free Speech Green #03FF14
RGB
CMYK
RGB Variations
Color information
#03FF14 (or 0x03FF14) is known color: Free Speech Green. HEX triplet: 03, FF and 14. RGB value is (3,255,20). Sum of RGB (Red+Green+Blue) = 3+255+20=278 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 278); Green value is 255 (100% from 255 or 91.73% from 278); Blue value is 20 (8.20% from 255 or 7.19% from 278); Max value from RGB is 255 - color contains mainly: green. Hex color #03FF14 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #03FF14 is #FC00EB. Grayscale: #999999. Windows color (decimal): -16515308 or 1376003. OLE color: 1376003.
HSL color Cylindrical-coordinate representation of color #03FF14: hue angle of 124.05º 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 #03FF14 is Cyan = 0.99, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 255 | 20 | - |
| CMYK | 0.99 | 0 | 0.92 | 0 |
| HSL | 124.05º | 1% | 0.51% | - |
| HSV(B) | 124.05º | 0.99% | 1% | - |
| XYZ | 35.92 | 71.59 | 12.59 | - |
| YUV | 152.86 | 53.01 | 21.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 255 | 20 | 0.99 | 0 | 0.92 | 0 | 124.05 | 1 | 0.51 |
| Hex | 3 | FF | 14 | 63 | 0 | 5C | 0 | 7C | 64 | 33 |
| Octal | 3 | 377 | 24 | 143 | 0 | 134 | 0 | 174 | 144 | 63 |
| Binary | 11 | 11111111 | 10100 | 1100011 | 0 | 1011100 | 0 | 1111100 | 1100100 | 110011 |
Color Harmonies of #03FF14
Complementary color
Monochromatic Colors of #03FF14
Black with #03FF14
Text Example
Text Example
White with #03FF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FF14; }
p { color: rgb(3,255,20); }
H1.HeaderClassName
{
color: #03FF14;
}
.AnyTagClassName
{
color: #03FF14;
}
</style>
background-color css
<style>
a { background-color: #03FF14; }
a { background-color: rgb(3,255,20); }
div.DivClassName
{
background-color: #03FF14;
}
.BgClassName
{
background-color: #03FF14;
}
</style>
border-color css
<style>
span { border-color: #03FF14; }
span { border-color: rgb(3,255,20); }
td.TdClassName
{
border-color: #03FF14;
}
.TagClassName
{
border-color: #03FF14;
}
</style>