COLOR #7DF403

HEX: #7DF403
RGB: (125,244,3)

Color info

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

RGB color model

#7DF403 color RGB value is (125,244,3).

  • red value is 125;
  • green value is 244;
  • blue value is 3.
RGB:
(125,244,3)
(49%,96%,1%)

RGB channels and saturation

R 125 of 255 = 49%
G 244 of 255 = 96%
B 3 of 255 = 1%

125
244
3

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

Portions of RGB colors in percentages

R + G + B =
125 + 244 + 3 = 372 (100%)
R 125 of 372 ~ 33.6%
G 244 of 372 ~ 65.59%
B 3 of 372 ~ 0.81%

%33.6
%65.59

CMYK color model

#7DF403 color CMYK value is (49,0,99,4).

  • cyan value is 48.77%
  • magenta value is 0.00%
  • yellow value is 98.77%
  • key color value is 4.31%
CMYK:
(49,0,99,4)
C49M0Y99K4 
(49%,0%,99%,4%)
(0.49/0.00/0.99/0.04)	

CMYK percentages

%48.77
%0
%98.77
%4.31

Codes

Color #7DF403 in popluar color models

7DF403
RGB1252443
HSL90°97.57%48.43%
HSB/HSV90°98.77%95.69%
CMYK48.77%0.00%98.77%
4.31%

Color #7DF403 in popluar number systems.

HEX7DF403
Decimal1252443
Binary11111011111010011
Octal1753643

Shades and tints

Shades of #7DF403

#7DF403
(125,244,3)
#72DE03
(114,222,3)
#67C803
(103,200,3)
#5CB203
(92,178,3)
#519C03
(81,156,3)
#468603
(70,134,3)
#3B7003
(59,112,3)
#305A03
(48,90,3)
#254403
(37,68,3)
#1A2E03
(26,46,3)
#0F1803
(15,24,3)
#000000
(0,0,0)

Tints of #7DF403

#7DF403
(125,244,3)
#88F519
(136,245,25)
#93F62F
(147,246,47)
#9EF745
(158,247,69)
#A9F85B
(169,248,91)
#B4F971
(180,249,113)
#BFFA87
(191,250,135)
#CAFB9D
(202,251,157)
#D5FCB3
(213,252,179)
#E0FDC9
(224,253,201)
#EBFEDF
(235,254,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DF403 color. Also use rgb(125,244,3) instead hex code.

Text Font Color

.myTextColor { color: #7DF403; }

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

This text font color is #7DF403.


Background Color

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

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

This div background color is #7DF403.


Border color

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

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

This div border color is #7DF403.


Opacity

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

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

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

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

This text has shadow with #7DF403 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DF403 on black background.


Color preview on white background

This text has color #7DF403 on white background.



Black color preview on #7DF403 background

This text has black color on #7DF403 background.


White color preview on #7DF403 background

This text has white color on #7DF403 background.