COLOR #4BF990

HEX: #4BF990
RGB: (75,249,144)

Color info

#4BF990 contains mainly green color. Web safe color of #4BF990 is #33FF99 (or #3F9).

RGB color model

#4BF990 color RGB value is (75,249,144).

  • red value is 75;
  • green value is 249;
  • blue value is 144.
RGB:
(75,249,144)
(29%,98%,56%)

RGB channels and saturation

R 75 of 255 = 29%
G 249 of 255 = 98%
B 144 of 255 = 56%

75
249
144

R + G + B ~ 61%. #4BF990 is quite light color.

Portions of RGB colors in percentages

R + G + B =
75 + 249 + 144 = 468 (100%)
R 75 of 468 ~ 16.03%
G 249 of 468 ~ 53.21%
B 144 of 468 ~ 30.77%

%16.03
%53.21
%30.77

CMYK color model

#4BF990 color CMYK value is (70,0,42,2).

  • cyan value is 69.88%
  • magenta value is 0.00%
  • yellow value is 42.17%
  • key color value is 2.35%
CMYK:
(70,0,42,2)
C70M0Y42K2 
(70%,0%,42%,2%)
(0.70/0.00/0.42/0.02)	

CMYK percentages

%69.88
%0
%42.17
%2.35

Codes

Color #4BF990 in popluar color models

4BF990
RGB75249144
HSL144°93.55%63.53%
HSB/HSV144°69.88%97.65%
CMYK69.88%0.00%42.17%
2.35%

Color #4BF990 in popluar number systems.

HEX4BF990
Decimal75249144
Binary10010111111100110010000
Octal113371220

Shades and tints

Shades of #4BF990

#4BF990
(75,249,144)
#45E383
(69,227,131)
#3FCD76
(63,205,118)
#39B769
(57,183,105)
#33A15C
(51,161,92)
#2D8B4F
(45,139,79)
#277542
(39,117,66)
#215F35
(33,95,53)
#1B4928
(27,73,40)
#15331B
(21,51,27)
#0F1D0E
(15,29,14)
#000000
(0,0,0)

Tints of #4BF990

#4BF990
(75,249,144)
#5BF99A
(91,249,154)
#6BF9A4
(107,249,164)
#7BF9AE
(123,249,174)
#8BF9B8
(139,249,184)
#9BF9C2
(155,249,194)
#ABF9CC
(171,249,204)
#BBF9D6
(187,249,214)
#CBF9E0
(203,249,224)
#DBF9EA
(219,249,234)
#EBF9F4
(235,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4BF990 color. Also use rgb(75,249,144) instead hex code.

Text Font Color

.myTextColor { color: #4BF990; }

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

This text font color is #4BF990.


Background Color

.myBgColor { background-color: #4BF990; }

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

This div background color is #4BF990.


Border color

.myBorderColor { border: 1px solid #4BF990; }

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

This div border color is #4BF990.


Opacity

.myOpacity80 { color: #4BF990; opacity: 0.8; }

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

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

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

This text has shadow with #4BF990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4BF990 on black background.


Color preview on white background

This text has color #4BF990 on white background.



Black color preview on #4BF990 background

This text has black color on #4BF990 background.


White color preview on #4BF990 background

This text has white color on #4BF990 background.