COLOR #3BC83C

HEX: #3BC83C
RGB: (59,200,60)

Color info

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

RGB color model

#3BC83C color RGB value is (59,200,60).

  • red value is 59;
  • green value is 200;
  • blue value is 60.
RGB:
(59,200,60)
(23%,78%,24%)

RGB channels and saturation

R 59 of 255 = 23%
G 200 of 255 = 78%
B 60 of 255 = 24%

59
200
60

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

Portions of RGB colors in percentages

R + G + B =
59 + 200 + 60 = 319 (100%)
R 59 of 319 ~ 18.5%
G 200 of 319 ~ 62.7%
B 60 of 319 ~ 18.81%

%18.5
%62.7
%18.81

CMYK color model

#3BC83C color CMYK value is (71,0,70,22).

  • cyan value is 70.50%
  • magenta value is 0.00%
  • yellow value is 70.00%
  • key color value is 21.57%
CMYK:
(71,0,70,22)
C71M0Y70K22 
(71%,0%,70%,22%)
(0.71/0.00/0.70/0.22)	

CMYK percentages

%70.5
%0
%70
%21.57

Codes

Color #3BC83C in popluar color models

3BC83C
RGB5920060
HSL120°56.18%50.78%
HSB/HSV120°70.50%78.43%
CMYK70.50%0.00%70.00%
21.57%

Color #3BC83C in popluar number systems.

HEX3BC83C
Decimal5920060
Binary11101111001000111100
Octal7331074

Shades and tints

Shades of #3BC83C

#3BC83C
(59,200,60)
#36B637
(54,182,55)
#31A432
(49,164,50)
#2C922D
(44,146,45)
#278028
(39,128,40)
#226E23
(34,110,35)
#1D5C1E
(29,92,30)
#184A19
(24,74,25)
#133814
(19,56,20)
#0E260F
(14,38,15)
#09140A
(9,20,10)
#000000
(0,0,0)

Tints of #3BC83C

#3BC83C
(59,200,60)
#4CCD4D
(76,205,77)
#5DD25E
(93,210,94)
#6ED76F
(110,215,111)
#7FDC80
(127,220,128)
#90E191
(144,225,145)
#A1E6A2
(161,230,162)
#B2EBB3
(178,235,179)
#C3F0C4
(195,240,196)
#D4F5D5
(212,245,213)
#E5FAE6
(229,250,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3BC83C color. Also use rgb(59,200,60) instead hex code.

Text Font Color

.myTextColor { color: #3BC83C; }

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

This text font color is #3BC83C.


Background Color

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

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

This div background color is #3BC83C.


Border color

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

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

This div border color is #3BC83C.


Opacity

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

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

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

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

This text has shadow with #3BC83C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3BC83C on black background.


Color preview on white background

This text has color #3BC83C on white background.



Black color preview on #3BC83C background

This text has black color on #3BC83C background.


White color preview on #3BC83C background

This text has white color on #3BC83C background.