COLOR #4BBF58

HEX: #4BBF58 RGB: (75,191,88)

Color info

#4BBF58 contains mainly green color. Web safe color of #4BBF58 is #33CC66 (or #3C6).

RGB color model

#4BBF58 color RGB value is (75,191,88).

RGB: (75,191,88) (29%, 75%, 35%)

RGB channels and saturation

R 75 of 255 = 29%
G 191 of 255 = 75%
B 88 of 255 = 35%

75
191
88

R + G + B ~ 46%. #4BBF58 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 75 + 191 + 88 = 354 (100%)
R 75 of 354 ~ 21.19%
G 191 of 354 ~ 53.95%
B 88 of 354 ~ 24.86'%

%21.19
%53.95
%24.86

CMYK color model

#4BBF58 color CMYK value is (61,0,54,25).

  • cyan value is 60.73%
  • magenta value is 0.00%
  • yellow value is 53.93%
  • key color value is 25.10%

CMYK: (61,0,54,25)
C61M0Y54K25 (61%, 0%, 54%, 25%)
(0.61 / 0.00 / 0.54 / 0.25)

CMYK percentages

%60.73
%0
%53.93
%25.1

Codes

Color #4BBF58 in popluar color models

4B BF 58
RGB 75 191 88
HSL 127° 47.54% 52.16%
HSB/HSV 127° 60.73% 74.90%
CMYK 60.73% 0.00% 53.93%
25.10%

Color #4BBF58 in popluar number systems.

HEX 4B BF 58
Decimal 75 191 88
Binary 1001011 10111111 1011000
Octal 113 277 130

Shades and tints

Shades of #4BBF58

#4BBF58
(75,191,88)
#45AE50
(69,174,80)
#3F9D48
(63,157,72)
#398C40
(57,140,64)
#337B38
(51,123,56)
#2D6A30
(45,106,48)
#275928
(39,89,40)
#214820
(33,72,32)
#1B3718
(27,55,24)
#152610
(21,38,16)
#0F1508
(15,21,8)
#000000
(0,0,0)

Tints of #4BBF58

#4BBF58
(75,191,88)
#5BC467
(91,196,103)
#6BC976
(107,201,118)
#7BCE85
(123,206,133)
#8BD394
(139,211,148)
#9BD8A3
(155,216,163)
#ABDDB2
(171,221,178)
#BBE2C1
(187,226,193)
#CBE7D0
(203,231,208)
#DBECDF
(219,236,223)
#EBF1EE
(235,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4BBF58 color. Also use rgb(75,191,88) instead hex code.

Text Font Color

.myTextColor { color: #4BBF58; }

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

This text font color is #4BBF58.

Background Color

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

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

This div background color is #4BBF58.

Border color

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

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

This div border color is #4BBF58.

Opacity

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

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

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

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

This text has shadow with #4BBF58 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4BBF58.

Preview

Color preview on black background

This text has color #4BBF58 on black background.


Color preview on white background

This text has color #4BBF58 on white background.


Black color preview on #4BBF58 background

This text has black color on #4BBF58 background.


White color preview on #4BBF58 background

This text has white color on #4BBF58 background.


Related colors

Complementary color

Complementary color for #hex is #B440A7.


I love getcolorcode.com

Triadic colors

1 #584BBF and #BF584B with #4BBF58 are triadic colors.

2 #58BF4B and #BF4B58 with #4BBF58 are triadic colors.