COLOR #84E232

HEX: #84E232
RGB: (132,226,50)

Color info

#84E232 contains mainly green color. Web safe color of #84E232 is #99CC33 (or #9C3).

RGB color model

#84E232 color RGB value is (132,226,50).

  • red value is 132;
  • green value is 226;
  • blue value is 50.
RGB:
(132,226,50)
(52%,89%,20%)

RGB channels and saturation

R 132 of 255 = 52%
G 226 of 255 = 89%
B 50 of 255 = 20%

132
226
50

R + G + B ~ 54%. #84E232 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 226 + 50 = 408 (100%)
R 132 of 408 ~ 32.35%
G 226 of 408 ~ 55.39%
B 50 of 408 ~ 12.25%

%32.35
%55.39
%12.25

CMYK color model

#84E232 color CMYK value is (42,0,78,11).

  • cyan value is 41.59%
  • magenta value is 0.00%
  • yellow value is 77.88%
  • key color value is 11.37%
CMYK:
(42,0,78,11)
C42M0Y78K11 
(42%,0%,78%,11%)
(0.42/0.00/0.78/0.11)	

CMYK percentages

%41.59
%0
%77.88
%11.37

Codes

Color #84E232 in popluar color models

84E232
RGB13222650
HSL92°75.21%54.12%
HSB/HSV92°77.88%88.63%
CMYK41.59%0.00%77.88%
11.37%

Color #84E232 in popluar number systems.

HEX84E232
Decimal13222650
Binary1000010011100010110010
Octal20434262

Shades and tints

Shades of #84E232

#84E232
(132,226,50)
#78CE2E
(120,206,46)
#6CBA2A
(108,186,42)
#60A626
(96,166,38)
#549222
(84,146,34)
#487E1E
(72,126,30)
#3C6A1A
(60,106,26)
#305616
(48,86,22)
#244212
(36,66,18)
#182E0E
(24,46,14)
#0C1A0A
(12,26,10)
#000000
(0,0,0)

Tints of #84E232

#84E232
(132,226,50)
#8FE444
(143,228,68)
#9AE656
(154,230,86)
#A5E868
(165,232,104)
#B0EA7A
(176,234,122)
#BBEC8C
(187,236,140)
#C6EE9E
(198,238,158)
#D1F0B0
(209,240,176)
#DCF2C2
(220,242,194)
#E7F4D4
(231,244,212)
#F2F6E6
(242,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84E232 color. Also use rgb(132,226,50) instead hex code.

Text Font Color

.myTextColor { color: #84E232; }

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

This text font color is #84E232.


Background Color

.myBgColor { background-color: #84E232; }

<div style="background-color:#84E232">Inner text</div>

This div background color is #84E232.


Border color

.myBorderColor { border: 1px solid #84E232; }

<div style="border:3px solid #84E232">Div</div>

This div border color is #84E232.


Opacity

.myOpacity80 { color: #84E232; opacity: 0.8; }

<p style="color:#84E232;opacity:0.8;">80%</p>

Text with #84E232 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 #84E232;}

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

This text has shadow with #84E232 color.

.textShadow {text-shadow: 3px 3px 1px #84E232, 3px 3px 1px red;}

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

This text has shadow with #84E232 primary color and red secondary color.


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

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

This text has shadow with #84E232 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84E232 on black background.


Color preview on white background

This text has color #84E232 on white background.



Black color preview on #84E232 background

This text has black color on #84E232 background.


White color preview on #84E232 background

This text has white color on #84E232 background.