COLOR #7DE424

HEX: #7DE424
RGB: (125,228,36)

Color info

#7DE424 contains mainly green color. Web safe color of #7DE424 is #66CC33 (or #6C3).

RGB color model

#7DE424 color RGB value is (125,228,36).

  • red value is 125;
  • green value is 228;
  • blue value is 36.
RGB:
(125,228,36)
(49%,89%,14%)

RGB channels and saturation

R 125 of 255 = 49%
G 228 of 255 = 89%
B 36 of 255 = 14%

125
228
36

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

Portions of RGB colors in percentages

R + G + B =
125 + 228 + 36 = 389 (100%)
R 125 of 389 ~ 32.13%
G 228 of 389 ~ 58.61%
B 36 of 389 ~ 9.25%

%32.13
%58.61

CMYK color model

#7DE424 color CMYK value is (45,0,84,11).

  • cyan value is 45.18%
  • magenta value is 0.00%
  • yellow value is 84.21%
  • key color value is 10.59%
CMYK:
(45,0,84,11)
C45M0Y84K11 
(45%,0%,84%,11%)
(0.45/0.00/0.84/0.11)	

CMYK percentages

%45.18
%0
%84.21
%10.59

Codes

Color #7DE424 in popluar color models

7DE424
RGB12522836
HSL92°78.05%51.76%
HSB/HSV92°84.21%89.41%
CMYK45.18%0.00%84.21%
10.59%

Color #7DE424 in popluar number systems.

HEX7DE424
Decimal12522836
Binary111110111100100100100
Octal17534444

Shades and tints

Shades of #7DE424

#7DE424
(125,228,36)
#72D021
(114,208,33)
#67BC1E
(103,188,30)
#5CA81B
(92,168,27)
#519418
(81,148,24)
#468015
(70,128,21)
#3B6C12
(59,108,18)
#30580F
(48,88,15)
#25440C
(37,68,12)
#1A3009
(26,48,9)
#0F1C06
(15,28,6)
#000000
(0,0,0)

Tints of #7DE424

#7DE424
(125,228,36)
#88E637
(136,230,55)
#93E84A
(147,232,74)
#9EEA5D
(158,234,93)
#A9EC70
(169,236,112)
#B4EE83
(180,238,131)
#BFF096
(191,240,150)
#CAF2A9
(202,242,169)
#D5F4BC
(213,244,188)
#E0F6CF
(224,246,207)
#EBF8E2
(235,248,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DE424 color. Also use rgb(125,228,36) instead hex code.

Text Font Color

.myTextColor { color: #7DE424; }

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

This text font color is #7DE424.


Background Color

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

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

This div background color is #7DE424.


Border color

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

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

This div border color is #7DE424.


Opacity

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

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

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

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

This text has shadow with #7DE424 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DE424 on black background.


Color preview on white background

This text has color #7DE424 on white background.



Black color preview on #7DE424 background

This text has black color on #7DE424 background.


White color preview on #7DE424 background

This text has white color on #7DE424 background.