COLOR #BEF43E

HEX: #BEF43E
RGB: (190,244,62)

Color info

#BEF43E contains mainly red and green colors. Web safe color of #BEF43E is #CCFF33 (or #CF3).

RGB color model

#BEF43E color RGB value is (190,244,62).

  • red value is 190;
  • green value is 244;
  • blue value is 62.
RGB:
(190,244,62)
(75%,96%,24%)

RGB channels and saturation

R 190 of 255 = 75%
G 244 of 255 = 96%
B 62 of 255 = 24%

190
244
62

R + G + B ~ 65%. #BEF43E is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 244 + 62 = 496 (100%)
R 190 of 496 ~ 38.31%
G 244 of 496 ~ 49.19%
B 62 of 496 ~ 12.5%

%38.31
%49.19
%12.5

CMYK color model

#BEF43E color CMYK value is (22,0,75,4).

  • cyan value is 22.13%
  • magenta value is 0.00%
  • yellow value is 74.59%
  • key color value is 4.31%
CMYK:
(22,0,75,4)
C22M0Y75K4 
(22%,0%,75%,4%)
(0.22/0.00/0.75/0.04)	

CMYK percentages

%22.13
%0
%74.59
%4.31

Codes

Color #BEF43E in popluar color models

BEF43E
RGB19024462
HSL78°89.22%60.00%
HSB/HSV78°74.59%95.69%
CMYK22.13%0.00%74.59%
4.31%

Color #BEF43E in popluar number systems.

HEXBEF43E
Decimal19024462
Binary1011111011110100111110
Octal27636476

Shades and tints

Shades of #BEF43E

#BEF43E
(190,244,62)
#ADDE39
(173,222,57)
#9CC834
(156,200,52)
#8BB22F
(139,178,47)
#7A9C2A
(122,156,42)
#698625
(105,134,37)
#587020
(88,112,32)
#475A1B
(71,90,27)
#364416
(54,68,22)
#252E11
(37,46,17)
#14180C
(20,24,12)
#000000
(0,0,0)

Tints of #BEF43E

#BEF43E
(190,244,62)
#C3F54F
(195,245,79)
#C8F660
(200,246,96)
#CDF771
(205,247,113)
#D2F882
(210,248,130)
#D7F993
(215,249,147)
#DCFAA4
(220,250,164)
#E1FBB5
(225,251,181)
#E6FCC6
(230,252,198)
#EBFDD7
(235,253,215)
#F0FEE8
(240,254,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEF43E color. Also use rgb(190,244,62) instead hex code.

Text Font Color

.myTextColor { color: #BEF43E; }

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

This text font color is #BEF43E.


Background Color

.myBgColor { background-color: #BEF43E; }

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

This div background color is #BEF43E.


Border color

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

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

This div border color is #BEF43E.


Opacity

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

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

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

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

This text has shadow with #BEF43E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEF43E on black background.


Color preview on white background

This text has color #BEF43E on white background.



Black color preview on #BEF43E background

This text has black color on #BEF43E background.


White color preview on #BEF43E background

This text has white color on #BEF43E background.