COLOR #42B03E

HEX: #42B03E
RGB: (66,176,62)

Color info

#42B03E contains mainly green color. Web safe color of #42B03E is #339933 (or #393).

RGB color model

#42B03E color RGB value is (66,176,62).

  • red value is 66;
  • green value is 176;
  • blue value is 62.
RGB:
(66,176,62)
(26%,69%,24%)

RGB channels and saturation

R 66 of 255 = 26%
G 176 of 255 = 69%
B 62 of 255 = 24%

66
176
62

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

Portions of RGB colors in percentages

R + G + B =
66 + 176 + 62 = 304 (100%)
R 66 of 304 ~ 21.71%
G 176 of 304 ~ 57.89%
B 62 of 304 ~ 20.39%

%21.71
%57.89
%20.39

CMYK color model

#42B03E color CMYK value is (63,0,65,31).

  • cyan value is 62.50%
  • magenta value is 0.00%
  • yellow value is 64.77%
  • key color value is 30.98%
CMYK:
(63,0,65,31)
C63M0Y65K31 
(63%,0%,65%,31%)
(0.63/0.00/0.65/0.31)	

CMYK percentages

%62.5
%0
%64.77
%30.98

Codes

Color #42B03E in popluar color models

42B03E
RGB6617662
HSL118°47.90%46.67%
HSB/HSV118°64.77%69.02%
CMYK62.50%0.00%64.77%
30.98%

Color #42B03E in popluar number systems.

HEX42B03E
Decimal6617662
Binary100001010110000111110
Octal10226076

Shades and tints

Shades of #42B03E

#42B03E
(66,176,62)
#3CA039
(60,160,57)
#369034
(54,144,52)
#30802F
(48,128,47)
#2A702A
(42,112,42)
#246025
(36,96,37)
#1E5020
(30,80,32)
#18401B
(24,64,27)
#123016
(18,48,22)
#0C2011
(12,32,17)
#06100C
(6,16,12)
#000000
(0,0,0)

Tints of #42B03E

#42B03E
(66,176,62)
#53B74F
(83,183,79)
#64BE60
(100,190,96)
#75C571
(117,197,113)
#86CC82
(134,204,130)
#97D393
(151,211,147)
#A8DAA4
(168,218,164)
#B9E1B5
(185,225,181)
#CAE8C6
(202,232,198)
#DBEFD7
(219,239,215)
#ECF6E8
(236,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42B03E color. Also use rgb(66,176,62) instead hex code.

Text Font Color

.myTextColor { color: #42B03E; }

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

This text font color is #42B03E.


Background Color

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

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

This div background color is #42B03E.


Border color

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

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

This div border color is #42B03E.


Opacity

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

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

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

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

This text has shadow with #42B03E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42B03E on black background.


Color preview on white background

This text has color #42B03E on white background.



Black color preview on #42B03E background

This text has black color on #42B03E background.


White color preview on #42B03E background

This text has white color on #42B03E background.