COLOR #7DE902

HEX: #7DE902
RGB: (125,233,2)

Color info

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

RGB color model

#7DE902 color RGB value is (125,233,2).

  • red value is 125;
  • green value is 233;
  • blue value is 2.
RGB:
(125,233,2)
(49%,91%,1%)

RGB channels and saturation

R 125 of 255 = 49%
G 233 of 255 = 91%
B 2 of 255 = 1%

125
233
2

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

Portions of RGB colors in percentages

R + G + B =
125 + 233 + 2 = 360 (100%)
R 125 of 360 ~ 34.72%
G 233 of 360 ~ 64.72%
B 2 of 360 ~ 0.56%

%34.72
%64.72

CMYK color model

#7DE902 color CMYK value is (46,0,99,9).

  • cyan value is 46.35%
  • magenta value is 0.00%
  • yellow value is 99.14%
  • key color value is 8.63%
CMYK:
(46,0,99,9)
C46M0Y99K9 
(46%,0%,99%,9%)
(0.46/0.00/0.99/0.09)	

CMYK percentages

%46.35
%0
%99.14
%8.63

Codes

Color #7DE902 in popluar color models

7DE902
RGB1252332
HSL88°98.30%46.08%
HSB/HSV88°99.14%91.37%
CMYK46.35%0.00%99.14%
8.63%

Color #7DE902 in popluar number systems.

HEX7DE902
Decimal1252332
Binary11111011110100110
Octal1753512

Shades and tints

Shades of #7DE902

#7DE902
(125,233,2)
#72D402
(114,212,2)
#67BF02
(103,191,2)
#5CAA02
(92,170,2)
#519502
(81,149,2)
#468002
(70,128,2)
#3B6B02
(59,107,2)
#305602
(48,86,2)
#254102
(37,65,2)
#1A2C02
(26,44,2)
#0F1702
(15,23,2)
#000000
(0,0,0)

Tints of #7DE902

#7DE902
(125,233,2)
#88EB19
(136,235,25)
#93ED30
(147,237,48)
#9EEF47
(158,239,71)
#A9F15E
(169,241,94)
#B4F375
(180,243,117)
#BFF58C
(191,245,140)
#CAF7A3
(202,247,163)
#D5F9BA
(213,249,186)
#E0FBD1
(224,251,209)
#EBFDE8
(235,253,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DE902 color. Also use rgb(125,233,2) instead hex code.

Text Font Color

.myTextColor { color: #7DE902; }

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

This text font color is #7DE902.


Background Color

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

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

This div background color is #7DE902.


Border color

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

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

This div border color is #7DE902.


Opacity

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

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

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

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

This text has shadow with #7DE902 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DE902 on black background.


Color preview on white background

This text has color #7DE902 on white background.



Black color preview on #7DE902 background

This text has black color on #7DE902 background.


White color preview on #7DE902 background

This text has white color on #7DE902 background.