Checkmate
200W Solar Street Light with pole 16FT/20FT
200W Solar Street Light with pole 16FT/20FT200W Solar Street Light with pole 16FT/20FT200W Solar Street Light with pole 16FT/20FT200W Solar Street Light with pole 16FT/20FT200W Solar Street Light with pole 16FT/20FT200W Solar Street Light with pole 16FT/20FT200W Solar Street Light with pole 16FT/20FT200W Solar Street Light with pole 16FT/20FT200W Solar Street Light with pole 16FT/20FT200W Solar Street Light with pole 16FT/20FT200W Solar Street Light with pole 16FT/20FT200W Solar Street Light with pole 16FT/20FT200W Solar Street Light with pole 16FT/20FT200W Solar Street Light with pole 16FT/20FT200W Solar Street Light with pole 16FT/20FT

Langy Solar Lights

$288.69

200W Solar Street Light with pole 16FT/20FT

coupon

25 promo codes

* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; } body { background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); color: #333; line-height: 1.6; padding: 20px; min-height: 100vh; } .container { max-width: 1200px; margin: 0 auto; } header { text-align: center; margin-bottom: 30px; padding: 20px 0; position: relative; } .logo { font-size: 2.8rem; color: #ff8000; margin-bottom: 15px; } h1 { color: #2c3e50; font-size: 2.2rem; margin-bottom: 10px; } .subtitle { color: #6c757d; font-size: 1.1rem; max-width: 700px; margin: 0 auto 20px; font-weight: 400; } .download-section { text-align: center; margin: 25px 0; } .download-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; margin-top: 15px; } .download-btn { display: inline-flex; align-items: center; padding: 12px 25px; background: #ff8000; color: white; text-decoration: none; border-radius: 8px; font-weight: 600; transition: all 0.3s ease; box-shadow: 0 4px 8px rgba(255, 128, 0, 0.25); border: 2px solid transparent; } .download-btn:hover { background: #e67300; transform: translateY(-2px); box-shadow: 0 6px 12px rgba(255, 128, 0, 0.35); border-color: rgba(255, 255, 255, 0.3); } .download-btn i { margin-right: 10px; font-size: 1.2rem; } .spec-card { background: white; border-radius: 12px; overflow: hidden; box-shadow: 0 8px 25px rgba(0,0,0,0.08); margin: 30px 0; } .spec-title { background: linear-gradient(135deg, #2c3e50, #4a6491); color: white; padding: 16px; text-align: center; font-size: 1.4rem; font-weight: 600; letter-spacing: 0.5px; } .spec-table-container { overflow-x: auto; -webkit-overflow-scrolling: touch; padding: 15px; } .spec-table { width: 100%; border-collapse: collapse; min-width: 600px; font-size: 0.95rem; } .spec-table tr { border-bottom: 1px solid #edf2f7; } .spec-table tr:last-child { border-bottom: none; } .spec-table tr:nth-child(even) { background-color: #f9fafb; } .spec-table tr:hover { background-color: #f0f7ff; } .spec-table td { padding: 12px 15px; line-height: 1.4; } .spec-table td:first-child { font-weight: 600; color: #2c3e50; width: 40%; text-align: left; padding-left: 20px; } .spec-table td:last-child { text-align: left; color: #34495e; font-weight: 500; padding-right: 20px; } .highlight { font-weight: 700; color: #e74c3c; } .key-specs { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 15px; margin: 25px 0; } .spec-item { background: white; border-radius: 10px; padding: 15px; text-align: center; box-shadow: 0 4px 12px rgba(0,0,0,0.05); border-left: 4px solid #3498db; } .spec-item:nth-child(2) { border-left-color: #2ecc71; } .spec-item:nth-child(3) { border-left-color: #e74c3c; } .spec-item:nth-child(4) { border-left-color: #f39c12; } .spec-value { font-size: 1.5rem; font-weight: 700; color: #2c3e50; margin: 5px 0; } .spec-label { font-size: 0.9rem; color: #6c757d; font-weight: 500; } .features-section { margin: 40px 0; } .section-title { text-align: center; color: #2c3e50; margin-bottom: 30px; font-size: 1.7rem; position: relative; } .section-title::after { content: ''; display: block; width: 80px; height: 4px; background: linear-gradient(to right, #3498db, #2c3e50); margin: 12px auto; border-radius: 2px; } .features-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; } .feature-card { background: white; border-radius: 10px; padding: 22px; box-shadow: 0 5px 15px rgba(0,0,0,0.06); transition: all 0.3s ease; display: flex; flex-direction: column; } .feature-card:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0,0,0,0.1); } .feature-card h3 { font-size: 1.2rem; color: #2c3e50; margin-bottom: 15px; display: flex; align-items: center; } .feature-card h3 i { margin-right: 12px; color: #ff8000; font-size: 1.3rem; min-width: 24px; /* Ensure consistent icon width */ } .feature-card p { color: #555; font-size: 0.95rem; line-height: 1.7; flex-grow: 1; } .divider { height: 1px; background: linear-gradient(to right, transparent, #dee2e6, transparent); margin: 30px auto; width: 80%; } .hero-image { width: 100%; max-width: 800px; margin: 20px auto; border-radius: 12px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.15); display: flex; justify-content: center; background: linear-gradient(to right, #f5f5f5, #e0e0e0); padding: 20px; } .hero-image img { max-width: 100%; height: auto; display: block; transition: transform 0.5s ease; } .hero-image:hover img { transform: scale(1.03); } .icon-fallback { display: inline-block; width: 24px; height: 24px; margin-right: 12px; background-color: #ff8000; border-radius: 50%; position: relative; color: white; font-size: 12px; text-align: center; line-height: 24px; } @media (max-width: 768px) { h1 { font-size: 1.8rem; } .subtitle { font-size: 1rem; } .spec-table td { padding: 10px 12px; font-size: 0.9rem; } .spec-table td:first-child { padding-left: 15px; width: 45%; } .spec-table td:last-child { padding-right: 15px; } .download-buttons { flex-direction: column; align-items: center; } .download-btn { width: 100%; max-width: 300px; justify-content: center; } .features-grid { grid-template-columns: 1fr; } } @media (max-width: 480px) { .spec-table { min-width: 100%; } .spec-table td { padding: 8px 10px; font-size: 0.85rem; } .spec-table td:first-child { width: 50%; padding-left: 12px; } .feature-card { padding: 18px; } .spec-value { font-size: 1.3rem; } .section-title { font-size: 1.5rem; } } Solar Street Light with pole PDF Spec Sheet Technical Manual 20,000 LM Brightness 20,000 mAh Battery IP65 Waterproof 5+ years Lifespan Technical Specifications Model ES03-200W-16FTG / ES03-200W-20FTG Wattage 200W Pole Height 16FT / 20FT Lumens Output 20,000 LM LED Quantity 360pcs Solar Panel 6V / 15W Coverage Area 1080 sqft (at 22ft height) Battery Capacity 20,000 mAh Light Weight 14 lb Pole Weight 44 lb / 56 lb Pole Thickness 1.5mm / 1.8mm Waterproof Rating IP65 Color Temperature 6700K (White) Discharging Time 1-2 days Product Features EASY TO INSTALL Solar parking lot lights don't need to worry about electric shock, No need for wires, just a few minutes and enjoy the brightness. Saving your money on the electric bill. DUSK TO DAWN The solar power street light will light up from dusk to dawn automatically, a large capacity battery offers a good output. The remote switching is a great plus. GREAT MOTION DETECTION 26 ft radar sensing range makes Solar Led Street Light quick to react to motion and go to full illumination. Energy saving, it turns to 30% brightness if no motion is detected at night. SPECIAL FUNCTION The LED street light is integrated with an upgraded controller, it can keep 30% brightness OR turn off when no motion is detected. Save more energy. Stay on, Timer working mode also can be set by remote.

Save on 200W Solar Street Light with pole 16FT/20FT with a Langy Solar Lights promo code

Checkmate is a savings app with over one million users that have saved $$$ on brands like Langy Solar Lights.

The Checkmate extension automatically applies Langy Solar Lights discount codes, Langy Solar Lights coupons and more to give you discounts on products like 200W Solar Street Light with pole 16FT/20FT.

Top Langy Solar Lights discount codes

See all codes

chevron