COLOR #53EA42

HEX: #53EA42
RGB: (83,234,66)

Color info

#53EA42 contains mainly green color. Web safe color of #53EA42 is #66FF33 (or #6F3).

RGB color model

#53EA42 color RGB value is (83,234,66).

  • red value is 83;
  • green value is 234;
  • blue value is 66.
RGB:
(83,234,66)
(33%,92%,26%)

RGB channels and saturation

R 83 of 255 = 33%
G 234 of 255 = 92%
B 66 of 255 = 26%

83
234
66

R + G + B ~ 50%. #53EA42 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
83 + 234 + 66 = 383 (100%)
R 83 of 383 ~ 21.67%
G 234 of 383 ~ 61.1%
B 66 of 383 ~ 17.23%

%21.67
%61.1
%17.23

CMYK color model

#53EA42 color CMYK value is (65,0,72,8).

  • cyan value is 64.53%
  • magenta value is 0.00%
  • yellow value is 71.79%
  • key color value is 8.24%
CMYK:
(65,0,72,8)
C65M0Y72K8 
(65%,0%,72%,8%)
(0.65/0.00/0.72/0.08)	

CMYK percentages

%64.53
%0
%71.79
%8.24

Codes

Color #53EA42 in popluar color models

53EA42
RGB8323466
HSL114°80.00%58.82%
HSB/HSV114°71.79%91.76%
CMYK64.53%0.00%71.79%
8.24%

Color #53EA42 in popluar number systems.

HEX53EA42
Decimal8323466
Binary1010011111010101000010
Octal123352102

Shades and tints

Shades of #53EA42

#53EA42
(83,234,66)
#4CD53C
(76,213,60)
#45C036
(69,192,54)
#3EAB30
(62,171,48)
#37962A
(55,150,42)
#308124
(48,129,36)
#296C1E
(41,108,30)
#225718
(34,87,24)
#1B4212
(27,66,18)
#142D0C
(20,45,12)
#0D1806
(13,24,6)
#000000
(0,0,0)

Tints of #53EA42

#53EA42
(83,234,66)
#62EB53
(98,235,83)
#71EC64
(113,236,100)
#80ED75
(128,237,117)
#8FEE86
(143,238,134)
#9EEF97
(158,239,151)
#ADF0A8
(173,240,168)
#BCF1B9
(188,241,185)
#CBF2CA
(203,242,202)
#DAF3DB
(218,243,219)
#E9F4EC
(233,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53EA42 color. Also use rgb(83,234,66) instead hex code.

Text Font Color

.myTextColor { color: #53EA42; }

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

This text font color is #53EA42.


Background Color

.myBgColor { background-color: #53EA42; }

<div style="background-color:#53EA42">Inner text</div>

This div background color is #53EA42.


Border color

.myBorderColor { border: 1px solid #53EA42; }

<div style="border:3px solid #53EA42">Div</div>

This div border color is #53EA42.


Opacity

.myOpacity80 { color: #53EA42; opacity: 0.8; }

<p style="color:#53EA42;opacity:0.8;">80%</p>

Text with #53EA42 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 #53EA42;}

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

This text has shadow with #53EA42 color.

.textShadow {text-shadow: 3px 3px 1px #53EA42, 3px 3px 1px red;}

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

This text has shadow with #53EA42 primary color and red secondary color.


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

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

This text has shadow with #53EA42 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53EA42 on black background.


Color preview on white background

This text has color #53EA42 on white background.



Black color preview on #53EA42 background

This text has black color on #53EA42 background.


White color preview on #53EA42 background

This text has white color on #53EA42 background.