COLOR #0EFE49

HEX: #0EFE49
RGB: (14,254,73)

Color info

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

RGB color model

#0EFE49 color RGB value is (14,254,73).

  • red value is 14;
  • green value is 254;
  • blue value is 73.
RGB:
(14,254,73)
(5%,100%,29%)

RGB channels and saturation

R 14 of 255 = 5%
G 254 of 255 = 100%
B 73 of 255 = 29%

14
254
73

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

Portions of RGB colors in percentages

R + G + B =
14 + 254 + 73 = 341 (100%)
R 14 of 341 ~ 4.11%
G 254 of 341 ~ 74.49%
B 73 of 341 ~ 21.41%

%74.49
%21.41

CMYK color model

#0EFE49 color CMYK value is (94,0,71,0).

  • cyan value is 94.49%
  • magenta value is 0.00%
  • yellow value is 71.26%
  • key color value is 0.39%
CMYK:
(94,0,71,0)
C94M0Y71K0 
(94%,0%,71%,0%)
(0.94/0.00/0.71/0.00)	

CMYK percentages

%94.49
%0
%71.26
%0.39

Codes

Color #0EFE49 in popluar color models

0EFE49
RGB1425473
HSL135°99.17%52.55%
HSB/HSV135°94.49%99.61%
CMYK94.49%0.00%71.26%
0.39%

Color #0EFE49 in popluar number systems.

HEX0EFE49
Decimal1425473
Binary1110111111101001001
Octal16376111

Shades and tints

Shades of #0EFE49

#0EFE49
(14,254,73)
#0DE743
(13,231,67)
#0CD03D
(12,208,61)
#0BB937
(11,185,55)
#0AA231
(10,162,49)
#098B2B
(9,139,43)
#087425
(8,116,37)
#075D1F
(7,93,31)
#064619
(6,70,25)
#052F13
(5,47,19)
#04180D
(4,24,13)
#000000
(0,0,0)

Tints of #0EFE49

#0EFE49
(14,254,73)
#23FE59
(35,254,89)
#38FE69
(56,254,105)
#4DFE79
(77,254,121)
#62FE89
(98,254,137)
#77FE99
(119,254,153)
#8CFEA9
(140,254,169)
#A1FEB9
(161,254,185)
#B6FEC9
(182,254,201)
#CBFED9
(203,254,217)
#E0FEE9
(224,254,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0EFE49 color. Also use rgb(14,254,73) instead hex code.

Text Font Color

.myTextColor { color: #0EFE49; }

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

This text font color is #0EFE49.


Background Color

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

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

This div background color is #0EFE49.


Border color

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

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

This div border color is #0EFE49.


Opacity

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

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

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

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

This text has shadow with #0EFE49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0EFE49 on black background.


Color preview on white background

This text has color #0EFE49 on white background.



Black color preview on #0EFE49 background

This text has black color on #0EFE49 background.


White color preview on #0EFE49 background

This text has white color on #0EFE49 background.