COLOR #0EBB2F

HEX: #0EBB2F
RGB: (14,187,47)

Color info

#0EBB2F contains mainly green color. Web safe color of #0EBB2F is #00CC33 (or #0C3).

RGB color model

#0EBB2F color RGB value is (14,187,47).

  • red value is 14;
  • green value is 187;
  • blue value is 47.
RGB:
(14,187,47)
(5%,73%,18%)

RGB channels and saturation

R 14 of 255 = 5%
G 187 of 255 = 73%
B 47 of 255 = 18%

14
187
47

R + G + B ~ 32%. #0EBB2F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 187 + 47 = 248 (100%)
R 14 of 248 ~ 5.65%
G 187 of 248 ~ 75.4%
B 47 of 248 ~ 18.95%

%75.4
%18.95

CMYK color model

#0EBB2F color CMYK value is (93,0,75,27).

  • cyan value is 92.51%
  • magenta value is 0.00%
  • yellow value is 74.87%
  • key color value is 26.67%
CMYK:
(93,0,75,27)
C93M0Y75K27 
(93%,0%,75%,27%)
(0.93/0.00/0.75/0.27)	

CMYK percentages

%92.51
%0
%74.87
%26.67

Codes

Color #0EBB2F in popluar color models

0EBB2F
RGB1418747
HSL131°86.07%39.41%
HSB/HSV131°92.51%73.33%
CMYK92.51%0.00%74.87%
26.67%

Color #0EBB2F in popluar number systems.

HEX0EBB2F
Decimal1418747
Binary111010111011101111
Octal1627357

Shades and tints

Shades of #0EBB2F

#0EBB2F
(14,187,47)
#0DAA2B
(13,170,43)
#0C9927
(12,153,39)
#0B8823
(11,136,35)
#0A771F
(10,119,31)
#09661B
(9,102,27)
#085517
(8,85,23)
#074413
(7,68,19)
#06330F
(6,51,15)
#05220B
(5,34,11)
#041107
(4,17,7)
#000000
(0,0,0)

Tints of #0EBB2F

#0EBB2F
(14,187,47)
#23C141
(35,193,65)
#38C753
(56,199,83)
#4DCD65
(77,205,101)
#62D377
(98,211,119)
#77D989
(119,217,137)
#8CDF9B
(140,223,155)
#A1E5AD
(161,229,173)
#B6EBBF
(182,235,191)
#CBF1D1
(203,241,209)
#E0F7E3
(224,247,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0EBB2F color. Also use rgb(14,187,47) instead hex code.

Text Font Color

.myTextColor { color: #0EBB2F; }

<p style="color:#0EBB2F">This sample text font color is #0EBB2F.</p>

This text font color is #0EBB2F.


Background Color

.myBgColor { background-color: #0EBB2F; }

<div style="background-color:#0EBB2F">Inner text</div>

This div background color is #0EBB2F.


Border color

.myBorderColor { border: 1px solid #0EBB2F; }

<div style="border:3px solid #0EBB2F">Div</div>

This div border color is #0EBB2F.


Opacity

.myOpacity80 { color: #0EBB2F; opacity: 0.8; }

<p style="color:#0EBB2F;opacity:0.8;">80%</p>

Text with #0EBB2F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #0EBB2F;}

<p style="text-shadow: 3px 3px 1px #0EBB2F">Text here.</p>

This text has shadow with #0EBB2F color.

.textShadow {text-shadow: 3px 3px 1px #0EBB2F, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #0EBB2F, 5px 5px 20px red">Text here.</p>

This text has shadow with #0EBB2F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0EBB2F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#0EBB2F, Direction=45, Strength=4)">Text</p>

This text has shadow with #0EBB2F and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #0EBB2F;
  -webkit-box-shadow:	1px 1px 3px 2px #0EBB2F;
  box-shadow:		1px 1px 3px 2px #0EBB2F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0EBB2F;
-webkit-box-shadow: 1px 1px 3px 2px #0EBB2F;
box-shadow:1px 1px 3px 2px #0EBB2F;">
Div content here</div>
This div box has shadow with color #0EBB2F.

Preview

Color preview on black background

This text has color #0EBB2F on black background.


Color preview on white background

This text has color #0EBB2F on white background.



Black color preview on #0EBB2F background

This text has black color on #0EBB2F background.


White color preview on #0EBB2F background

This text has white color on #0EBB2F background.