COLOR #42E533

HEX: #42E533
RGB: (66,229,51)

Color info

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

RGB color model

#42E533 color RGB value is (66,229,51).

  • red value is 66;
  • green value is 229;
  • blue value is 51.
RGB:
(66,229,51)
(26%,90%,20%)

RGB channels and saturation

R 66 of 255 = 26%
G 229 of 255 = 90%
B 51 of 255 = 20%

66
229
51

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

Portions of RGB colors in percentages

R + G + B =
66 + 229 + 51 = 346 (100%)
R 66 of 346 ~ 19.08%
G 229 of 346 ~ 66.18%
B 51 of 346 ~ 14.74%

%19.08
%66.18
%14.74

CMYK color model

#42E533 color CMYK value is (71,0,78,10).

  • cyan value is 71.18%
  • magenta value is 0.00%
  • yellow value is 77.73%
  • key color value is 10.20%
CMYK:
(71,0,78,10)
C71M0Y78K10 
(71%,0%,78%,10%)
(0.71/0.00/0.78/0.10)	

CMYK percentages

%71.18
%0
%77.73
%10.2

Codes

Color #42E533 in popluar color models

42E533
RGB6622951
HSL115°77.39%54.90%
HSB/HSV115°77.73%89.80%
CMYK71.18%0.00%77.73%
10.20%

Color #42E533 in popluar number systems.

HEX42E533
Decimal6622951
Binary100001011100101110011
Octal10234563

Shades and tints

Shades of #42E533

#42E533
(66,229,51)
#3CD12F
(60,209,47)
#36BD2B
(54,189,43)
#30A927
(48,169,39)
#2A9523
(42,149,35)
#24811F
(36,129,31)
#1E6D1B
(30,109,27)
#185917
(24,89,23)
#124513
(18,69,19)
#0C310F
(12,49,15)
#061D0B
(6,29,11)
#000000
(0,0,0)

Tints of #42E533

#42E533
(66,229,51)
#53E745
(83,231,69)
#64E957
(100,233,87)
#75EB69
(117,235,105)
#86ED7B
(134,237,123)
#97EF8D
(151,239,141)
#A8F19F
(168,241,159)
#B9F3B1
(185,243,177)
#CAF5C3
(202,245,195)
#DBF7D5
(219,247,213)
#ECF9E7
(236,249,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42E533 color. Also use rgb(66,229,51) instead hex code.

Text Font Color

.myTextColor { color: #42E533; }

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

This text font color is #42E533.


Background Color

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

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

This div background color is #42E533.


Border color

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

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

This div border color is #42E533.


Opacity

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

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

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

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

This text has shadow with #42E533 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42E533 on black background.


Color preview on white background

This text has color #42E533 on white background.



Black color preview on #42E533 background

This text has black color on #42E533 background.


White color preview on #42E533 background

This text has white color on #42E533 background.