COLOR #3DE418

HEX: #3DE418
RGB: (61,228,24)

Color info

#3DE418 contains mainly green color. Web safe color of #3DE418 is #33CC00 (or #3C0).

RGB color model

#3DE418 color RGB value is (61,228,24).

  • red value is 61;
  • green value is 228;
  • blue value is 24.
RGB:
(61,228,24)
(24%,89%,9%)

RGB channels and saturation

R 61 of 255 = 24%
G 228 of 255 = 89%
B 24 of 255 = 9%

61
228
24

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

Portions of RGB colors in percentages

R + G + B =
61 + 228 + 24 = 313 (100%)
R 61 of 313 ~ 19.49%
G 228 of 313 ~ 72.84%
B 24 of 313 ~ 7.67%

%19.49
%72.84

CMYK color model

#3DE418 color CMYK value is (73,0,89,11).

  • cyan value is 73.25%
  • magenta value is 0.00%
  • yellow value is 89.47%
  • key color value is 10.59%
CMYK:
(73,0,89,11)
C73M0Y89K11 
(73%,0%,89%,11%)
(0.73/0.00/0.89/0.11)	

CMYK percentages

%73.25
%0
%89.47
%10.59

Codes

Color #3DE418 in popluar color models

3DE418
RGB6122824
HSL109°80.95%49.41%
HSB/HSV109°89.47%89.41%
CMYK73.25%0.00%89.47%
10.59%

Color #3DE418 in popluar number systems.

HEX3DE418
Decimal6122824
Binary1111011110010011000
Octal7534430

Shades and tints

Shades of #3DE418

#3DE418
(61,228,24)
#38D016
(56,208,22)
#33BC14
(51,188,20)
#2EA812
(46,168,18)
#299410
(41,148,16)
#24800E
(36,128,14)
#1F6C0C
(31,108,12)
#1A580A
(26,88,10)
#154408
(21,68,8)
#103006
(16,48,6)
#0B1C04
(11,28,4)
#000000
(0,0,0)

Tints of #3DE418

#3DE418
(61,228,24)
#4EE62D
(78,230,45)
#5FE842
(95,232,66)
#70EA57
(112,234,87)
#81EC6C
(129,236,108)
#92EE81
(146,238,129)
#A3F096
(163,240,150)
#B4F2AB
(180,242,171)
#C5F4C0
(197,244,192)
#D6F6D5
(214,246,213)
#E7F8EA
(231,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3DE418 color. Also use rgb(61,228,24) instead hex code.

Text Font Color

.myTextColor { color: #3DE418; }

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

This text font color is #3DE418.


Background Color

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

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

This div background color is #3DE418.


Border color

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

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

This div border color is #3DE418.


Opacity

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

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

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

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

This text has shadow with #3DE418 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3DE418 on black background.


Color preview on white background

This text has color #3DE418 on white background.



Black color preview on #3DE418 background

This text has black color on #3DE418 background.


White color preview on #3DE418 background

This text has white color on #3DE418 background.