COLOR #42BC54

HEX: #42BC54
RGB: (66,188,84)

Color info

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

RGB color model

#42BC54 color RGB value is (66,188,84).

  • red value is 66;
  • green value is 188;
  • blue value is 84.
RGB:
(66,188,84)
(26%,74%,33%)

RGB channels and saturation

R 66 of 255 = 26%
G 188 of 255 = 74%
B 84 of 255 = 33%

66
188
84

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

Portions of RGB colors in percentages

R + G + B =
66 + 188 + 84 = 338 (100%)
R 66 of 338 ~ 19.53%
G 188 of 338 ~ 55.62%
B 84 of 338 ~ 24.85%

%19.53
%55.62
%24.85

CMYK color model

#42BC54 color CMYK value is (65,0,55,26).

  • cyan value is 64.89%
  • magenta value is 0.00%
  • yellow value is 55.32%
  • key color value is 26.27%
CMYK:
(65,0,55,26)
C65M0Y55K26 
(65%,0%,55%,26%)
(0.65/0.00/0.55/0.26)	

CMYK percentages

%64.89
%0
%55.32
%26.27

Codes

Color #42BC54 in popluar color models

42BC54
RGB6618884
HSL129°48.03%49.80%
HSB/HSV129°64.89%73.73%
CMYK64.89%0.00%55.32%
26.27%

Color #42BC54 in popluar number systems.

HEX42BC54
Decimal6618884
Binary1000010101111001010100
Octal102274124

Shades and tints

Shades of #42BC54

#42BC54
(66,188,84)
#3CAB4D
(60,171,77)
#369A46
(54,154,70)
#30893F
(48,137,63)
#2A7838
(42,120,56)
#246731
(36,103,49)
#1E562A
(30,86,42)
#184523
(24,69,35)
#12341C
(18,52,28)
#0C2315
(12,35,21)
#06120E
(6,18,14)
#000000
(0,0,0)

Tints of #42BC54

#42BC54
(66,188,84)
#53C263
(83,194,99)
#64C872
(100,200,114)
#75CE81
(117,206,129)
#86D490
(134,212,144)
#97DA9F
(151,218,159)
#A8E0AE
(168,224,174)
#B9E6BD
(185,230,189)
#CAECCC
(202,236,204)
#DBF2DB
(219,242,219)
#ECF8EA
(236,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42BC54 color. Also use rgb(66,188,84) instead hex code.

Text Font Color

.myTextColor { color: #42BC54; }

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

This text font color is #42BC54.


Background Color

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

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

This div background color is #42BC54.


Border color

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

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

This div border color is #42BC54.


Opacity

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

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

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

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

This text has shadow with #42BC54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42BC54 on black background.


Color preview on white background

This text has color #42BC54 on white background.



Black color preview on #42BC54 background

This text has black color on #42BC54 background.


White color preview on #42BC54 background

This text has white color on #42BC54 background.