COLOR #7DF02D

HEX: #7DF02D
RGB: (125,240,45)

Color info

#7DF02D contains mainly green color. Web safe color of #7DF02D is #66FF33 (or #6F3).

RGB color model

#7DF02D color RGB value is (125,240,45).

  • red value is 125;
  • green value is 240;
  • blue value is 45.
RGB:
(125,240,45)
(49%,94%,18%)

RGB channels and saturation

R 125 of 255 = 49%
G 240 of 255 = 94%
B 45 of 255 = 18%

125
240
45

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

Portions of RGB colors in percentages

R + G + B =
125 + 240 + 45 = 410 (100%)
R 125 of 410 ~ 30.49%
G 240 of 410 ~ 58.54%
B 45 of 410 ~ 10.98%

%30.49
%58.54
%10.98

CMYK color model

#7DF02D color CMYK value is (48,0,81,6).

  • cyan value is 47.92%
  • magenta value is 0.00%
  • yellow value is 81.25%
  • key color value is 5.88%
CMYK:
(48,0,81,6)
C48M0Y81K6 
(48%,0%,81%,6%)
(0.48/0.00/0.81/0.06)	

CMYK percentages

%47.92
%0
%81.25
%5.88

Codes

Color #7DF02D in popluar color models

7DF02D
RGB12524045
HSL95°86.67%55.88%
HSB/HSV95°81.25%94.12%
CMYK47.92%0.00%81.25%
5.88%

Color #7DF02D in popluar number systems.

HEX7DF02D
Decimal12524045
Binary111110111110000101101
Octal17536055

Shades and tints

Shades of #7DF02D

#7DF02D
(125,240,45)
#72DB29
(114,219,41)
#67C625
(103,198,37)
#5CB121
(92,177,33)
#519C1D
(81,156,29)
#468719
(70,135,25)
#3B7215
(59,114,21)
#305D11
(48,93,17)
#25480D
(37,72,13)
#1A3309
(26,51,9)
#0F1E05
(15,30,5)
#000000
(0,0,0)

Tints of #7DF02D

#7DF02D
(125,240,45)
#88F140
(136,241,64)
#93F253
(147,242,83)
#9EF366
(158,243,102)
#A9F479
(169,244,121)
#B4F58C
(180,245,140)
#BFF69F
(191,246,159)
#CAF7B2
(202,247,178)
#D5F8C5
(213,248,197)
#E0F9D8
(224,249,216)
#EBFAEB
(235,250,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DF02D color. Also use rgb(125,240,45) instead hex code.

Text Font Color

.myTextColor { color: #7DF02D; }

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

This text font color is #7DF02D.


Background Color

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

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

This div background color is #7DF02D.


Border color

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

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

This div border color is #7DF02D.


Opacity

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

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

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

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

This text has shadow with #7DF02D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DF02D on black background.


Color preview on white background

This text has color #7DF02D on white background.



Black color preview on #7DF02D background

This text has black color on #7DF02D background.


White color preview on #7DF02D background

This text has white color on #7DF02D background.