COLOR #0EE311

HEX: #0EE311
RGB: (14,227,17)

Color info

#0EE311 contains mainly green color. Web safe color of #0EE311 is #00CC00 (or #0C0).

RGB color model

#0EE311 color RGB value is (14,227,17).

  • red value is 14;
  • green value is 227;
  • blue value is 17.
RGB:
(14,227,17)
(5%,89%,7%)

RGB channels and saturation

R 14 of 255 = 5%
G 227 of 255 = 89%
B 17 of 255 = 7%

14
227
17

R + G + B ~ 34%. #0EE311 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 227 + 17 = 258 (100%)
R 14 of 258 ~ 5.43%
G 227 of 258 ~ 87.98%
B 17 of 258 ~ 6.59%

%87.98

CMYK color model

#0EE311 color CMYK value is (94,0,93,11).

  • cyan value is 93.83%
  • magenta value is 0.00%
  • yellow value is 92.51%
  • key color value is 10.98%
CMYK:
(94,0,93,11)
C94M0Y93K11 
(94%,0%,93%,11%)
(0.94/0.00/0.93/0.11)	

CMYK percentages

%93.83
%0
%92.51
%10.98

Codes

Color #0EE311 in popluar color models

0EE311
RGB1422717
HSL121°88.38%47.25%
HSB/HSV121°93.83%89.02%
CMYK93.83%0.00%92.51%
10.98%

Color #0EE311 in popluar number systems.

HEX0EE311
Decimal1422717
Binary11101110001110001
Octal1634321

Shades and tints

Shades of #0EE311

#0EE311
(14,227,17)
#0DCF10
(13,207,16)
#0CBB0F
(12,187,15)
#0BA70E
(11,167,14)
#0A930D
(10,147,13)
#097F0C
(9,127,12)
#086B0B
(8,107,11)
#07570A
(7,87,10)
#064309
(6,67,9)
#052F08
(5,47,8)
#041B07
(4,27,7)
#000000
(0,0,0)

Tints of #0EE311

#0EE311
(14,227,17)
#23E526
(35,229,38)
#38E73B
(56,231,59)
#4DE950
(77,233,80)
#62EB65
(98,235,101)
#77ED7A
(119,237,122)
#8CEF8F
(140,239,143)
#A1F1A4
(161,241,164)
#B6F3B9
(182,243,185)
#CBF5CE
(203,245,206)
#E0F7E3
(224,247,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0EE311 color. Also use rgb(14,227,17) instead hex code.

Text Font Color

.myTextColor { color: #0EE311; }

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

This text font color is #0EE311.


Background Color

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

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

This div background color is #0EE311.


Border color

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

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

This div border color is #0EE311.


Opacity

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

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

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

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

This text has shadow with #0EE311 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0EE311 on black background.


Color preview on white background

This text has color #0EE311 on white background.



Black color preview on #0EE311 background

This text has black color on #0EE311 background.


White color preview on #0EE311 background

This text has white color on #0EE311 background.