COLOR #3BC304

HEX: #3BC304
RGB: (59,195,4)

Color info

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

RGB color model

#3BC304 color RGB value is (59,195,4).

  • red value is 59;
  • green value is 195;
  • blue value is 4.
RGB:
(59,195,4)
(23%,76%,2%)

RGB channels and saturation

R 59 of 255 = 23%
G 195 of 255 = 76%
B 4 of 255 = 2%

59
195
4

R + G + B ~ 34%. #3BC304 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 195 + 4 = 258 (100%)
R 59 of 258 ~ 22.87%
G 195 of 258 ~ 75.58%
B 4 of 258 ~ 1.55%

%22.87
%75.58

CMYK color model

#3BC304 color CMYK value is (70,0,98,24).

  • cyan value is 69.74%
  • magenta value is 0.00%
  • yellow value is 97.95%
  • key color value is 23.53%
CMYK:
(70,0,98,24)
C70M0Y98K24 
(70%,0%,98%,24%)
(0.70/0.00/0.98/0.24)	

CMYK percentages

%69.74
%0
%97.95
%23.53

Codes

Color #3BC304 in popluar color models

3BC304
RGB591954
HSL103°95.98%39.02%
HSB/HSV103°97.95%76.47%
CMYK69.74%0.00%97.95%
23.53%

Color #3BC304 in popluar number systems.

HEX3BC304
Decimal591954
Binary11101111000011100
Octal733034

Shades and tints

Shades of #3BC304

#3BC304
(59,195,4)
#36B204
(54,178,4)
#31A104
(49,161,4)
#2C9004
(44,144,4)
#277F04
(39,127,4)
#226E04
(34,110,4)
#1D5D04
(29,93,4)
#184C04
(24,76,4)
#133B04
(19,59,4)
#0E2A04
(14,42,4)
#091904
(9,25,4)
#000000
(0,0,0)

Tints of #3BC304

#3BC304
(59,195,4)
#4CC81A
(76,200,26)
#5DCD30
(93,205,48)
#6ED246
(110,210,70)
#7FD75C
(127,215,92)
#90DC72
(144,220,114)
#A1E188
(161,225,136)
#B2E69E
(178,230,158)
#C3EBB4
(195,235,180)
#D4F0CA
(212,240,202)
#E5F5E0
(229,245,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3BC304 color. Also use rgb(59,195,4) instead hex code.

Text Font Color

.myTextColor { color: #3BC304; }

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

This text font color is #3BC304.


Background Color

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

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

This div background color is #3BC304.


Border color

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

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

This div border color is #3BC304.


Opacity

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

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

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

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

This text has shadow with #3BC304 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3BC304 on black background.


Color preview on white background

This text has color #3BC304 on white background.



Black color preview on #3BC304 background

This text has black color on #3BC304 background.


White color preview on #3BC304 background

This text has white color on #3BC304 background.