COLOR #3DE629

HEX: #3DE629
RGB: (61,230,41)

Color info

#3DE629 contains mainly green color. Web safe color of #3DE629 is #33CC33 (or #3C3).

RGB color model

#3DE629 color RGB value is (61,230,41).

  • red value is 61;
  • green value is 230;
  • blue value is 41.
RGB:
(61,230,41)
(24%,90%,16%)

RGB channels and saturation

R 61 of 255 = 24%
G 230 of 255 = 90%
B 41 of 255 = 16%

61
230
41

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

Portions of RGB colors in percentages

R + G + B =
61 + 230 + 41 = 332 (100%)
R 61 of 332 ~ 18.37%
G 230 of 332 ~ 69.28%
B 41 of 332 ~ 12.35%

%18.37
%69.28
%12.35

CMYK color model

#3DE629 color CMYK value is (73,0,82,10).

  • cyan value is 73.48%
  • magenta value is 0.00%
  • yellow value is 82.17%
  • key color value is 9.80%
CMYK:
(73,0,82,10)
C73M0Y82K10 
(73%,0%,82%,10%)
(0.73/0.00/0.82/0.10)	

CMYK percentages

%73.48
%0
%82.17
%9.8

Codes

Color #3DE629 in popluar color models

3DE629
RGB6123041
HSL114°79.08%53.14%
HSB/HSV114°82.17%90.20%
CMYK73.48%0.00%82.17%
9.80%

Color #3DE629 in popluar number systems.

HEX3DE629
Decimal6123041
Binary11110111100110101001
Octal7534651

Shades and tints

Shades of #3DE629

#3DE629
(61,230,41)
#38D226
(56,210,38)
#33BE23
(51,190,35)
#2EAA20
(46,170,32)
#29961D
(41,150,29)
#24821A
(36,130,26)
#1F6E17
(31,110,23)
#1A5A14
(26,90,20)
#154611
(21,70,17)
#10320E
(16,50,14)
#0B1E0B
(11,30,11)
#000000
(0,0,0)

Tints of #3DE629

#3DE629
(61,230,41)
#4EE83C
(78,232,60)
#5FEA4F
(95,234,79)
#70EC62
(112,236,98)
#81EE75
(129,238,117)
#92F088
(146,240,136)
#A3F29B
(163,242,155)
#B4F4AE
(180,244,174)
#C5F6C1
(197,246,193)
#D6F8D4
(214,248,212)
#E7FAE7
(231,250,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3DE629 color. Also use rgb(61,230,41) instead hex code.

Text Font Color

.myTextColor { color: #3DE629; }

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

This text font color is #3DE629.


Background Color

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

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

This div background color is #3DE629.


Border color

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

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

This div border color is #3DE629.


Opacity

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

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

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

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

This text has shadow with #3DE629 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3DE629 on black background.


Color preview on white background

This text has color #3DE629 on white background.



Black color preview on #3DE629 background

This text has black color on #3DE629 background.


White color preview on #3DE629 background

This text has white color on #3DE629 background.