COLOR #42C24A

HEX: #42C24A
RGB: (66,194,74)

Color info

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

RGB color model

#42C24A color RGB value is (66,194,74).

  • red value is 66;
  • green value is 194;
  • blue value is 74.
RGB:
(66,194,74)
(26%,76%,29%)

RGB channels and saturation

R 66 of 255 = 26%
G 194 of 255 = 76%
B 74 of 255 = 29%

66
194
74

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

Portions of RGB colors in percentages

R + G + B =
66 + 194 + 74 = 334 (100%)
R 66 of 334 ~ 19.76%
G 194 of 334 ~ 58.08%
B 74 of 334 ~ 22.16%

%19.76
%58.08
%22.16

CMYK color model

#42C24A color CMYK value is (66,0,62,24).

  • cyan value is 65.98%
  • magenta value is 0.00%
  • yellow value is 61.86%
  • key color value is 23.92%
CMYK:
(66,0,62,24)
C66M0Y62K24 
(66%,0%,62%,24%)
(0.66/0.00/0.62/0.24)	

CMYK percentages

%65.98
%0
%61.86
%23.92

Codes

Color #42C24A in popluar color models

42C24A
RGB6619474
HSL124°51.20%50.98%
HSB/HSV124°65.98%76.08%
CMYK65.98%0.00%61.86%
23.92%

Color #42C24A in popluar number systems.

HEX42C24A
Decimal6619474
Binary1000010110000101001010
Octal102302112

Shades and tints

Shades of #42C24A

#42C24A
(66,194,74)
#3CB144
(60,177,68)
#36A03E
(54,160,62)
#308F38
(48,143,56)
#2A7E32
(42,126,50)
#246D2C
(36,109,44)
#1E5C26
(30,92,38)
#184B20
(24,75,32)
#123A1A
(18,58,26)
#0C2914
(12,41,20)
#06180E
(6,24,14)
#000000
(0,0,0)

Tints of #42C24A

#42C24A
(66,194,74)
#53C75A
(83,199,90)
#64CC6A
(100,204,106)
#75D17A
(117,209,122)
#86D68A
(134,214,138)
#97DB9A
(151,219,154)
#A8E0AA
(168,224,170)
#B9E5BA
(185,229,186)
#CAEACA
(202,234,202)
#DBEFDA
(219,239,218)
#ECF4EA
(236,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42C24A color. Also use rgb(66,194,74) instead hex code.

Text Font Color

.myTextColor { color: #42C24A; }

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

This text font color is #42C24A.


Background Color

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

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

This div background color is #42C24A.


Border color

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

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

This div border color is #42C24A.


Opacity

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

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

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

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

This text has shadow with #42C24A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42C24A on black background.


Color preview on white background

This text has color #42C24A on white background.



Black color preview on #42C24A background

This text has black color on #42C24A background.


White color preview on #42C24A background

This text has white color on #42C24A background.