COLOR #42E448

HEX: #42E448 RGB: (66,228,72)

Color info

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

RGB color model

#42E448 color RGB value is (66,228,72).

RGB: (66,228,72) (26%, 89%, 28%)

RGB channels and saturation

R 66 of 255 = 26%
G 228 of 255 = 89%
B 72 of 255 = 28%

66
228
72

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

Portions of RGB colors in percentages

R + G + B = 66 + 228 + 72 = 366 (100%)
R 66 of 366 ~ 18.03%
G 228 of 366 ~ 62.3%
B 72 of 366 ~ 19.67'%

%18.03
%62.3
%19.67

CMYK color model

#42E448 color CMYK value is (71,0,68,11).

  • cyan value is 71.05%
  • magenta value is 0.00%
  • yellow value is 68.42%
  • key color value is 10.59%

CMYK: (71,0,68,11)
C71M0Y68K11 (71%, 0%, 68%, 11%)
(0.71 / 0.00 / 0.68 / 0.11)

CMYK percentages

%71.05
%0
%68.42
%10.59

Codes

Color #42E448 in popluar color models

42 E4 48
RGB 66 228 72
HSL 122° 75.00% 57.65%
HSB/HSV 122° 71.05% 89.41%
CMYK 71.05% 0.00% 68.42%
10.59%

Color #42E448 in popluar number systems.

HEX 42 E4 48
Decimal 66 228 72
Binary 1000010 11100100 1001000
Octal 102 344 110

Shades and tints

Shades of #42E448

#42E448
(66,228,72)
#3CD042
(60,208,66)
#36BC3C
(54,188,60)
#30A836
(48,168,54)
#2A9430
(42,148,48)
#24802A
(36,128,42)
#1E6C24
(30,108,36)
#18581E
(24,88,30)
#124418
(18,68,24)
#0C3012
(12,48,18)
#061C0C
(6,28,12)
#000000
(0,0,0)

Tints of #42E448

#42E448
(66,228,72)
#53E658
(83,230,88)
#64E868
(100,232,104)
#75EA78
(117,234,120)
#86EC88
(134,236,136)
#97EE98
(151,238,152)
#A8F0A8
(168,240,168)
#B9F2B8
(185,242,184)
#CAF4C8
(202,244,200)
#DBF6D8
(219,246,216)
#ECF8E8
(236,248,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42E448 color. Also use rgb(66,228,72) instead hex code.

Text Font Color

.myTextColor { color: #42E448; }

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

This text font color is #42E448.

Background Color

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

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

This div background color is #42E448.

Border color

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

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

This div border color is #42E448.

Opacity

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

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

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

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

This text has shadow with #42E448 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #42E448.

Preview

Color preview on black background

This text has color #42E448 on black background.


Color preview on white background

This text has color #42E448 on white background.


Black color preview on #42E448 background

This text has black color on #42E448 background.


White color preview on #42E448 background

This text has white color on #42E448 background.


Related colors

Complementary color

Complementary color for #hex is #BD1BB7.


I love getcolorcode.com

Triadic colors

1 #4842E4 and #E44842 with #42E448 are triadic colors.

2 #48E442 and #E44248 with #42E448 are triadic colors.