COLOR #42C058

HEX: #42C058
RGB: (66,192,88)

Color info

#42C058 contains mainly green color. Web safe color of #42C058 is #33CC66 (or #3C6).

RGB color model

#42C058 color RGB value is (66,192,88).

  • red value is 66;
  • green value is 192;
  • blue value is 88.
RGB:
(66,192,88)
(26%,75%,35%)

RGB channels and saturation

R 66 of 255 = 26%
G 192 of 255 = 75%
B 88 of 255 = 35%

66
192
88

R + G + B ~ 45%. #42C058 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
66 + 192 + 88 = 346 (100%)
R 66 of 346 ~ 19.08%
G 192 of 346 ~ 55.49%
B 88 of 346 ~ 25.43%

%19.08
%55.49
%25.43

CMYK color model

#42C058 color CMYK value is (66,0,54,25).

  • cyan value is 65.63%
  • magenta value is 0.00%
  • yellow value is 54.17%
  • key color value is 24.71%
CMYK:
(66,0,54,25)
C66M0Y54K25 
(66%,0%,54%,25%)
(0.66/0.00/0.54/0.25)	

CMYK percentages

%65.63
%0
%54.17
%24.71

Codes

Color #42C058 in popluar color models

42C058
RGB6619288
HSL130°50.00%50.59%
HSB/HSV130°65.63%75.29%
CMYK65.63%0.00%54.17%
24.71%

Color #42C058 in popluar number systems.

HEX42C058
Decimal6619288
Binary1000010110000001011000
Octal102300130

Shades and tints

Shades of #42C058

#42C058
(66,192,88)
#3CAF50
(60,175,80)
#369E48
(54,158,72)
#308D40
(48,141,64)
#2A7C38
(42,124,56)
#246B30
(36,107,48)
#1E5A28
(30,90,40)
#184920
(24,73,32)
#123818
(18,56,24)
#0C2710
(12,39,16)
#061608
(6,22,8)
#000000
(0,0,0)

Tints of #42C058

#42C058
(66,192,88)
#53C567
(83,197,103)
#64CA76
(100,202,118)
#75CF85
(117,207,133)
#86D494
(134,212,148)
#97D9A3
(151,217,163)
#A8DEB2
(168,222,178)
#B9E3C1
(185,227,193)
#CAE8D0
(202,232,208)
#DBEDDF
(219,237,223)
#ECF2EE
(236,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42C058 color. Also use rgb(66,192,88) instead hex code.

Text Font Color

.myTextColor { color: #42C058; }

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

This text font color is #42C058.


Background Color

.myBgColor { background-color: #42C058; }

<div style="background-color:#42C058">Inner text</div>

This div background color is #42C058.


Border color

.myBorderColor { border: 1px solid #42C058; }

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

This div border color is #42C058.


Opacity

.myOpacity80 { color: #42C058; opacity: 0.8; }

<p style="color:#42C058;opacity:0.8;">80%</p>

Text with #42C058 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 #42C058;}

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

This text has shadow with #42C058 color.

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

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

This text has shadow with #42C058 primary color and red secondary color.


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

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

This text has shadow with #42C058 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42C058 on black background.


Color preview on white background

This text has color #42C058 on white background.



Black color preview on #42C058 background

This text has black color on #42C058 background.


White color preview on #42C058 background

This text has white color on #42C058 background.