COLOR #3CF200

HEX: #3CF200
RGB: (60,242,0)

Color info

#3CF200 contains mainly green color. Web safe color of #3CF200 is #33FF00 (or #3F0).

RGB color model

#3CF200 color RGB value is (60,242,0).

  • red value is 60;
  • green value is 242;
  • blue value is 0.
RGB:
(60,242,0)
(24%,95%,0%)

RGB channels and saturation

R 60 of 255 = 24%
G 242 of 255 = 95%
B 0 of 255 = 0%

60
242
0

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

Portions of RGB colors in percentages

R + G + B =
60 + 242 + 0 = 302 (100%)
R 60 of 302 ~ 19.87%
G 242 of 302 ~ 80.13%
B 0 of 302 ~ 0%

%19.87
%80.13

CMYK color model

#3CF200 color CMYK value is (75,0,100,5).

  • cyan value is 75.21%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 5.10%
CMYK:
(75,0,100,5)
C75M0Y100K5 
(75%,0%,100%,5%)
(0.75/0.00/1.00/0.05)	

CMYK percentages

%75.21
%0
%100
%5.1

Codes

Color #3CF200 in popluar color models

3CF200
RGB602420
HSL105°100.00%47.45%
HSB/HSV105°100.00%94.90%
CMYK75.21%0.00%100.00%
5.10%

Color #3CF200 in popluar number systems.

HEX3CF200
Decimal602420
Binary111100111100100
Octal743620

Shades and tints

Shades of #3CF200

#3CF200
(60,242,0)
#37DC00
(55,220,0)
#32C600
(50,198,0)
#2DB000
(45,176,0)
#289A00
(40,154,0)
#238400
(35,132,0)
#1E6E00
(30,110,0)
#195800
(25,88,0)
#144200
(20,66,0)
#0F2C00
(15,44,0)
#0A1600
(10,22,0)
#000000
(0,0,0)

Tints of #3CF200

#3CF200
(60,242,0)
#4DF317
(77,243,23)
#5EF42E
(94,244,46)
#6FF545
(111,245,69)
#80F65C
(128,246,92)
#91F773
(145,247,115)
#A2F88A
(162,248,138)
#B3F9A1
(179,249,161)
#C4FAB8
(196,250,184)
#D5FBCF
(213,251,207)
#E6FCE6
(230,252,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3CF200 color. Also use rgb(60,242,0) instead hex code.

Text Font Color

.myTextColor { color: #3CF200; }

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

This text font color is #3CF200.


Background Color

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

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

This div background color is #3CF200.


Border color

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

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

This div border color is #3CF200.


Opacity

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

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

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

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

This text has shadow with #3CF200 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3CF200 on black background.


Color preview on white background

This text has color #3CF200 on white background.



Black color preview on #3CF200 background

This text has black color on #3CF200 background.


White color preview on #3CF200 background

This text has white color on #3CF200 background.