COLOR #3DF079

HEX: #3DF079
RGB: (61,240,121)

Color info

#3DF079 contains mainly green color. Web safe color of #3DF079 is #33FF66 (or #3F6).

RGB color model

#3DF079 color RGB value is (61,240,121).

  • red value is 61;
  • green value is 240;
  • blue value is 121.
RGB:
(61,240,121)
(24%,94%,47%)

RGB channels and saturation

R 61 of 255 = 24%
G 240 of 255 = 94%
B 121 of 255 = 47%

61
240
121

R + G + B ~ 55%. #3DF079 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
61 + 240 + 121 = 422 (100%)
R 61 of 422 ~ 14.45%
G 240 of 422 ~ 56.87%
B 121 of 422 ~ 28.67%

%14.45
%56.87
%28.67

CMYK color model

#3DF079 color CMYK value is (75,0,50,6).

  • cyan value is 74.58%
  • magenta value is 0.00%
  • yellow value is 49.58%
  • key color value is 5.88%
CMYK:
(75,0,50,6)
C75M0Y50K6 
(75%,0%,50%,6%)
(0.75/0.00/0.50/0.06)	

CMYK percentages

%74.58
%0
%49.58
%5.88

Codes

Color #3DF079 in popluar color models

3DF079
RGB61240121
HSL140°85.65%59.02%
HSB/HSV140°74.58%94.12%
CMYK74.58%0.00%49.58%
5.88%

Color #3DF079 in popluar number systems.

HEX3DF079
Decimal61240121
Binary111101111100001111001
Octal75360171

Shades and tints

Shades of #3DF079

#3DF079
(61,240,121)
#38DB6E
(56,219,110)
#33C663
(51,198,99)
#2EB158
(46,177,88)
#299C4D
(41,156,77)
#248742
(36,135,66)
#1F7237
(31,114,55)
#1A5D2C
(26,93,44)
#154821
(21,72,33)
#103316
(16,51,22)
#0B1E0B
(11,30,11)
#000000
(0,0,0)

Tints of #3DF079

#3DF079
(61,240,121)
#4EF185
(78,241,133)
#5FF291
(95,242,145)
#70F39D
(112,243,157)
#81F4A9
(129,244,169)
#92F5B5
(146,245,181)
#A3F6C1
(163,246,193)
#B4F7CD
(180,247,205)
#C5F8D9
(197,248,217)
#D6F9E5
(214,249,229)
#E7FAF1
(231,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3DF079 color. Also use rgb(61,240,121) instead hex code.

Text Font Color

.myTextColor { color: #3DF079; }

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

This text font color is #3DF079.


Background Color

.myBgColor { background-color: #3DF079; }

<div style="background-color:#3DF079">Inner text</div>

This div background color is #3DF079.


Border color

.myBorderColor { border: 1px solid #3DF079; }

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

This div border color is #3DF079.


Opacity

.myOpacity80 { color: #3DF079; opacity: 0.8; }

<p style="color:#3DF079;opacity:0.8;">80%</p>

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

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

This text has shadow with #3DF079 color.

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

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

This text has shadow with #3DF079 primary color and red secondary color.


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

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

This text has shadow with #3DF079 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3DF079 on black background.


Color preview on white background

This text has color #3DF079 on white background.



Black color preview on #3DF079 background

This text has black color on #3DF079 background.


White color preview on #3DF079 background

This text has white color on #3DF079 background.