COLOR #01EF78

HEX: #01EF78
RGB: (1,239,120)

Color info

#01EF78 contains mainly green color. Web safe color of #01EF78 is #00FF66 (or #0F6).

RGB color model

#01EF78 color RGB value is (1,239,120).

  • red value is 1;
  • green value is 239;
  • blue value is 120.
RGB:
(1,239,120)
(0%,94%,47%)

RGB channels and saturation

R 1 of 255 = 0%
G 239 of 255 = 94%
B 120 of 255 = 47%

1
239
120

R + G + B ~ 47%. #01EF78 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
1 + 239 + 120 = 360 (100%)
R 1 of 360 ~ 0.28%
G 239 of 360 ~ 66.39%
B 120 of 360 ~ 33.33%

%66.39
%33.33

CMYK color model

#01EF78 color CMYK value is (100,0,50,6).

  • cyan value is 99.58%
  • magenta value is 0.00%
  • yellow value is 49.79%
  • key color value is 6.27%
CMYK:
(100,0,50,6)
C100M0Y50K6 
(100%,0%,50%,6%)
(1.00/0.00/0.50/0.06)	

CMYK percentages

%99.58
%0
%49.79
%6.27

Codes

Color #01EF78 in popluar color models

01EF78
RGB1239120
HSL150°99.17%47.06%
HSB/HSV150°99.58%93.73%
CMYK99.58%0.00%49.79%
6.27%

Color #01EF78 in popluar number systems.

HEX01EF78
Decimal1239120
Binary1111011111111000
Octal1357170

Shades and tints

Shades of #01EF78

#01EF78
(1,239,120)
#01DA6E
(1,218,110)
#01C564
(1,197,100)
#01B05A
(1,176,90)
#019B50
(1,155,80)
#018646
(1,134,70)
#01713C
(1,113,60)
#015C32
(1,92,50)
#014728
(1,71,40)
#01321E
(1,50,30)
#011D14
(1,29,20)
#000000
(0,0,0)

Tints of #01EF78

#01EF78
(1,239,120)
#18F084
(24,240,132)
#2FF190
(47,241,144)
#46F29C
(70,242,156)
#5DF3A8
(93,243,168)
#74F4B4
(116,244,180)
#8BF5C0
(139,245,192)
#A2F6CC
(162,246,204)
#B9F7D8
(185,247,216)
#D0F8E4
(208,248,228)
#E7F9F0
(231,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01EF78 color. Also use rgb(1,239,120) instead hex code.

Text Font Color

.myTextColor { color: #01EF78; }

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

This text font color is #01EF78.


Background Color

.myBgColor { background-color: #01EF78; }

<div style="background-color:#01EF78">Inner text</div>

This div background color is #01EF78.


Border color

.myBorderColor { border: 1px solid #01EF78; }

<div style="border:3px solid #01EF78">Div</div>

This div border color is #01EF78.


Opacity

.myOpacity80 { color: #01EF78; opacity: 0.8; }

<p style="color:#01EF78;opacity:0.8;">80%</p>

Text with #01EF78 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 #01EF78;}

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

This text has shadow with #01EF78 color.

.textShadow {text-shadow: 3px 3px 1px #01EF78, 3px 3px 1px red;}

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

This text has shadow with #01EF78 primary color and red secondary color.


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

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

This text has shadow with #01EF78 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01EF78 on black background.


Color preview on white background

This text has color #01EF78 on white background.



Black color preview on #01EF78 background

This text has black color on #01EF78 background.


White color preview on #01EF78 background

This text has white color on #01EF78 background.