COLOR #3CC150

HEX: #3CC150
RGB: (60,193,80)

Renk bilgisi

#3CC150 contains mainly green color. #3CC150 ‘ nin web güvenlik rengi #33CC66 (ya da #3C6) dir.

RGB renk modeli

#3CC150 color RGB value is (60,193,80).

  • kırmız ton 60;
  • yeşil ton 193;
  • mavi ton 80.
RGB:
(60,193,80)
(24%,76%,31%)

RGB bağlantıları ve doygunluk

R 60 of 255 = 24%
G 193 of 255 = 76%
B 80 of 255 = 31%

60
193
80

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

Yüzdelerle RGB renk parçaları

R + G + B =
60 + 193 + 80 = 333 (100%)
R 60 of 333 ~ 18.02%
G 193 of 333 ~ 57.96%
B 80 of 333 ~ 24.02%

%18.02
%57.96
%24.02

CMYK RENK MODELİ

#3CC150 rengi CMYK tonu (69,0,59,24).

  • camgöbeği tonu 68.91%
  • eflatun tonu 0.00%
  • sarı tonu 58.55%
  • ana renk tonu 24.31%
CMYK:
(69,0,59,24)
C69M0Y59K24 
(69%,0%,59%,24%)
(0.69/0.00/0.59/0.24)	

CMYK yüzdeleri

%68.91
%0
%58.55
%24.31

Codes

Color #3CC150 in popluar color models

3CC150
RGB6019380
HSL129°52.57%49.61%
HSB/HSV129°68.91%75.69%
CMYK68.91%0.00%58.55%
24.31%

Color #3CC150 in popluar number systems.

HEX3CC150
Decimal6019380
Binary111100110000011010000
Octal74301120

Shades and tints

Shades of #3CC150

#3CC150
(60,193,80)
#37B049
(55,176,73)
#329F42
(50,159,66)
#2D8E3B
(45,142,59)
#287D34
(40,125,52)
#236C2D
(35,108,45)
#1E5B26
(30,91,38)
#194A1F
(25,74,31)
#143918
(20,57,24)
#0F2811
(15,40,17)
#0A170A
(10,23,10)
#000000
(0,0,0)

Tints of #3CC150

#3CC150
(60,193,80)
#4DC65F
(77,198,95)
#5ECB6E
(94,203,110)
#6FD07D
(111,208,125)
#80D58C
(128,213,140)
#91DA9B
(145,218,155)
#A2DFAA
(162,223,170)
#B3E4B9
(179,228,185)
#C4E9C8
(196,233,200)
#D5EED7
(213,238,215)
#E6F3E6
(230,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3CC150 color. Also use rgb(60,193,80) instead hex code.

Text Font Color

.myTextColor { color: #3CC150; }

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

This text font color is #3CC150.


Background Color

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

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

This div background color is #3CC150.


Border color

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

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

This div border color is #3CC150.


Opacity

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

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

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

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

This text has shadow with #3CC150 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3CC150 on black background.


Color preview on white background

This text has color #3CC150 on white background.



Black color preview on #3CC150 background

This text has black color on #3CC150 background.


White color preview on #3CC150 background

This text has white color on #3CC150 background.