Cape Greko

Situated on the Protaras road approximately a mile east of Ayia Napa, Konnos Bay is a Blue Flag beach with breathtaking views, water sports and nature trails that take from 30 minutes to 3 hours, which are well worth doing for the fantastic coastal scenery along the way.

Capo Greko View


Driving down the winding road towards the bay, the wide shore is sheltered by the rocks protecting it from the wind.  Once on the beach, sun worshipers can relax and soak up the rays on the spacious beach with an occasional dip in the crystal clear waters.XYZ For the more adventurous, Konnos Bay has all sorts of water sports available. Jet skis, motor boats and boat tours are all available for hire. The sheltered bay also makes it an ideal location for water skiing.

Refreshments are available at the tavern overlooking the bay (Pyrillis restaurant) as well as the Grecian Park Hotel and the adjacent restaurant (Spartiatis) where panoramic views of Konnos Bay can be enjoyed.

Green Bay is an ideal place to avoid the summer crowds and is located to the south of Protaras beach. While the bay has few facilities save for the obligatory sun loungers and parasols available to hire, it is as good a spot as any for a leisurely swim. The small sandstone platforms to the south of the beach also provide a nice setting for a picnic.Green Bay is not as well signposted as some of the other beaches in the area making it slightly difficult to locate. For those journeying to Protaras from Ayia Napa, it is worth noting that Green Bay is the first beach you will encounter en route.

Situated on a rocky promontory on the south-eastern coast of Cyprus, east of Agia Napa and south east of Protaras, Cape Greko is an area of unspoiled natural beauty that has been declared a National Forest Park and conservation area and covers an area of 385 hectares.

Hike along the network of nature trails lined with miniature pine trees and juniper stopping to admire spectacular views from sea cliffs overlooking turquoise seas. Benches along the way provide the opportunity to rest and gaze down into crystal clear waters. One of these trails forms part of the European Long Distance Trail E4, running from Gibraltar to Cyprus. The 2 kilometres Aphrodite nature trail, which goes along the north east coast of the Cape Greko promontory, is part of the Aphrodite Cultural Route and commemorates the link with the goddess. Do not miss the small white washed church of Agia Anargyri with steps down to the sea where the Holy Water exists, or take one of the trails leading to the so-called Cyclops’ cave stopping at the nearby picnic site for a pleasant rest.

Specialist cycling paths also exist in the area both for lovers of this sport and as a means to explore. The island has perfect weather for cycling, especially in the winter months, what with low annual rainfall and few of the headwinds that are a bane to cyclists.

Take a boat trip along the coast anchoring near those caves that nature has carved out of the ten metre limestone cliffs and adorned in such a way as to merit the name the Palaces.

The Cape Greko area is popular with divers, thanks to warm sea temperatures ranging from 16ÂşC in winter to 28ÂşC in summer and with visibility reaching 30 to 40 metres. The fauna of the waters of Cape Greko hide many interesting sea creatures.

We accept payments with
  • Master Card
  • Visa
  • Bitcoin
  • Wise
  • Revolut
  • Apply Pay
Phone
var month = monthNames[date.getMonth()]; var month1 = monthNames[date1.getMonth()]; if (month == month1 && year1 == year2) { $('#show_date').val(month + " " + d + " - " + d1 + " " + year1); } else if (month != month1 && year1 == year2) { $('#show_date').val(month + " " + d + " - " + month1 + " " + d1 + " " + year1); } else if (month != month1 && year1 != year2) { $('#show_date').val(month + " " + d + " " + year1 + " - " + month1 + " " + d1 + " " + year2); } else { $('#show_date').val(month + " " + d + " " + year1 + " - " + month1 + " " + d1 + " " + year2); } // <--closing date formatting --> var start = moment(s1); var end = moment(s2); var totalnights = end.diff(start, "days") $('.last-date-selected').parent().addClass('check-out-parent'); $('.checkcheckouttopbar').html('
(' + totalnights + ' - Nights)
'); $('.dateClick').hide(); $('.searchdatepick').show(); //$('.checkcheckouttopbar').text(days[day]+','+monthNames[m]+' '+d+' - '+days[day1]+','+monthNames[m1]+' '+d1+' ('+totalnights+' nights)'); let html = '
' + '
' + '' + '' + '
' + '' + '
'; $('.footer').html(html); }, hoveringTooltip: function (nights, startTime, hoveringTime) { nights = nights - 1; var monthNames = ["Jan", "Feb", "Mar", "Apr", "May", "June", "July", "Aug", "Sep", "Oct", "Nov", "Dec"]; var days = ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"]; $('div[ time="' + startTime + '"]').parent().nextAll().addClass('bobtd'); $('div[ time="' + startTime + '"]').parent().parent().nextAll().children('td').addClass('bobtd'); $('.first-date-selected').parent().addClass('checked-in-parent'); $('.hovering').parent().addClass('checked-out-parent'); var date = new Date(startTime); var d = date.getDate(); var day = date.getDay(); var m = date.getMonth(); var date1 = new Date(hoveringTime); var d1 = date1.getDate(); var day1 = date1.getDay(); var m1 = date1.getMonth(); $('.checkcheckouttopbar').text('(' + nights + ' - Nights)'); }, startDate: moment(), customTopBar: function () { return ''; }, customArrowPrevSymbol: '', customArrowNextSymbol: '', }).bind('datepicker-open', function () { //$('body').addClass('overlay'); $('.checkinerror').html(''); $('.checkouterror').html(''); if ($('#appartment_drop').show() || $('#appartment_drop2').show()) { $('#appartment_drop').hide(); $('#appartment_drop2').hide(); } }).bind('datepicker-closed', function () { $('body').removeClass('overlay'); $('#appartment_drp2').click(); }).bind('datepicker-first-date-selected', function (event, obj) { $('.check-out-parent').removeClass('check-out-parent'); $('.check-in-parent').removeClass('check-in-parent'); }) .bind('datepicker-change', function (event, obj) { }); } tjq(document).ready(function () { tjq(".date-picker-wrapper .footer").on("click", "button", function () { tjq("#appartment_drp3").focus().click(); }) }) function bookcheckavailability1() { arrival = tjq('#checkin_date').val(); departure = tjq('#checkout_date').val(); var dstart = new Date(arrival); var dstop = new Date(departure); if (dstop.getTime() < dstart.getTime()) { var dtemp = arrival; arrival = departure; departure = dtemp; } unit_id = tjq('#unit_id_input').val(); var url = '/index.php/unit/check_availability/'; if (tjq('#calendar-row').hasClass('rentals_united')) { url = '/index.php/unit/ru_check_availability/'; } tjq.post(url, {arrival: arrival, departure: departure, unit_id: unit_id}, function (result) { if (result == 'SUCCESS') { tjq('#checkin_date').val(arrival); tjq('#checkout_date').val(departure); tjq('#checkin_date').val(arrival); tjq('#checkout_date').val(departure); tjq('#arrival_input').val(arrival); tjq('#departure_input').val(departure); unit_id1 = tjq('#unit_id_input').val(); uniturl = tjq('#uniturl').val(); var url1 = '/index.php/unit/ajax_holiday_home/' + unit_id1 + '/' + uniturl; tjq.post(url1, {arrival_input: arrival, departure_input: departure, unit_id: unit_id1}, function (result1) { if (result1 == "INVALID") { var start = tjq('#checkin_date').val(); var end = tjq('#checkout_date').val(); start = Date.parse(start).toString('yyyy-MM-dd'); end = Date.parse(end).toString('yyyy-MM-dd'); tjq('#' + start).children().removeClass('clicked'); tjq('#' + end).children().removeClass('clicked'); tjq('#checkin_date').val(""); tjq('#checkout_date').val(""); tjq('#arrival_input').val(""); tjq('#departure_input').val(""); tjq('#calendar-row').removeClass('hide'); tjq('#calendar-loading').addClass('hide'); alertify.alert('Dates are not available'); tjq('.calendar_container .clicked').removeClass('clicked'); } else { tjq('#poparticle').html(result1); } }); } else if (result == "INVALID") { var start = tjq('#checkin_date').val(); var end = tjq('#checkout_date').val(); start = Date.parse(start).toString('yyyy-MM-dd'); end = Date.parse(end).toString('yyyy-MM-dd'); tjq('#' + start).children().removeClass('clicked'); tjq('#' + end).children().removeClass('clicked'); tjq('#checkin_date').val(""); tjq('#checkout_date').val(""); tjq('#arrival_input').val(""); tjq('#departure_input').val(""); tjq('#calendar-row').removeClass('hide'); tjq('#calendar-loading').addClass('hide'); alertify.alert('Dates are not available'); tjq('.calendar_container .clicked').removeClass('clicked'); } else if (result.substr(0, 10) == 'CHANGEOVER') { var start = tjq('#checkin_date').val(); var end = tjq('#checkout_date').val(); start = Date.parse(start).toString('yyyy-MM-dd'); end = Date.parse(end).toString('yyyy-MM-dd'); tjq('#' + start).children().removeClass('clicked'); tjq('#' + end).children().removeClass('clicked'); tjq('#checkin_date').val(""); tjq('#checkout_date').val(""); tjq('#arrival_input').val(""); tjq('#departure_input').val(""); tjq('#calendar-row').removeClass('hide'); tjq('#calendar-loading').addClass('hide'); alertify.alert(result.substr(10)); tjq('.calendar_container .clicked').removeClass('clicked'); } else { var start = tjq('#arrival_input').val(); var end = tjq('#departure_input').val(); start = Date.parse(start).toString('yyyy-MM-dd'); end = Date.parse(end).toString('yyyy-MM-dd'); tjq('#' + start).children().removeClass('clicked'); tjq('#' + end).children().removeClass('clicked'); tjq('#checkin_date').val(""); tjq('#checkout_date').val(""); tjq('#arrival_input').val(""); tjq('#departure_input').val(""); tjq('#calendar-row').removeClass('hide'); tjq('#calendar-loading').addClass('hide'); alertify.alert('Minimum nights required is ' + result); tjq('.calendar_container .clicked').removeClass('clicked'); } }); } $(".calendar td").hover(function () { $('.available').removeClass('selctrangetd'); var checkdivcl1 = false; $(this).parent().toggleClass("result_hover"); arrival = tjq('#arrival_input').val(); //var day = Date.parse(arrival).toString('d'); var currentv = $(this).text(); var d2 = $(this).attr('data-date'); var d1 = $('.bobclick').attr('data-date'); var date1 = new Date(d1); var date2 = new Date(d2); // To calculate the time difference of two dates var totaldays = date2.getTime() - date1.getTime(); // To calculate the no. of days between two dates var totaldays = totaldays / (1000 * 3600 * 24); var checkdivcl1 = $('td').hasClass("bobclick"); if (checkdivcl1) { nights = totaldays; var monthNames = ["Jan", "Feb", "Mar", "Apr", "May", "June", "July", "Aug", "Sep", "Oct", "Nov", "Dec"]; var days = ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"]; //return days > 1 ? days + ' ' + lang('days') : ''; var d = date1.getDate(); var day = date1.getDay(); var m = date1.getMonth(); var d1 = date2.getDate(); var day1 = date2.getDay(); var m1 = date2.getMonth(); $('#villatotalnight').text(nights); $('.checkcheckouttopbar').text(days[day] + ',' + monthNames[m] + ' ' + d + ' - ' + days[day1] + ',' + monthNames[m1] + ' ' + d1); } var i = 1; for (i = 0; i < totaldays; i++) { date1.setDate(date1.getDate() + 1); var date = new Date(date1); var d = date.getDate(); d = pad(d); var day = date.getDay(); var m = date.getMonth(); m += 1; m = pad(m); d1 = date.getFullYear() + '-' + m + '-' + d; $('td[ data-date="' + d1 + '"]').children().addClass('selctrangetd'); } }); function pad(d) { return (d < 10) ? '0' + d.toString() : d.toString(); } function getCookie(cname) { var name = cname + "="; var decodedCookie = decodeURIComponent(document.cookie); var ca = decodedCookie.split(';'); for (var i = 0; i < ca.length; i++) { var c = ca[i]; while (c.charAt(0) == ' ') { c = c.substring(1); } if (c.indexOf(name) == 0) { return c.substring(name.length, c.length); } } return ""; } function bookcheckavailability2() { arrival = tjq('#checkin_date').val(); departure = tjq('#checkout_date').val(); var dstart = new Date(arrival); var dstop = new Date(departure); if (dstop.getTime() < dstart.getTime()) { var dtemp = arrival; arrival = departure; departure = dtemp; } /*var confirmResponse = window.confirm(' Arrival: '+ Date.parse(arrival).toString('d-MMM-yyyy')+'\n Departure: '+ Date.parse(departure).toString('d-MMM-yyyy')+'\n Confirm these dates?'); if (confirmResponse==true) {*/ unit_id = tjq('#unit_id').val(); url = '/index.php/unit/ru_check_availability/'; tjq.post(url, {arrival: arrival, departure: departure, unit_id: unit_id}, function (result) { if (result == 'SUCCESS') { tjq('#checkin_date').val(arrival); tjq('#checkout_date').val(departure); tjq('#checkin_date').val(arrival); tjq('#checkout_date').val(departure); tjq('#arrival_input').val(arrival); tjq('#departure_input').val(departure); unit_id1 = tjq('#unit_id').val(); uniturl = tjq('#uniturl').val(); var url1 = '/index.php/unit/ajax_holiday_property/' + unit_id1 + '/' + uniturl; tjq.post(url1, {arrival_input: arrival, departure_input: departure, unit_id: unit_id1}, function (result1) { if (result1 == "INVALID") { var start = tjq('#checkin_date').val(); var end = tjq('#checkout_date').val(); start = Date.parse(start).toString('yyyy-MM-dd'); end = Date.parse(end).toString('yyyy-MM-dd'); tjq('#' + start).children().removeClass('clicked'); tjq('#' + end).children().removeClass('clicked'); tjq('#checkin_date').val(""); tjq('#checkout_date').val(""); tjq('#arrival_input').val(""); tjq('#departure_input').val(""); tjq('#calendar-row').removeClass('hide'); tjq('#calendar-loading').addClass('hide'); alertify.alert('Dates are not available'); tjq('.calendar_container .clicked').removeClass('clicked'); } else { tjq('#poparticle').html(result1); } }); // tjq('#calendar_form').submit(); } else if (result == "INVALID") { var start = tjq('#checkin_date').val(); var end = tjq('#checkout_date').val(); start = Date.parse(start).toString('yyyy-MM-dd'); end = Date.parse(end).toString('yyyy-MM-dd'); tjq('#' + start).children().removeClass('clicked'); tjq('#' + end).children().removeClass('clicked'); tjq('#checkin_date').val(""); tjq('#checkout_date').val(""); tjq('#arrival_input').val(""); tjq('#departure_input').val(""); tjq('#calendar-row').removeClass('hide'); tjq('#calendar-loading').addClass('hide'); alertify.alert('Dates are not available'); tjq('.calendar_container .clicked').removeClass('clicked'); } else if (result.substr(0, 10) == 'CHANGEOVER') { var start = tjq('#checkin_date').val(); var end = tjq('#checkout_date').val(); start = Date.parse(start).toString('yyyy-MM-dd'); end = Date.parse(end).toString('yyyy-MM-dd'); tjq('#' + start).children().removeClass('clicked'); tjq('#' + end).children().removeClass('clicked'); tjq('#checkin_date').val(""); tjq('#checkout_date').val(""); tjq('#arrival_input').val(""); tjq('#departure_input').val(""); tjq('#calendar-row').removeClass('hide'); tjq('#calendar-loading').addClass('hide'); alertify.alert(result.substr(10)); tjq('.calendar_container .clicked').removeClass('clicked'); } else { var start = tjq('#arrival_input').val(); var end = tjq('#departure_input').val(); start = Date.parse(start).toString('yyyy-MM-dd'); end = Date.parse(end).toString('yyyy-MM-dd'); tjq('#' + start).children().removeClass('clicked'); tjq('#' + end).children().removeClass('clicked'); tjq('#checkin_date').val(""); tjq('#checkout_date').val(""); tjq('#arrival_input').val(""); tjq('#departure_input').val(""); tjq('#calendar-row').removeClass('hide'); tjq('#calendar-loading').addClass('hide'); alertify.alert('Minimum nights required is ' + result); tjq('.calendar_container .clicked').removeClass('clicked'); } }); } // VILLA CODE AND MY RES POPUP var $ = tjq, slideForm = $('.villa-code-my-res'), rpvSlide = $('.rpv-slide'), slides = {}; $('.togg-slide-form').click(function (e) { e.preventDefault(); $('#mobile-menu-01 .close-modal').trigger("click"); $('.menu-layout-newdesign').hide(); setTimeout(function () { $('.home-form-search').hide(); }, 500); var target = $(this).attr('data-show'); var targetElement = $('#' + target); /// show forms if (!rpvSlide.hasClass('is-visible')) { slideForm.show(); $('.villa-code-my-res .rpv-left-container').hide(); targetElement.show(); rpvSlide.addClass('is-visible slideInLeft animated'); //lockScroll(); initSliderPopup(); //$('.home-form-search').hide(); } else { //check other btn is clicked if (!targetElement.is(':visible')) { // switch box rpvSlide.removeClass('slideInLeft').addClass('slideOutLeft'); setTimeout(function () { $('.villa-code-my-res .rpv-left-container').hide(); targetElement.show(); //$('.home-form-search').show(); rpvSlide.removeClass(); rpvSlide.addClass('rpv-slide'); rpvSlide.addClass('is-visible slideInLeft animated'); }, 450); } } }); $('.close-rpv-slide').click(function (e) { $('.home-form-search').show(); $('.menu-layout-newdesign').show(); e.preventDefault(); rpvSlide.removeClass('slideInLeft').addClass('slideOutLeft'); setTimeout(function () { rpvSlide.removeClass(); rpvSlide.addClass('rpv-slide'); slideForm.hide(); //unlockScroll(); }, 450); }); function initSliderPopup() { slides[0] = { url: 'https://www.rentprivatevillas.com/resources/images/slides1.jpg', caption: '' }; $('.villa-code-my-res .container-rpv-login').bgswitcher({ images: slides, loop: true, interval: 3000, shuffle: false }); } var enter_timeout = null; $(document).ready(function () { $(document).delegate("#searchNext", "click", function () { alert('you clicked me again!'); }); $('.villa-code-my-res form').bind('keypress keydown keyup', function (e) { var _this = $(this); clearTimeout(enter_timeout); if (e.keyCode == 13) { e.preventDefault(); enter_timeout = setTimeout(function () { _this.find('button').trigger('click'); }, 500); } }); $('.submit-vc-mr').click(function (e) { e.preventDefault(); var btn = $(this); var form = $(this).parents('form:first'); if (!btn.hasClass('ajax-loading')) { var btn_text = btn.html(); var hoErrors = form.find('.ho-errors'); btn.addClass('ajax-loading'); btn.html(''); $.ajax({ type: 'POST', url: form.attr('action'), data: form.serializeArray(), success: function (res) { res = JSON.parse(res); // SUCCESS if (res.resType == 'success') { hoErrors.hide(); if (res.data.return_to !== undefined) { window.location.href = res.data.return_to; } else { window.location.reload(); } // ERROR } else { hoErrors.html(res.errMsg); hoErrors.slideDown(); clearErrors(); } }, error: function (res) { console.log(res); }, complete: function () { btn.removeClass('ajax-loading'); btn.html(btn_text); } }); } }); $('.submit-login').click(function (e) { e.preventDefault(); var btn = $(this); var form = $(this).parents('form:first'); if (!btn.hasClass('ajax-loading')) { var btn_text = btn.html(); var hoErrors = form.find('.ho-errors'); btn.addClass('ajax-loading'); btn.html(''); $.ajax({ type: 'POST', url: form.attr('action'), data: form.serializeArray(), success: function (res) { res = JSON.parse(res); // SUCCESS if (res.resType == 'success') { hoErrors.hide(); if (res.data.return_to !== undefined) { window.location.href = res.data.return_to; } else { window.location.reload(); } // ERROR } else { hoErrors.html(res.errMsg); hoErrors.slideDown(); clearErrors(); } }, error: function (res) { console.log(res); }, complete: function () { btn.removeClass('ajax-loading'); btn.html(btn_text); } }); } }); function clearErrors() { setTimeout(function () { $('.ho-errors').slideUp(); }, 6000); } clearErrors(); // END VILLA CODE AND MY RES // WIDGET RPV var widget = $('.rpv-widget .contact-options'), mainControl = $('.main-control'), tooltips = $('.rpv-widget .has-tooltip'), popups = $('.rpv-widget .has-popup'); mainControl.click(function () { if (widget.hasClass('active')) { widget.removeClass('active'); callToAction(true); } else { widget.addClass('active'); callToAction(false); } }); mainControl.on('mouseenter', function () { widget.addClass('active'); callToAction(false); }); tooltips.hover(function () { if ($(this).find('span').length > 0) { return false; } var text = $(this).attr('data-tooltip'); var tooltip = $(''); tooltip.text(text); $(this).append(tooltip); }); popups.click(function () { var popupElement = $('#' + $(this).attr('data-popup')); widget.removeClass('active'); callToAction(false); popupElement.fadeIn(); }); $('.title-bar-icon-close').click(function () { $('.rpv-widget-popup').fadeOut(); widget.addClass('active'); callToAction(false); }); setTimeout(function () { callToAction(true); }, 1000); // END WIDGET }); function callToAction(show) { var elem = $('#rpv-call-to-action'); if (show == true) { elem.addClass('slide-in'); } else { elem.removeClass('slide-in'); } } -->