COLOR #B2D52E

HEX: #B2D52E
RGB: (178,213,46)

Renk bilgisi

#B2D52E contains mainly red and green colors. #B2D52E ‘ nin web güvenlik rengi #99CC33 (ya da #9C3) dir.

RGB renk modeli

#B2D52E color RGB value is (178,213,46).

  • kırmız ton 178;
  • yeşil ton 213;
  • mavi ton 46.
RGB:
(178,213,46)
(70%,84%,18%)

RGB bağlantıları ve doygunluk

R 178 of 255 = 70%
G 213 of 255 = 84%
B 46 of 255 = 18%

178
213
46

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

Yüzdelerle RGB renk parçaları

R + G + B =
178 + 213 + 46 = 437 (100%)
R 178 of 437 ~ 40.73%
G 213 of 437 ~ 48.74%
B 46 of 437 ~ 10.53%

%40.73
%48.74
%10.53

CMYK RENK MODELİ

#B2D52E rengi CMYK tonu (16,0,78,16).

  • camgöbeği tonu 16.43%
  • eflatun tonu 0.00%
  • sarı tonu 78.40%
  • ana renk tonu 16.47%
CMYK:
(16,0,78,16)
C16M0Y78K16 
(16%,0%,78%,16%)
(0.16/0.00/0.78/0.16)	

CMYK yüzdeleri

%16.43
%0
%78.4
%16.47

Codes

Color #B2D52E in popluar color models

B2D52E
RGB17821346
HSL73°66.53%50.78%
HSB/HSV73°78.40%83.53%
CMYK16.43%0.00%78.40%
16.47%

Color #B2D52E in popluar number systems.

HEXB2D52E
Decimal17821346
Binary1011001011010101101110
Octal26232556

Shades and tints

Shades of #B2D52E

#B2D52E
(178,213,46)
#A2C22A
(162,194,42)
#92AF26
(146,175,38)
#829C22
(130,156,34)
#72891E
(114,137,30)
#62761A
(98,118,26)
#526316
(82,99,22)
#425012
(66,80,18)
#323D0E
(50,61,14)
#222A0A
(34,42,10)
#121706
(18,23,6)
#000000
(0,0,0)

Tints of #B2D52E

#B2D52E
(178,213,46)
#B9D841
(185,216,65)
#C0DB54
(192,219,84)
#C7DE67
(199,222,103)
#CEE17A
(206,225,122)
#D5E48D
(213,228,141)
#DCE7A0
(220,231,160)
#E3EAB3
(227,234,179)
#EAEDC6
(234,237,198)
#F1F0D9
(241,240,217)
#F8F3EC
(248,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2D52E color. Also use rgb(178,213,46) instead hex code.

Text Font Color

.myTextColor { color: #B2D52E; }

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

This text font color is #B2D52E.


Background Color

.myBgColor { background-color: #B2D52E; }

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

This div background color is #B2D52E.


Border color

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

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

This div border color is #B2D52E.


Opacity

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

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

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

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

This text has shadow with #B2D52E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2D52E on black background.


Color preview on white background

This text has color #B2D52E on white background.



Black color preview on #B2D52E background

This text has black color on #B2D52E background.


White color preview on #B2D52E background

This text has white color on #B2D52E background.