COLOR #3DE128

HEX: #3DE128
RGB: (61,225,40)

Color info

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

RGB color model

#3DE128 color RGB value is (61,225,40).

  • red value is 61;
  • green value is 225;
  • blue value is 40.
RGB:
(61,225,40)
(24%,88%,16%)

RGB channels and saturation

R 61 of 255 = 24%
G 225 of 255 = 88%
B 40 of 255 = 16%

61
225
40

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

Portions of RGB colors in percentages

R + G + B =
61 + 225 + 40 = 326 (100%)
R 61 of 326 ~ 18.71%
G 225 of 326 ~ 69.02%
B 40 of 326 ~ 12.27%

%18.71
%69.02
%12.27

CMYK color model

#3DE128 color CMYK value is (73,0,82,12).

  • cyan value is 72.89%
  • magenta value is 0.00%
  • yellow value is 82.22%
  • key color value is 11.76%
CMYK:
(73,0,82,12)
C73M0Y82K12 
(73%,0%,82%,12%)
(0.73/0.00/0.82/0.12)	

CMYK percentages

%72.89
%0
%82.22
%11.76

Codes

Color #3DE128 in popluar color models

3DE128
RGB6122540
HSL113°75.51%51.96%
HSB/HSV113°82.22%88.24%
CMYK72.89%0.00%82.22%
11.76%

Color #3DE128 in popluar number systems.

HEX3DE128
Decimal6122540
Binary11110111100001101000
Octal7534150

Shades and tints

Shades of #3DE128

#3DE128
(61,225,40)
#38CD25
(56,205,37)
#33B922
(51,185,34)
#2EA51F
(46,165,31)
#29911C
(41,145,28)
#247D19
(36,125,25)
#1F6916
(31,105,22)
#1A5513
(26,85,19)
#154110
(21,65,16)
#102D0D
(16,45,13)
#0B190A
(11,25,10)
#000000
(0,0,0)

Tints of #3DE128

#3DE128
(61,225,40)
#4EE33B
(78,227,59)
#5FE54E
(95,229,78)
#70E761
(112,231,97)
#81E974
(129,233,116)
#92EB87
(146,235,135)
#A3ED9A
(163,237,154)
#B4EFAD
(180,239,173)
#C5F1C0
(197,241,192)
#D6F3D3
(214,243,211)
#E7F5E6
(231,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3DE128 color. Also use rgb(61,225,40) instead hex code.

Text Font Color

.myTextColor { color: #3DE128; }

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

This text font color is #3DE128.


Background Color

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

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

This div background color is #3DE128.


Border color

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

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

This div border color is #3DE128.


Opacity

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

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

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

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

This text has shadow with #3DE128 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3DE128 on black background.


Color preview on white background

This text has color #3DE128 on white background.



Black color preview on #3DE128 background

This text has black color on #3DE128 background.


White color preview on #3DE128 background

This text has white color on #3DE128 background.