COLOR #7DE33F

HEX: #7DE33F
RGB: (125,227,63)

Color info

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

RGB color model

#7DE33F color RGB value is (125,227,63).

  • red value is 125;
  • green value is 227;
  • blue value is 63.
RGB:
(125,227,63)
(49%,89%,25%)

RGB channels and saturation

R 125 of 255 = 49%
G 227 of 255 = 89%
B 63 of 255 = 25%

125
227
63

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

Portions of RGB colors in percentages

R + G + B =
125 + 227 + 63 = 415 (100%)
R 125 of 415 ~ 30.12%
G 227 of 415 ~ 54.7%
B 63 of 415 ~ 15.18%

%30.12
%54.7
%15.18

CMYK color model

#7DE33F color CMYK value is (45,0,72,11).

  • cyan value is 44.93%
  • magenta value is 0.00%
  • yellow value is 72.25%
  • key color value is 10.98%
CMYK:
(45,0,72,11)
C45M0Y72K11 
(45%,0%,72%,11%)
(0.45/0.00/0.72/0.11)	

CMYK percentages

%44.93
%0
%72.25
%10.98

Codes

Color #7DE33F in popluar color models

7DE33F
RGB12522763
HSL97°74.55%56.86%
HSB/HSV97°72.25%89.02%
CMYK44.93%0.00%72.25%
10.98%

Color #7DE33F in popluar number systems.

HEX7DE33F
Decimal12522763
Binary111110111100011111111
Octal17534377

Shades and tints

Shades of #7DE33F

#7DE33F
(125,227,63)
#72CF3A
(114,207,58)
#67BB35
(103,187,53)
#5CA730
(92,167,48)
#51932B
(81,147,43)
#467F26
(70,127,38)
#3B6B21
(59,107,33)
#30571C
(48,87,28)
#254317
(37,67,23)
#1A2F12
(26,47,18)
#0F1B0D
(15,27,13)
#000000
(0,0,0)

Tints of #7DE33F

#7DE33F
(125,227,63)
#88E550
(136,229,80)
#93E761
(147,231,97)
#9EE972
(158,233,114)
#A9EB83
(169,235,131)
#B4ED94
(180,237,148)
#BFEFA5
(191,239,165)
#CAF1B6
(202,241,182)
#D5F3C7
(213,243,199)
#E0F5D8
(224,245,216)
#EBF7E9
(235,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DE33F color. Also use rgb(125,227,63) instead hex code.

Text Font Color

.myTextColor { color: #7DE33F; }

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

This text font color is #7DE33F.


Background Color

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

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

This div background color is #7DE33F.


Border color

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

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

This div border color is #7DE33F.


Opacity

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

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

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

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

This text has shadow with #7DE33F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DE33F on black background.


Color preview on white background

This text has color #7DE33F on white background.



Black color preview on #7DE33F background

This text has black color on #7DE33F background.


White color preview on #7DE33F background

This text has white color on #7DE33F background.