COLOR #7EFD01

HEX: #7EFD01
RGB: (126,253,1)

Color info

#7EFD01 contains mainly green color. Web safe color of #7EFD01 is #66FF00 (or #6F0).

RGB color model

#7EFD01 color RGB value is (126,253,1).

  • red value is 126;
  • green value is 253;
  • blue value is 1.
RGB:
(126,253,1)
(49%,99%,0%)

RGB channels and saturation

R 126 of 255 = 49%
G 253 of 255 = 99%
B 1 of 255 = 0%

126
253
1

R + G + B ~ 49%. #7EFD01 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
126 + 253 + 1 = 380 (100%)
R 126 of 380 ~ 33.16%
G 253 of 380 ~ 66.58%
B 1 of 380 ~ 0.26%

%33.16
%66.58

CMYK color model

#7EFD01 color CMYK value is (50,0,100,1).

  • cyan value is 50.20%
  • magenta value is 0.00%
  • yellow value is 99.60%
  • key color value is 0.78%
CMYK:
(50,0,100,1)
C50M0Y100K1 
(50%,0%,100%,1%)
(0.50/0.00/1.00/0.01)	

CMYK percentages

%50.2
%0
%99.6
%0.78

Codes

Color #7EFD01 in popluar color models

7EFD01
RGB1262531
HSL90°99.21%49.80%
HSB/HSV90°99.60%99.22%
CMYK50.20%0.00%99.60%
0.78%

Color #7EFD01 in popluar number systems.

HEX7EFD01
Decimal1262531
Binary1111110111111011
Octal1763751

Shades and tints

Shades of #7EFD01

#7EFD01
(126,253,1)
#73E601
(115,230,1)
#68CF01
(104,207,1)
#5DB801
(93,184,1)
#52A101
(82,161,1)
#478A01
(71,138,1)
#3C7301
(60,115,1)
#315C01
(49,92,1)
#264501
(38,69,1)
#1B2E01
(27,46,1)
#101701
(16,23,1)
#000000
(0,0,0)

Tints of #7EFD01

#7EFD01
(126,253,1)
#89FD18
(137,253,24)
#94FD2F
(148,253,47)
#9FFD46
(159,253,70)
#AAFD5D
(170,253,93)
#B5FD74
(181,253,116)
#C0FD8B
(192,253,139)
#CBFDA2
(203,253,162)
#D6FDB9
(214,253,185)
#E1FDD0
(225,253,208)
#ECFDE7
(236,253,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EFD01 color. Also use rgb(126,253,1) instead hex code.

Text Font Color

.myTextColor { color: #7EFD01; }

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

This text font color is #7EFD01.


Background Color

.myBgColor { background-color: #7EFD01; }

<div style="background-color:#7EFD01">Inner text</div>

This div background color is #7EFD01.


Border color

.myBorderColor { border: 1px solid #7EFD01; }

<div style="border:3px solid #7EFD01">Div</div>

This div border color is #7EFD01.


Opacity

.myOpacity80 { color: #7EFD01; opacity: 0.8; }

<p style="color:#7EFD01;opacity:0.8;">80%</p>

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

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

This text has shadow with #7EFD01 color.

.textShadow {text-shadow: 3px 3px 1px #7EFD01, 3px 3px 1px red;}

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

This text has shadow with #7EFD01 primary color and red secondary color.


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

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

This text has shadow with #7EFD01 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EFD01 on black background.


Color preview on white background

This text has color #7EFD01 on white background.



Black color preview on #7EFD01 background

This text has black color on #7EFD01 background.


White color preview on #7EFD01 background

This text has white color on #7EFD01 background.