COLOR #42B54B

HEX: #42B54B
RGB: (66,181,75)

Color info

#42B54B contains mainly green color. Web safe color of #42B54B is #33CC33 (or #3C3).

RGB color model

#42B54B color RGB value is (66,181,75).

  • red value is 66;
  • green value is 181;
  • blue value is 75.
RGB:
(66,181,75)
(26%,71%,29%)

RGB channels and saturation

R 66 of 255 = 26%
G 181 of 255 = 71%
B 75 of 255 = 29%

66
181
75

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

Portions of RGB colors in percentages

R + G + B =
66 + 181 + 75 = 322 (100%)
R 66 of 322 ~ 20.5%
G 181 of 322 ~ 56.21%
B 75 of 322 ~ 23.29%

%20.5
%56.21
%23.29

CMYK color model

#42B54B color CMYK value is (64,0,59,29).

  • cyan value is 63.54%
  • magenta value is 0.00%
  • yellow value is 58.56%
  • key color value is 29.02%
CMYK:
(64,0,59,29)
C64M0Y59K29 
(64%,0%,59%,29%)
(0.64/0.00/0.59/0.29)	

CMYK percentages

%63.54
%0
%58.56
%29.02

Codes

Color #42B54B in popluar color models

42B54B
RGB6618175
HSL125°46.56%48.43%
HSB/HSV125°63.54%70.98%
CMYK63.54%0.00%58.56%
29.02%

Color #42B54B in popluar number systems.

HEX42B54B
Decimal6618175
Binary1000010101101011001011
Octal102265113

Shades and tints

Shades of #42B54B

#42B54B
(66,181,75)
#3CA545
(60,165,69)
#36953F
(54,149,63)
#308539
(48,133,57)
#2A7533
(42,117,51)
#24652D
(36,101,45)
#1E5527
(30,85,39)
#184521
(24,69,33)
#12351B
(18,53,27)
#0C2515
(12,37,21)
#06150F
(6,21,15)
#000000
(0,0,0)

Tints of #42B54B

#42B54B
(66,181,75)
#53BB5B
(83,187,91)
#64C16B
(100,193,107)
#75C77B
(117,199,123)
#86CD8B
(134,205,139)
#97D39B
(151,211,155)
#A8D9AB
(168,217,171)
#B9DFBB
(185,223,187)
#CAE5CB
(202,229,203)
#DBEBDB
(219,235,219)
#ECF1EB
(236,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42B54B color. Also use rgb(66,181,75) instead hex code.

Text Font Color

.myTextColor { color: #42B54B; }

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

This text font color is #42B54B.


Background Color

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

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

This div background color is #42B54B.


Border color

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

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

This div border color is #42B54B.


Opacity

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

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

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

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

This text has shadow with #42B54B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42B54B on black background.


Color preview on white background

This text has color #42B54B on white background.



Black color preview on #42B54B background

This text has black color on #42B54B background.


White color preview on #42B54B background

This text has white color on #42B54B background.