COLOR #B4E25E

HEX: #B4E25E RGB: (180,226,94)

Color info

#B4E25E contains mainly red and green colors. Web safe color of #B4E25E is #CCCC66 (or #CC6).

RGB color model

#B4E25E color RGB value is (180,226,94).

RGB: (180,226,94) (71%, 89%, 37%)

RGB channels and saturation

R 180 of 255 = 71%
G 226 of 255 = 89%
B 94 of 255 = 37%

180
226
94

R + G + B ~ 66%. #B4E25E is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 226 + 94 = 500 (100%)
R 180 of 500 ~ 36%
G 226 of 500 ~ 45.2%
B 94 of 500 ~ 18.8'%

%36
%45.2
%18.8

CMYK color model

#B4E25E color CMYK value is (20,0,58,11).

  • cyan value is 20.35%
  • magenta value is 0.00%
  • yellow value is 58.41%
  • key color value is 11.37%

CMYK: (20,0,58,11)
C20M0Y58K11 (20%, 0%, 58%, 11%)
(0.20 / 0.00 / 0.58 / 0.11)

CMYK percentages

%20.35
%0
%58.41
%11.37

Codes

Color #B4E25E in popluar color models

B4 E2 5E
RGB 180 226 94
HSL 81° 69.47% 62.75%
HSB/HSV 81° 58.41% 88.63%
CMYK 20.35% 0.00% 58.41%
11.37%

Color #B4E25E in popluar number systems.

HEX B4 E2 5E
Decimal 180 226 94
Binary 10110100 11100010 1011110
Octal 264 342 136

Shades and tints

Shades of #B4E25E

#B4E25E
(180,226,94)
#A4CE56
(164,206,86)
#94BA4E
(148,186,78)
#84A646
(132,166,70)
#74923E
(116,146,62)
#647E36
(100,126,54)
#546A2E
(84,106,46)
#445626
(68,86,38)
#34421E
(52,66,30)
#242E16
(36,46,22)
#141A0E
(20,26,14)
#000000
(0,0,0)

Tints of #B4E25E

#B4E25E
(180,226,94)
#BAE46C
(186,228,108)
#C0E67A
(192,230,122)
#C6E888
(198,232,136)
#CCEA96
(204,234,150)
#D2ECA4
(210,236,164)
#D8EEB2
(216,238,178)
#DEF0C0
(222,240,192)
#E4F2CE
(228,242,206)
#EAF4DC
(234,244,220)
#F0F6EA
(240,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4E25E color. Also use rgb(180,226,94) instead hex code.

Text Font Color

.myTextColor { color: #B4E25E; }

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

This text font color is #B4E25E.

Background Color

.myBgColor { background-color: #B4E25E; }

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

This div background color is #B4E25E.

Border color

.myBorderColor { border: 1px solid #B4E25E; }

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

This div border color is #B4E25E.

Opacity

.myOpacity80 { color: #B4E25E; opacity: 0.8; }

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

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

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

This text has shadow with #B4E25E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4E25E.

Preview

Color preview on black background

This text has color #B4E25E on black background.


Color preview on white background

This text has color #B4E25E on white background.


Black color preview on #B4E25E background

This text has black color on #B4E25E background.


White color preview on #B4E25E background

This text has white color on #B4E25E background.


Related colors

Complementary color

Complementary color for #hex is #4B1DA1.


I love getcolorcode.com

Triadic colors

1 #5EB4E2 and #E25EB4 with #B4E25E are triadic colors.

2 #5EE2B4 and #E2B45E with #B4E25E are triadic colors.