COLOR #3CC488

HEX: #3CC488
RGB: (60,196,136)

Color info

#3CC488 contains mainly green color. Web safe color of #3CC488 is #33CC99 (or #3C9).

RGB color model

#3CC488 color RGB value is (60,196,136).

  • red value is 60;
  • green value is 196;
  • blue value is 136.
RGB:
(60,196,136)
(24%,77%,53%)

RGB channels and saturation

R 60 of 255 = 24%
G 196 of 255 = 77%
B 136 of 255 = 53%

60
196
136

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

Portions of RGB colors in percentages

R + G + B =
60 + 196 + 136 = 392 (100%)
R 60 of 392 ~ 15.31%
G 196 of 392 ~ 50%
B 136 of 392 ~ 34.69%

%15.31
%50
%34.69

CMYK color model

#3CC488 color CMYK value is (69,0,31,23).

  • cyan value is 69.39%
  • magenta value is 0.00%
  • yellow value is 30.61%
  • key color value is 23.14%
CMYK:
(69,0,31,23)
C69M0Y31K23 
(69%,0%,31%,23%)
(0.69/0.00/0.31/0.23)	

CMYK percentages

%69.39
%0
%30.61
%23.14

Codes

Color #3CC488 in popluar color models

3CC488
RGB60196136
HSL154°53.54%50.20%
HSB/HSV154°69.39%76.86%
CMYK69.39%0.00%30.61%
23.14%

Color #3CC488 in popluar number systems.

HEX3CC488
Decimal60196136
Binary1111001100010010001000
Octal74304210

Shades and tints

Shades of #3CC488

#3CC488
(60,196,136)
#37B37C
(55,179,124)
#32A270
(50,162,112)
#2D9164
(45,145,100)
#288058
(40,128,88)
#236F4C
(35,111,76)
#1E5E40
(30,94,64)
#194D34
(25,77,52)
#143C28
(20,60,40)
#0F2B1C
(15,43,28)
#0A1A10
(10,26,16)
#000000
(0,0,0)

Tints of #3CC488

#3CC488
(60,196,136)
#4DC992
(77,201,146)
#5ECE9C
(94,206,156)
#6FD3A6
(111,211,166)
#80D8B0
(128,216,176)
#91DDBA
(145,221,186)
#A2E2C4
(162,226,196)
#B3E7CE
(179,231,206)
#C4ECD8
(196,236,216)
#D5F1E2
(213,241,226)
#E6F6EC
(230,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3CC488 color. Also use rgb(60,196,136) instead hex code.

Text Font Color

.myTextColor { color: #3CC488; }

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

This text font color is #3CC488.


Background Color

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

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

This div background color is #3CC488.


Border color

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

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

This div border color is #3CC488.


Opacity

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

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

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

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

This text has shadow with #3CC488 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3CC488 on black background.


Color preview on white background

This text has color #3CC488 on white background.



Black color preview on #3CC488 background

This text has black color on #3CC488 background.


White color preview on #3CC488 background

This text has white color on #3CC488 background.