6 Digit Double Sided Racing Clock with 6" Green LED's
.rc-product-page { --rc-green: #39b54a; --rc-green-dark: #258b35; --rc-black: #111111; --rc-soft-black: #1b1b1b; --rc-white: #ffffff; --rc-light: #f5f5f5; --rc-border: #dddddd; --r c-warning: #fff8e7; color: #222222; font-family: inherit; } .rc-product-page, .rc-product-page * { box-sizing: border-box; } .rc-product-page .rc-section { padding: 44px 24px; } .rc-product-page .rc-container { width: 100%; max-width: 1050px; margin: 0 auto; } .rc-product-page .rc-content { width: 100%; max-width: 930px; margin: 0 auto; } .rc-product-page .rc-light { background: var(--rc-light); } .rc-product-page .rc-dark { background: var(--rc-black); color: var(--rc-white); } .rc-product-page .rc-dark h2, .rc-product-page .rc-dark h3, .rc-product-page .rc-dark p, .rc-product-page .rc-dark li, .rc-product-page .rc-dark strong { color: var(--rc-white) !important; } .rc-product-page h1 { margin: 0 0 18px; color: var(--rc-black); font-size: 42px; font-weight: 800; line-height: 1.1; } .rc-product-page h2 { margin: 0 0 22px; color: var(--rc-black); font-size: 32px; font-weight: 800; line-height: 1.2; } .rc-product-page h2::after { content: ""; display: block; width: 70px; height: 5px; margin-top: 13px; background: var(--rc-green); border-radius: 10px; } .rc-product-page h3 { margin: 0 0 10px; color: var(--rc-black); font-size: 21px; font-weight: 800; line-height: 1.3; } .rc-product-page p { margin: 0 0 18px; color: #333333; font-size: 17px; line-height: 1.7; } .rc-product-page ul, .rc-product-page ol { margin: 18px 0; padding-left: 24px; } .rc-product-page li { margin-bottom: 8px; font-size: 17px; line-height: 1.6; } .rc-product-page a { color: var(--rc-green-dark); font-weight: 700; } .rc-product-page .rc-eyebrow { margin-bottom: 12px; color: var(--rc-green-dark); font-size: 14px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; } .rc-product-page .rc-hero { padding: 28px 24px 42px; } .rc-product-page .rc-hero-copy { max-width: 880px; font-size: 20px; line-height: 1.65; } .rc-product-page .rc-includes-grid, .rc-product-page .rc-feature-grid, .rc-product-page .rc-use-grid { display: grid; gap: 18px; margin-top: 28px; } .rc-product-page .rc-includes-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } .rc-product-page .rc-feature-grid, .rc-product-page .rc-use-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .rc-product-page .rc-card { padding: 24px; background: var(--rc-white); border: 1px solid var(--rc-border); border-top: 5px solid var(--rc-green); border-radius: 5px; box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06); } .rc-product-page .rc-card p { margin-bottom: 0; font-size: 16px; } .rc-product-page .rc-check-list { padding-left: 0; list-style: none; } .rc-product-page .rc-check-list li { position: relative; padding-left: 31px; } .rc-product-page .rc-check-list li::before { content: "✓"; position: absolute; top: 0; left: 0; color: var(--rc-green); font-size: 19px; font-weight: 900; } .rc-product-page .rc-spec-table, .rc-product-page .rc-compare-table { width: 100%; margin-top: 25px; border-collapse: collapse; background: var(--rc-white); } .rc-product-page .rc-spec-table th, .rc-product-page .rc-spec-table td, .rc-product-page .rc-compare-table th, .rc-product-page .rc-compare-table td { padding: 14px; border: 1px solid var(--rc-border); font-size: 16px; line-height: 1.5; text-align: left; vertical-align: top; } .rc-product-page .rc-spec-table th, .rc-product-page .rc-compare-table th { background: var(--rc-black); color: var(--rc-white); font-weight: 800; } .rc-product-page .rc-spec-table td:first-child, .rc-product-page .rc-compare-table td:first-child { font-weight: 800; } .rc-product-page .rc-green-text { color: var(--rc-green-dark); font-weight: 800; } .rc-product-page .rc-highlight { margin-top: 26px; padding: 24px; background: #effaf1; border-left: 6px solid var(--rc-green); border-radius: 4px; } .rc-product-page .rc-highlight p { margin-bottom: 0; } .rc-product-page .rc-warning { margin-top: 26px; padding: 24px; background: var(--rc-warning); border-left: 6px solid #dca600; border-radius: 4px; } .rc-product-page .rc-warning p { margin-bottom: 0; } .rc-product-page .rc-video { position: relative; width: 100%; padding-bottom: 56.25%; overflow: hidden; background: #000000; border-radius: 6px; } .rc-product-page .rc-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; } .rc-product-page .rc-manual-section { margin-bottom: 28px; padding-bottom: 25px; border-bottom: 1px solid var(--rc-border); } .rc-product-page .rc-manual-section:last-child { margin-bottom: 0; border-bottom: 0; } .rc-product-page .rc-faq { margin-bottom: 25px; padding-bottom: 23px; border-bottom: 1px solid var(--rc-border); } .rc-product-page .rc-faq:last-child { margin-bottom: 0; border-bottom: 0; } .rc-product-page .rc-faq p { margin-bottom: 0; } @media screen and (max-width: 800px) { .rc-product-page .rc-includes-grid { grid-template-columns: 1fr; } .rc-product-page .rc-feature-grid, .rc-product-page .rc-use-grid { grid-template-columns: 1fr; } } @media screen and (max-width: 620px) { .rc-product-page .rc-section { padding: 36px 18px; } .rc-product-page .rc-hero { padding: 20px 18px 36px; } .rc-product-page h1 { font-size: 34px; } .rc-product-page h2 { font-size: 27px; } .rc-product-page h3 { font-size: 20px; } .rc-product-page p, .rc-product-page li { font-size: 16px; } .rc-product-page .rc-hero-copy { font-size: 18px; } .rc-product-page .rc-spec-table, .rc-product-page .rc-compare-table { display: block; overflow-x: auto; } .rc-product-page .rc-spec-table th, .rc-product-page .rc-spec-table td, .rc-product-page .rc-compare-table th, .rc-product-page .rc-compare-table td { min-width: 150px; } } .rc-product-page{position:relative!important;left:50%!important;width:min(1200px,calc(100vw - 40px))!important;max-width:none!important;margin-left:0!important;margin-right:0!important;transform:translateX(-50%)!important;overflow:hidden!important;border-radius:6px!important} .rc-product-page .rc-section{padding:64px 48px!important} .rc-product-page .rc-hero{padding:54px 48px 64px!important} .rc-product-page .rc-container,.rc-product-page .rc-content{width:100%!important;max-width:1080px!important;margin-left:auto!important;margin-right:auto!important} .rc-product-page p{max-width:900px} .rc-product-page .rc-hero-copy{max-width:920px!important} .rc-product-page .rc-includes-grid,.rc-product-page .rc-use-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:22px!important} .rc-product-page .rc-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:22px!important} .rc-product-page .rc-card{min-width:0!important;min-height:170px!important;padding:28px!important} .rc-product-page .rc-dark .rc-card, .rc-product-page .rc-dark .rc-card h2, .rc-product-page .rc-dark .rc-card h3, .rc-product-page .rc-dark .rc-card p, .rc-product-page .rc-dark .rc-card li, .rc-product-page .rc-dark .rc-card span, .rc-product-page .rc-dark .rc-card strong, .rc-product-page .rc-dark .rc-card div{color:#111111!important} .rc-product-page .rc-dark .rc-card{background:#ffffff!important;border-color:#dddddd!important;border-top-color:#39b54a!important} .rc-product-page .rc-dark table,.rc-product-page .rc-dark table td{color:#111111!important;background:#ffffff!important} .rc-product-page .rc-dark table th{color:#ffffff!important;background:#111111!important} .rc-product-page h1{font-size:clamp(38px,5vw,58px)!important;line-height:1.05!important} .rc-product-page h2{font-size:clamp(30px,3.5vw,42px)!important} .rc-product-page h3{font-size:22px!important} .rc-product-page .rc-video{max-width:960px!important;margin-left:auto!important;margin-right:auto!important} .rc-product-page .rc-spec-table th,.rc-product-page .rc-spec-table td,.rc-product-page .rc-compare-table th,.rc-product-page .rc-compare-table td{padding:18px!important} @media screen and (max-width:900px){ .rc-product-page{width:calc(100vw - 24px)!important} .rc-product-page .rc-section,.rc-product-page .rc-hero{padding-left:30px!important;padding-right:30px!important} .rc-product-page .rc-includes-grid,.rc-product-page .rc-use-grid,.rc-product-page .rc-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important} } @media screen and (max-width:640px){ .rc-product-page{width:calc(100vw - 16px)!important;border-radius:0!important} .rc-product-page .rc-section{padding:42px 20px!important} .rc-product-page .rc-hero{padding:36px 20px 44px!important} .rc-product-page .rc-includes-grid,.rc-product-page .rc-use-grid,.rc-product-page .rc-feature-grid{grid-template-columns:1fr!important;gap:16px!important} .rc-product-page .rc-card{min-height:0!important;padding:23px!important} .rc-product-page h1{font-size:36px!important} .rc-product-page h2{font-size:29px!important} .rc-product-page p,.rc-product-page li{font-size:16px!important} } /* VIDEO ASPECT-RATIO FIX: removes the extra black box below YouTube */ .rc-product-page .rc-video { position: relative !important; width: 100% !important; max-width: 960px !important; aspect-ratio: 16 / 9 !important; height: auto !important; padding-bottom: 0 !important; margin-left: auto !important; margin-right: auto !important; overflow: hidden !important; background: #000000 !important; } .rc-product-page .rc-video iframe { position: absolute !important; top: 0 !important; right: 0 !important; bottom: 0 !important; left: 0 !important; width: 100% !important; height: 100% !important; min-height: 0 !important; margin: 0 !important; padding: 0 !important; border: 0 !important; display: block !important; } Professional Race Timing Display Double-Sided LED Racing Clock with 6-Inch Green Digits The RunningClocks.com Double-Sided Racing Clock is built for race timing companies, race directors, schools, running clubs and event organizers who need a bright, professional elapsed-time display without paying the premium price of traditional race-clock systems. Use it at finish lines, starting areas, course checkpoints, cross country meets, marathons, triathlons, cycling races, track events and other timed competitions. The double-sided display allows athletes and spectators to view the time from both directions. What Comes with the Clock Double-Sided Race Clock Six-digit digital display with bright 6-inch green LED numbers visible from both sides. Protective Carrying Case Helps protect the clock during transportation, storage and travel between events. Two Wireless Remotes Includes one primary remote and one backup remote for race-day peace of mind. AC Power Adapter Plug the clock into a standard 110V electrical outlet for normal operation. Multiple Timing Modes Race timer, count-up, countdown, stopwatch, interval timer, time and date display. Two-Year Warranty Backed by a two-year Running Clocks LLC limited warranty. Built for Professional Race Timing This race clock gives event professionals a bright, easy-to-read elapsed-time display with straightforward wireless control. It can be used without a computer, mobile application, Wi-Fi connection or timing-system cable. The clock is ideal for buyers who need a reliable standalone timer at the finish line, starting area, split point, transition zone or other important event location. Double-sided digital display Bright 6-inch green LED digits Race timer in hours, minutes and seconds Count-up and countdown modes Stopwatch and interval modes Real-time clock and date display Five adjustable brightness levels Five adjustable volume levels Wireless remote operation Backup remote included Built-in carry handle Protective carrying case included Compatible with an optional rechargeable battery Perfect for Races and Timed Events Running Events 5Ks, 10Ks, half marathons, marathons, road races, charity runs and fun runs. Cross Country School meets, college meets, invitationals, championships, time trials and practices. Track and Field Track meets, interval workouts, fitness testing, conditioning and team practices. Multisport Events Triathlons, duathlons, cycling events, relay races and transition areas. Timing Companies Finish lines, checkpoints, alternate distances, secondary finishes and backup inventory. Schools and Recreation Athletic departments, universities, running clubs, parks and recreation programs. See the Double-Sided Racing Clock in Action Dimensions and Specifications Display Type Double-sided, six-digit LED race clock LED Color Green Digit Height 6 inches Length 34.6 inches Height 7.9 inches Depth 2 inches Power Input Standard 110V AC outlet using the included adapter Portable Power Compatible with the optional 12V 30,000mAh rechargeable battery Brightness Levels Five Volume Levels Five Included Remotes Two Warranty Two years Easy Carrying and Mounting The clock includes a built-in carry handle for easier transportation. Two upper eyelets allow the display to be suspended from a compatible support, while the mounting points on the bottom allow secure attachment to the RunningClocks.com heavy-duty tripod or another properly designed mounting system. The optional tripod raises the clock for improved visibility at finish lines, starting areas, timing tents and course checkpoints. Recommended setup: Pair the clock with our heavy-duty race clock tripod, rechargeable battery and protective carrying equipment for a complete portable timing system. Power Options for Race Day Standard AC Power Use the included power adapter with a standard 110V electrical outlet. Optional Rechargeable Battery Add the 30,000mAh rechargeable battery for locations without convenient electrical service. Remote Finish Lines Portable battery operation is useful for parks, trails, road courses, cross country meets and remote checkpoints. Backup Power Planning Professional timing crews should test all equipment and bring a backup power plan for important events. Important: Use only an approved power adapter or compatible battery system that supplies the correct voltage and connection for the clock. Water-Resistant Electronics The electronic boards are treated with a protective coating intended to help resist moisture, rust and corrosion during normal outdoor event use. The clock should still be protected from prolonged heavy rain, standing water, flooding and complete immersion. Outdoor use does not mean the clock should be left uncovered in severe weather. Keep the clock, power supply, battery and electrical connections protected from water. Do not operate electrical equipment in unsafe wet conditions. Why Green LED Digits? Green LEDs create a bright, distinctive appearance that stands out from the red displays used on many traditional race clocks. Green is highly visible to the human eye The display stands out at outdoor finish lines Green digits create a modern appearance The clock is easier to identify in busy event areas Green displays look excellent in race photography and video Green means go—perfect for running and racing events RunningClocks.com Versus Traditional Race Clocks Feature RunningClocks.com Traditional Race Clocks Display Double-sided Varies by model Digit color Bright green LEDs Often red Digit height 6 inches Varies by model Wireless remote Two included Varies Carrying case Included Often extra Battery compatibility Available Often extra Standalone operation No computer required Varies Appearance Clean, modern design Often older industrial designs Price More affordable Often significantly more expensive Current capability: This clock is a standalone race timer. It does not currently receive timing data from FinishLynx, Bluetooth, Wi-Fi or another external race-timing system. Timing Modes and Functions Race Timer Counts upward from zero in hours, minutes and seconds for running races and endurance events. Count-Up Timer Begins from a custom preset time when matching an event already in progress or an alternate start. Countdown Timer Counts down from a programmed time and produces a beep when the countdown reaches zero. Stopwatch Displays minutes, seconds and hundredths of a second for shorter timed activities and testing. Interval Timer Programs repeating work and rest periods for training, conditioning and fitness testing. Time and Date Displays real time in 12-hour or 24-hour format and can also display the date. Remote Control Instructions Real-Time Clock Press the CLOCK key to enter Real-Time Clock mode. Press 12Hrs or 24Hrs to choose standard or military time. Press EDIT. The first hour digit will blink. Use the number keys to change the selected digit. Use the left and right arrow keys to move between digits. Press EDIT again to save or EXIT to leave without saving. Countdown Timer Press the down-arrow key to enter Countdown Timer mode. The timer displays hours, minutes and seconds and counts down to zero. Press EDIT to change the starting time. Use the number keys and left/right arrows to enter the desired time. Press EDIT again to save or EXIT to cancel. Press OK to start, stop or resume. Count-Up Timer Press the up-arrow key to enter Count-Up Timer mode. Press EDIT to set a custom starting time. Use the number keys and left/right arrows to enter the time. Press EDIT again to save or EXIT to cancel. Press OK to start, stop or resume. Stopwatch Mode Press the stopwatch key to enter Stopwatch mode. The timer displays minutes, seconds and hundredths of a second. Press OK to start, stop or resume. Press B2 to reset to zero. Race Timer Press B1 to enter Race Timer mode. The timer counts upward from zero in hours, minutes and seconds. Press OK to start, stop or resume. Press B2 to reset to zero. Race Timer mode includes a memory function intended to preserve elapsed time during a temporary power interruption. The restored time depends on the outage and clock conditions. Interval Timer Press INT to enter Interval Timer mode. Press EDIT and use the number keys to set the number of rounds. Press EDIT again to set the P1 work period. Press EDIT again to set the P2 rest period. Press EDIT a fourth time to save or EXIT to cancel. Press Up/Dn to choose whether the interval counts up or down. Press OK to start, stop or resume. Date Display Press B4 to display the date. Press EDIT. The first month digit will blink. Use the number keys and left/right arrows to enter the month, day and year. Press EDIT again to save or EXIT to cancel. 10-Second Preparation Countdown Press the +/-10s key to activate or deactivate a 10-second preparation countdown before beginning a timing mode. Volume Press the volume key. Use the up and down arrows to choose from five volume levels. Press EXIT when finished. Brightness Press the brightness key to cycle through five LED brightness levels. Two-Year Limited Warranty Running Clocks LLC provides a two-year limited warranty against defects in materials and workmanship under normal use and conditions. Damage caused by misuse, improper storage, incorrect power supplies, unauthorized modifications, water exposure, accidents, drops or other conditions outside normal intended use is not covered. Proof of purchase is required for warranty service. Shipping and service terms are governed by the complete RunningClocks.com warranty and return policy. Double-Sided Racing Clock Frequently Asked Questions What does the race clock display? Race Timer mode displays elapsed time in hours, minutes and seconds. Can people see the clock from both directions? Yes. The clock has LED digits on both sides for athletes, spectators and officials approaching from different directions. How large are the digits? The green LED digits are 6 inches tall. Does the clock include a carrying case? Yes. A protective carrying case is included. How many remotes are included? Two wireless remote controls are included. Can the clock run on a rechargeable battery? Yes. The optional RunningClocks.com 12V 30,000mAh rechargeable battery is designed for portable operation. Does the clock require a computer? No. The clock operates independently using its wireless remote. Does the clock connect to FinishLynx? Not currently. This model operates as a standalone timer and does not receive FinishLynx timing data. Is the clock Bluetooth or Wi-Fi enabled? No. The current model uses a dedicated wireless remote but does not connect to computers or timing systems through Bluetooth or Wi-Fi. Is the clock waterproof? The electronics have a moisture-resistant protective coating, but the clock should be protected from heavy rain, standing water, flooding and immersion. What events can the clock be used for? It can be used for 5Ks, 10Ks, marathons, cross country meets, track events, triathlons, cycling races, charity runs, training and other timed activities. What is the warranty? Running Clocks LLC provides a two-year limited warranty.
More you might like
Related
Superslim Double-Sided Digital Posters
Related
DIGITAL HAND WARMER DOUBLE SIDED
Related
ActionArts Digital - Double-Sided Keychain
Related