COLOR #3DBC02

HEX: #3DBC02
RGB: (61,188,2)

Color info

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

RGB color model

#3DBC02 color RGB value is (61,188,2).

  • red value is 61;
  • green value is 188;
  • blue value is 2.
RGB:
(61,188,2)
(24%,74%,1%)

RGB channels and saturation

R 61 of 255 = 24%
G 188 of 255 = 74%
B 2 of 255 = 1%

61
188
2

R + G + B ~ 33%. #3DBC02 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 188 + 2 = 251 (100%)
R 61 of 251 ~ 24.3%
G 188 of 251 ~ 74.9%
B 2 of 251 ~ 0.8%

%24.3
%74.9

CMYK color model

#3DBC02 color CMYK value is (68,0,99,26).

  • cyan value is 67.55%
  • magenta value is 0.00%
  • yellow value is 98.94%
  • key color value is 26.27%
CMYK:
(68,0,99,26)
C68M0Y99K26 
(68%,0%,99%,26%)
(0.68/0.00/0.99/0.26)	

CMYK percentages

%67.55
%0
%98.94
%26.27

Codes

Color #3DBC02 in popluar color models

3DBC02
RGB611882
HSL101°97.89%37.25%
HSB/HSV101°98.94%73.73%
CMYK67.55%0.00%98.94%
26.27%

Color #3DBC02 in popluar number systems.

HEX3DBC02
Decimal611882
Binary1111011011110010
Octal752742

Shades and tints

Shades of #3DBC02

#3DBC02
(61,188,2)
#38AB02
(56,171,2)
#339A02
(51,154,2)
#2E8902
(46,137,2)
#297802
(41,120,2)
#246702
(36,103,2)
#1F5602
(31,86,2)
#1A4502
(26,69,2)
#153402
(21,52,2)
#102302
(16,35,2)
#0B1202
(11,18,2)
#000000
(0,0,0)

Tints of #3DBC02

#3DBC02
(61,188,2)
#4EC219
(78,194,25)
#5FC830
(95,200,48)
#70CE47
(112,206,71)
#81D45E
(129,212,94)
#92DA75
(146,218,117)
#A3E08C
(163,224,140)
#B4E6A3
(180,230,163)
#C5ECBA
(197,236,186)
#D6F2D1
(214,242,209)
#E7F8E8
(231,248,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3DBC02 color. Also use rgb(61,188,2) instead hex code.

Text Font Color

.myTextColor { color: #3DBC02; }

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

This text font color is #3DBC02.


Background Color

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

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

This div background color is #3DBC02.


Border color

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

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

This div border color is #3DBC02.


Opacity

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

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

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

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

This text has shadow with #3DBC02 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3DBC02 on black background.


Color preview on white background

This text has color #3DBC02 on white background.



Black color preview on #3DBC02 background

This text has black color on #3DBC02 background.


White color preview on #3DBC02 background

This text has white color on #3DBC02 background.