As a first approximation:
We examine a pair of firms and pick one at random. Let $A$ be the event that the firm is more successful and $B$ the event that the firm has the stronger CEO. We are after $\mathsf P(A\mid B)$, the probability that a firm is the more successful given that it has a stronger CEO.
The measure of correlation is by definition:$$\begin{align}\rho ~=~ & \dfrac{\mathsf P(A \cap B)~-~\mathsf P(A)~\mathsf P(B)}{\sqrt{~\mathsf P(A)~(1-\mathsf P(A))~\mathsf P(B)~(1-\mathsf P(B))~}}\\[2ex] ~=~ & \dfrac{(\mathsf P(A \mid B)-\mathsf P(A))~\mathsf P(B)}{\sqrt{~\mathsf P(A)~(1-\mathsf P(A))~\mathsf P(B)~(1-\mathsf P(B))~}}\end{align}$$
Now, half of every pair will have a stronger CEO, and half of every pair will be the more successful; just not necessarily the same half. So $\mathsf P(A)=\tfrac 12, \mathsf P(B)=\tfrac 12$ and hence:
$$\begin{align}\rho ~=~& 2~\mathsf P(A \mid B)-1 \\[2ex] \mathsf P(A\mid B) ~=~ & \dfrac{1+\rho}{2} \\[1ex] ~=~& \dfrac{1+0.30}{2} \\[1ex] ~=~& 0.65\end{align}$$
More reasonably:
We might consider the successfulness, and the strength of the CEO, of any company $i$ to be jointly bivariate normal random variables ($A_i, B_i$) with identical though dependent distributions. Then for any pair of companies $(i,j)$ we are looking for $\mathsf P(A_i>A_j \mid B_i>B_j)$
This would be obtained through a similar, but slightly more involved, procedure.
PS:
Let $\mathbf 1_A$ be the indicator random variable that event $A$ occurs. $$\begin{split}\mathsf E(\mathbf 1_A) &= 1\mathsf P(A)+ 0\mathsf P(A^\complement)\\ &= \mathsf P(A)\\[2ex]\mathsf {Var}(\mathbf 1_A)& = \mathsf E(\mathbf 1_A^2)-\mathsf E(\mathbf 1_A)^2\\&= 1^2\mathsf P(A)-1\mathsf P(A)^2\\&= \mathsf P(A)(1-\mathsf P(A))\\[2ex] \mathsf {Cov}(\mathbf 1_A,\mathbf 1_B) &= \mathsf E(\mathbf 1_A\mathbf 1_B)-\mathsf E(\mathbf 1_A)\mathsf E(\mathbf 1_B)\\&= \mathsf E(\mathbf 1_{A\cap B})-\mathsf E(\mathbf 1_A)\mathsf E(\mathbf 1_B)\\&= \mathsf P(A\cap B)-\mathsf P(A)\mathsf P(B)\end{split}$$