COLOR #0EEB47

HEX: #0EEB47
RGB: (14,235,71)

Color info

#0EEB47 contains mainly green color. Web safe color of #0EEB47 is #00FF33 (or #0F3).

RGB color model

#0EEB47 color RGB value is (14,235,71).

  • red value is 14;
  • green value is 235;
  • blue value is 71.
RGB:
(14,235,71)
(5%,92%,28%)

RGB channels and saturation

R 14 of 255 = 5%
G 235 of 255 = 92%
B 71 of 255 = 28%

14
235
71

R + G + B ~ 42%. #0EEB47 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
14 + 235 + 71 = 320 (100%)
R 14 of 320 ~ 4.38%
G 235 of 320 ~ 73.44%
B 71 of 320 ~ 22.19%

%73.44
%22.19

CMYK color model

#0EEB47 color CMYK value is (94,0,70,8).

  • cyan value is 94.04%
  • magenta value is 0.00%
  • yellow value is 69.79%
  • key color value is 7.84%
CMYK:
(94,0,70,8)
C94M0Y70K8 
(94%,0%,70%,8%)
(0.94/0.00/0.70/0.08)	

CMYK percentages

%94.04
%0
%69.79
%7.84

Codes

Color #0EEB47 in popluar color models

0EEB47
RGB1423571
HSL135°88.76%48.82%
HSB/HSV135°94.04%92.16%
CMYK94.04%0.00%69.79%
7.84%

Color #0EEB47 in popluar number systems.

HEX0EEB47
Decimal1423571
Binary1110111010111000111
Octal16353107

Shades and tints

Shades of #0EEB47

#0EEB47
(14,235,71)
#0DD641
(13,214,65)
#0CC13B
(12,193,59)
#0BAC35
(11,172,53)
#0A972F
(10,151,47)
#098229
(9,130,41)
#086D23
(8,109,35)
#07581D
(7,88,29)
#064317
(6,67,23)
#052E11
(5,46,17)
#04190B
(4,25,11)
#000000
(0,0,0)

Tints of #0EEB47

#0EEB47
(14,235,71)
#23EC57
(35,236,87)
#38ED67
(56,237,103)
#4DEE77
(77,238,119)
#62EF87
(98,239,135)
#77F097
(119,240,151)
#8CF1A7
(140,241,167)
#A1F2B7
(161,242,183)
#B6F3C7
(182,243,199)
#CBF4D7
(203,244,215)
#E0F5E7
(224,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0EEB47 color. Also use rgb(14,235,71) instead hex code.

Text Font Color

.myTextColor { color: #0EEB47; }

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

This text font color is #0EEB47.


Background Color

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

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

This div background color is #0EEB47.


Border color

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

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

This div border color is #0EEB47.


Opacity

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

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

Text with #0EEB47 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 #0EEB47;}

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

This text has shadow with #0EEB47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0EEB47 on black background.


Color preview on white background

This text has color #0EEB47 on white background.



Black color preview on #0EEB47 background

This text has black color on #0EEB47 background.


White color preview on #0EEB47 background

This text has white color on #0EEB47 background.