COLOR #3DF96D

HEX: #3DF96D
RGB: (61,249,109)

Color info

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

RGB color model

#3DF96D color RGB value is (61,249,109).

  • red value is 61;
  • green value is 249;
  • blue value is 109.
RGB:
(61,249,109)
(24%,98%,43%)

RGB channels and saturation

R 61 of 255 = 24%
G 249 of 255 = 98%
B 109 of 255 = 43%

61
249
109

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

Portions of RGB colors in percentages

R + G + B =
61 + 249 + 109 = 419 (100%)
R 61 of 419 ~ 14.56%
G 249 of 419 ~ 59.43%
B 109 of 419 ~ 26.01%

%14.56
%59.43
%26.01

CMYK color model

#3DF96D color CMYK value is (76,0,56,2).

  • cyan value is 75.50%
  • magenta value is 0.00%
  • yellow value is 56.22%
  • key color value is 2.35%
CMYK:
(76,0,56,2)
C76M0Y56K2 
(76%,0%,56%,2%)
(0.76/0.00/0.56/0.02)	

CMYK percentages

%75.5
%0
%56.22
%2.35

Codes

Color #3DF96D in popluar color models

3DF96D
RGB61249109
HSL135°94.00%60.78%
HSB/HSV135°75.50%97.65%
CMYK75.50%0.00%56.22%
2.35%

Color #3DF96D in popluar number systems.

HEX3DF96D
Decimal61249109
Binary111101111110011101101
Octal75371155

Shades and tints

Shades of #3DF96D

#3DF96D
(61,249,109)
#38E364
(56,227,100)
#33CD5B
(51,205,91)
#2EB752
(46,183,82)
#29A149
(41,161,73)
#248B40
(36,139,64)
#1F7537
(31,117,55)
#1A5F2E
(26,95,46)
#154925
(21,73,37)
#10331C
(16,51,28)
#0B1D13
(11,29,19)
#000000
(0,0,0)

Tints of #3DF96D

#3DF96D
(61,249,109)
#4EF97A
(78,249,122)
#5FF987
(95,249,135)
#70F994
(112,249,148)
#81F9A1
(129,249,161)
#92F9AE
(146,249,174)
#A3F9BB
(163,249,187)
#B4F9C8
(180,249,200)
#C5F9D5
(197,249,213)
#D6F9E2
(214,249,226)
#E7F9EF
(231,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3DF96D color. Also use rgb(61,249,109) instead hex code.

Text Font Color

.myTextColor { color: #3DF96D; }

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

This text font color is #3DF96D.


Background Color

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

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

This div background color is #3DF96D.


Border color

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

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

This div border color is #3DF96D.


Opacity

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

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

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

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

This text has shadow with #3DF96D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3DF96D on black background.


Color preview on white background

This text has color #3DF96D on white background.



Black color preview on #3DF96D background

This text has black color on #3DF96D background.


White color preview on #3DF96D background

This text has white color on #3DF96D background.