COLOR #7DEF12

HEX: #7DEF12
RGB: (125,239,18)

Color info

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

RGB color model

#7DEF12 color RGB value is (125,239,18).

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

RGB channels and saturation

R 125 of 255 = 49%
G 239 of 255 = 94%
B 18 of 255 = 7%

125
239
18

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

Portions of RGB colors in percentages

R + G + B =
125 + 239 + 18 = 382 (100%)
R 125 of 382 ~ 32.72%
G 239 of 382 ~ 62.57%
B 18 of 382 ~ 4.71%

%32.72
%62.57

CMYK color model

#7DEF12 color CMYK value is (48,0,92,6).

  • cyan value is 47.70%
  • magenta value is 0.00%
  • yellow value is 92.47%
  • key color value is 6.27%
CMYK:
(48,0,92,6)
C48M0Y92K6 
(48%,0%,92%,6%)
(0.48/0.00/0.92/0.06)	

CMYK percentages

%47.7
%0
%92.47
%6.27

Codes

Color #7DEF12 in popluar color models

7DEF12
RGB12523918
HSL91°87.35%50.39%
HSB/HSV91°92.47%93.73%
CMYK47.70%0.00%92.47%
6.27%

Color #7DEF12 in popluar number systems.

HEX7DEF12
Decimal12523918
Binary11111011110111110010
Octal17535722

Shades and tints

Shades of #7DEF12

#7DEF12
(125,239,18)
#72DA11
(114,218,17)
#67C510
(103,197,16)
#5CB00F
(92,176,15)
#519B0E
(81,155,14)
#46860D
(70,134,13)
#3B710C
(59,113,12)
#305C0B
(48,92,11)
#25470A
(37,71,10)
#1A3209
(26,50,9)
#0F1D08
(15,29,8)
#000000
(0,0,0)

Tints of #7DEF12

#7DEF12
(125,239,18)
#88F027
(136,240,39)
#93F13C
(147,241,60)
#9EF251
(158,242,81)
#A9F366
(169,243,102)
#B4F47B
(180,244,123)
#BFF590
(191,245,144)
#CAF6A5
(202,246,165)
#D5F7BA
(213,247,186)
#E0F8CF
(224,248,207)
#EBF9E4
(235,249,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DEF12 color. Also use rgb(125,239,18) instead hex code.

Text Font Color

.myTextColor { color: #7DEF12; }

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

This text font color is #7DEF12.


Background Color

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

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

This div background color is #7DEF12.


Border color

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

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

This div border color is #7DEF12.


Opacity

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

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

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

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

This text has shadow with #7DEF12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DEF12 on black background.


Color preview on white background

This text has color #7DEF12 on white background.



Black color preview on #7DEF12 background

This text has black color on #7DEF12 background.


White color preview on #7DEF12 background

This text has white color on #7DEF12 background.