COLOR #3CB25D

HEX: #3CB25D
RGB: (60,178,93)

Color info

#3CB25D contains mainly green color. Web safe color of #3CB25D is #339966 (or #396).

RGB color model

#3CB25D color RGB value is (60,178,93).

  • red value is 60;
  • green value is 178;
  • blue value is 93.
RGB:
(60,178,93)
(24%,70%,36%)

RGB channels and saturation

R 60 of 255 = 24%
G 178 of 255 = 70%
B 93 of 255 = 36%

60
178
93

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

Portions of RGB colors in percentages

R + G + B =
60 + 178 + 93 = 331 (100%)
R 60 of 331 ~ 18.13%
G 178 of 331 ~ 53.78%
B 93 of 331 ~ 28.1%

%18.13
%53.78
%28.1

CMYK color model

#3CB25D color CMYK value is (66,0,48,30).

  • cyan value is 66.29%
  • magenta value is 0.00%
  • yellow value is 47.75%
  • key color value is 30.20%
CMYK:
(66,0,48,30)
C66M0Y48K30 
(66%,0%,48%,30%)
(0.66/0.00/0.48/0.30)	

CMYK percentages

%66.29
%0
%47.75
%30.2

Codes

Color #3CB25D in popluar color models

3CB25D
RGB6017893
HSL137°49.58%46.67%
HSB/HSV137°66.29%69.80%
CMYK66.29%0.00%47.75%
30.20%

Color #3CB25D in popluar number systems.

HEX3CB25D
Decimal6017893
Binary111100101100101011101
Octal74262135

Shades and tints

Shades of #3CB25D

#3CB25D
(60,178,93)
#37A255
(55,162,85)
#32924D
(50,146,77)
#2D8245
(45,130,69)
#28723D
(40,114,61)
#236235
(35,98,53)
#1E522D
(30,82,45)
#194225
(25,66,37)
#14321D
(20,50,29)
#0F2215
(15,34,21)
#0A120D
(10,18,13)
#000000
(0,0,0)

Tints of #3CB25D

#3CB25D
(60,178,93)
#4DB96B
(77,185,107)
#5EC079
(94,192,121)
#6FC787
(111,199,135)
#80CE95
(128,206,149)
#91D5A3
(145,213,163)
#A2DCB1
(162,220,177)
#B3E3BF
(179,227,191)
#C4EACD
(196,234,205)
#D5F1DB
(213,241,219)
#E6F8E9
(230,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3CB25D color. Also use rgb(60,178,93) instead hex code.

Text Font Color

.myTextColor { color: #3CB25D; }

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

This text font color is #3CB25D.


Background Color

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

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

This div background color is #3CB25D.


Border color

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

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

This div border color is #3CB25D.


Opacity

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

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

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

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

This text has shadow with #3CB25D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3CB25D on black background.


Color preview on white background

This text has color #3CB25D on white background.



Black color preview on #3CB25D background

This text has black color on #3CB25D background.


White color preview on #3CB25D background

This text has white color on #3CB25D background.