COLOR #B3D423

HEX: #B3D423 RGB: (179,212,35)

Color info

#B3D423 contains mainly red and green colors. Web safe color of #B3D423 is #99CC33 (or #9C3).

RGB color model

#B3D423 color RGB value is (179,212,35).

RGB: (179,212,35) (70%, 83%, 14%)

RGB channels and saturation

R 179 of 255 = 70%
G 212 of 255 = 83%
B 35 of 255 = 14%

179
212
35

R + G + B ~ 56%. #B3D423 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 179 + 212 + 35 = 426 (100%)
R 179 of 426 ~ 42.02%
G 212 of 426 ~ 49.77%
B 35 of 426 ~ 8.22'%

%42.02
%49.77

CMYK color model

#B3D423 color CMYK value is (16,0,83,17).

  • cyan value is 15.57%
  • magenta value is 0.00%
  • yellow value is 83.49%
  • key color value is 16.86%

CMYK: (16,0,83,17)
C16M0Y83K17 (16%, 0%, 83%, 17%)
(0.16 / 0.00 / 0.83 / 0.17)

CMYK percentages

%15.57
%0
%83.49
%16.86

Codes

Color #B3D423 in popluar color models

B3 D4 23
RGB 179 212 35
HSL 71° 71.66% 48.43%
HSB/HSV 71° 83.49% 83.14%
CMYK 15.57% 0.00% 83.49%
16.86%

Color #B3D423 in popluar number systems.

HEX B3 D4 23
Decimal 179 212 35
Binary 10110011 11010100 100011
Octal 263 324 43

Shades and tints

Shades of #B3D423

#B3D423
(179,212,35)
#A3C120
(163,193,32)
#93AE1D
(147,174,29)
#839B1A
(131,155,26)
#738817
(115,136,23)
#637514
(99,117,20)
#536211
(83,98,17)
#434F0E
(67,79,14)
#333C0B
(51,60,11)
#232908
(35,41,8)
#131605
(19,22,5)
#000000
(0,0,0)

Tints of #B3D423

#B3D423
(179,212,35)
#B9D737
(185,215,55)
#BFDA4B
(191,218,75)
#C5DD5F
(197,221,95)
#CBE073
(203,224,115)
#D1E387
(209,227,135)
#D7E69B
(215,230,155)
#DDE9AF
(221,233,175)
#E3ECC3
(227,236,195)
#E9EFD7
(233,239,215)
#EFF2EB
(239,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3D423 color. Also use rgb(179,212,35) instead hex code.

Text Font Color

.myTextColor { color: #B3D423; }

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

This text font color is #B3D423.

Background Color

.myBgColor { background-color: #B3D423; }

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

This div background color is #B3D423.

Border color

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

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

This div border color is #B3D423.

Opacity

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

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

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

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

This text has shadow with #B3D423 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3D423.

Preview

Color preview on black background

This text has color #B3D423 on black background.


Color preview on white background

This text has color #B3D423 on white background.


Black color preview on #B3D423 background

This text has black color on #B3D423 background.


White color preview on #B3D423 background

This text has white color on #B3D423 background.


Related colors

Complementary color

Complementary color for #hex is #4C2BDC.


I love getcolorcode.com

Triadic colors

1 #23B3D4 and #D423B3 with #B3D423 are triadic colors.

2 #23D4B3 and #D4B323 with #B3D423 are triadic colors.