COLOR #7DF71C

HEX: #7DF71C
RGB: (125,247,28)

Color info

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

RGB color model

#7DF71C color RGB value is (125,247,28).

  • red value is 125;
  • green value is 247;
  • blue value is 28.
RGB:
(125,247,28)
(49%,97%,11%)

RGB channels and saturation

R 125 of 255 = 49%
G 247 of 255 = 97%
B 28 of 255 = 11%

125
247
28

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

Portions of RGB colors in percentages

R + G + B =
125 + 247 + 28 = 400 (100%)
R 125 of 400 ~ 31.25%
G 247 of 400 ~ 61.75%
B 28 of 400 ~ 7%

%31.25
%61.75

CMYK color model

#7DF71C color CMYK value is (49,0,89,3).

  • cyan value is 49.39%
  • magenta value is 0.00%
  • yellow value is 88.66%
  • key color value is 3.14%
CMYK:
(49,0,89,3)
C49M0Y89K3 
(49%,0%,89%,3%)
(0.49/0.00/0.89/0.03)	

CMYK percentages

%49.39
%0
%88.66
%3.14

Codes

Color #7DF71C in popluar color models

7DF71C
RGB12524728
HSL93°93.19%53.92%
HSB/HSV93°88.66%96.86%
CMYK49.39%0.00%88.66%
3.14%

Color #7DF71C in popluar number systems.

HEX7DF71C
Decimal12524728
Binary11111011111011111100
Octal17536734

Shades and tints

Shades of #7DF71C

#7DF71C
(125,247,28)
#72E11A
(114,225,26)
#67CB18
(103,203,24)
#5CB516
(92,181,22)
#519F14
(81,159,20)
#468912
(70,137,18)
#3B7310
(59,115,16)
#305D0E
(48,93,14)
#25470C
(37,71,12)
#1A310A
(26,49,10)
#0F1B08
(15,27,8)
#000000
(0,0,0)

Tints of #7DF71C

#7DF71C
(125,247,28)
#88F730
(136,247,48)
#93F744
(147,247,68)
#9EF758
(158,247,88)
#A9F76C
(169,247,108)
#B4F780
(180,247,128)
#BFF794
(191,247,148)
#CAF7A8
(202,247,168)
#D5F7BC
(213,247,188)
#E0F7D0
(224,247,208)
#EBF7E4
(235,247,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DF71C color. Also use rgb(125,247,28) instead hex code.

Text Font Color

.myTextColor { color: #7DF71C; }

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

This text font color is #7DF71C.


Background Color

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

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

This div background color is #7DF71C.


Border color

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

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

This div border color is #7DF71C.


Opacity

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

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

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

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

This text has shadow with #7DF71C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DF71C on black background.


Color preview on white background

This text has color #7DF71C on white background.



Black color preview on #7DF71C background

This text has black color on #7DF71C background.


White color preview on #7DF71C background

This text has white color on #7DF71C background.