COLOR #3DD319

HEX: #3DD319
RGB: (61,211,25)

Color info

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

RGB color model

#3DD319 color RGB value is (61,211,25).

  • red value is 61;
  • green value is 211;
  • blue value is 25.
RGB:
(61,211,25)
(24%,83%,10%)

RGB channels and saturation

R 61 of 255 = 24%
G 211 of 255 = 83%
B 25 of 255 = 10%

61
211
25

R + G + B ~ 39%. #3DD319 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 211 + 25 = 297 (100%)
R 61 of 297 ~ 20.54%
G 211 of 297 ~ 71.04%
B 25 of 297 ~ 8.42%

%20.54
%71.04

CMYK color model

#3DD319 color CMYK value is (71,0,88,17).

  • cyan value is 71.09%
  • magenta value is 0.00%
  • yellow value is 88.15%
  • key color value is 17.25%
CMYK:
(71,0,88,17)
C71M0Y88K17 
(71%,0%,88%,17%)
(0.71/0.00/0.88/0.17)	

CMYK percentages

%71.09
%0
%88.15
%17.25

Codes

Color #3DD319 in popluar color models

3DD319
RGB6121125
HSL108°78.81%46.27%
HSB/HSV108°88.15%82.75%
CMYK71.09%0.00%88.15%
17.25%

Color #3DD319 in popluar number systems.

HEX3DD319
Decimal6121125
Binary1111011101001111001
Octal7532331

Shades and tints

Shades of #3DD319

#3DD319
(61,211,25)
#38C017
(56,192,23)
#33AD15
(51,173,21)
#2E9A13
(46,154,19)
#298711
(41,135,17)
#24740F
(36,116,15)
#1F610D
(31,97,13)
#1A4E0B
(26,78,11)
#153B09
(21,59,9)
#102807
(16,40,7)
#0B1505
(11,21,5)
#000000
(0,0,0)

Tints of #3DD319

#3DD319
(61,211,25)
#4ED72D
(78,215,45)
#5FDB41
(95,219,65)
#70DF55
(112,223,85)
#81E369
(129,227,105)
#92E77D
(146,231,125)
#A3EB91
(163,235,145)
#B4EFA5
(180,239,165)
#C5F3B9
(197,243,185)
#D6F7CD
(214,247,205)
#E7FBE1
(231,251,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3DD319 color. Also use rgb(61,211,25) instead hex code.

Text Font Color

.myTextColor { color: #3DD319; }

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

This text font color is #3DD319.


Background Color

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

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

This div background color is #3DD319.


Border color

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

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

This div border color is #3DD319.


Opacity

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

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

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

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

This text has shadow with #3DD319 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3DD319 on black background.


Color preview on white background

This text has color #3DD319 on white background.



Black color preview on #3DD319 background

This text has black color on #3DD319 background.


White color preview on #3DD319 background

This text has white color on #3DD319 background.