COLOR #3BDD0C

HEX: #3BDD0C
RGB: (59,221,12)

Color info

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

RGB color model

#3BDD0C color RGB value is (59,221,12).

  • red value is 59;
  • green value is 221;
  • blue value is 12.
RGB:
(59,221,12)
(23%,87%,5%)

RGB channels and saturation

R 59 of 255 = 23%
G 221 of 255 = 87%
B 12 of 255 = 5%

59
221
12

R + G + B ~ 38%. #3BDD0C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 221 + 12 = 292 (100%)
R 59 of 292 ~ 20.21%
G 221 of 292 ~ 75.68%
B 12 of 292 ~ 4.11%

%20.21
%75.68

CMYK color model

#3BDD0C color CMYK value is (73,0,95,13).

  • cyan value is 73.30%
  • magenta value is 0.00%
  • yellow value is 94.57%
  • key color value is 13.33%
CMYK:
(73,0,95,13)
C73M0Y95K13 
(73%,0%,95%,13%)
(0.73/0.00/0.95/0.13)	

CMYK percentages

%73.3
%0
%94.57
%13.33

Codes

Color #3BDD0C in popluar color models

3BDD0C
RGB5922112
HSL107°89.70%45.69%
HSB/HSV107°94.57%86.67%
CMYK73.30%0.00%94.57%
13.33%

Color #3BDD0C in popluar number systems.

HEX3BDD0C
Decimal5922112
Binary111011110111011100
Octal7333514

Shades and tints

Shades of #3BDD0C

#3BDD0C
(59,221,12)
#36C90B
(54,201,11)
#31B50A
(49,181,10)
#2CA109
(44,161,9)
#278D08
(39,141,8)
#227907
(34,121,7)
#1D6506
(29,101,6)
#185105
(24,81,5)
#133D04
(19,61,4)
#0E2903
(14,41,3)
#091502
(9,21,2)
#000000
(0,0,0)

Tints of #3BDD0C

#3BDD0C
(59,221,12)
#4CE022
(76,224,34)
#5DE338
(93,227,56)
#6EE64E
(110,230,78)
#7FE964
(127,233,100)
#90EC7A
(144,236,122)
#A1EF90
(161,239,144)
#B2F2A6
(178,242,166)
#C3F5BC
(195,245,188)
#D4F8D2
(212,248,210)
#E5FBE8
(229,251,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3BDD0C color. Also use rgb(59,221,12) instead hex code.

Text Font Color

.myTextColor { color: #3BDD0C; }

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

This text font color is #3BDD0C.


Background Color

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

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

This div background color is #3BDD0C.


Border color

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

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

This div border color is #3BDD0C.


Opacity

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

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

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

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

This text has shadow with #3BDD0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3BDD0C on black background.


Color preview on white background

This text has color #3BDD0C on white background.



Black color preview on #3BDD0C background

This text has black color on #3BDD0C background.


White color preview on #3BDD0C background

This text has white color on #3BDD0C background.