HEX: #B2E478
RGB: (178,228,120)
#B2E478 contains mainly red and green colors. Web safe color of #B2E478 is #99CC66 (or #9C6).
#B2E478 color RGB value is (178,228,120).
RGB: (178,228,120)
(70%, 89%, 47%)
R 178 of 255 = 70%
G 228 of 255 = 89%
B 120 of 255 = 47%
R + G + B ~ 69%. #B2E478 is quite light color.
R + G + B = 178 + 228 + 120 = 526 (100%)
R 178 of 526 ~ 33.84%
G 228 of 526 ~ 43.35%
B 120 of 526 ~ 22.81'%
#B2E478 color CMYK value is (22,0,47,11).
CMYK: (22,0,47,11) C22M0Y47K11 (22%,0%,47%,11%) (0.22/0.00/0.47/0.11)
Color #B2E478 in popluar color models
B2 | E4 | 78 | |
---|---|---|---|
RGB | 178 | 228 | 120 |
HSL | 88° | 66.67% | 68.24% |
HSB/HSV | 88° | 47.37% | 89.41% |
CMYK | 21.93% | 0.00% | 47.37% |
10.59% |
Color #B2E478 in popluar number systems.
HEX | B2 | E4 | 78 |
Decimal | 178 | 228 | 120 |
Binary | 10110010 | 11100100 | 1111000 |
Octal | 262 | 344 | 170 |
Shades of #B2E478
Tints of #B2E478
Examples of css and html codes for elements with #B2E478 color. Also use rgb(178,228,120) instead hex code.
.myTextColor { color: #B2E478; }
<p style="color:#B2E478">This sample text font color is #B2E478.</p>
This text font color is #B2E478.
.myBgColor { background-color: #B2E478; }
<div style="background-color:#B2E478">Inner text</div>
This div background color is #B2E478.
.myBorderColor { border: 1px solid #B2E478; }
<div style="border:3px solid #B2E478">Div</div>
This div border color is #B2E478.
.myOpacity80 { color: #B2E478; opacity: 0.8; }
<p style="color:#B2E478;opacity:0.8;">80%</p>
Text with #B2E478 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B2E478;}
<p style="text-shadow: 3px 3px 1px #B2E478">Text here.</p>
This text has shadow with #B2E478 color.
.textShadow {text-shadow: 3px 3px 1px #B2E478', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B2E478, 5px 5px 20px red">Text here.</p>
This text has shadow with #B2E478 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B2E478, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B2E478, Direction=45, Strength=4)">Text</p>
This text has shadow with #B2E478 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B2E478;
-webkit-box-shadow: 1px 1px 3px 2px #B2E478;
box-shadow: 1px 1px 3px 2px #B2E478;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B2E478; -webkit-box-shadow: 1px 1px 3px 2px #B2E478; box-shadow:1px 1px 3px 2px #B2E478;">
Div content here
</div>
This text has color #B2E478 on black background.
This text has color #B2E478 on white background.
This text has black color on #B2E478 background.
This text has white color on #B2E478 background.
Complementary color for #hex is #4D1B87.