COLOR #4ABB2D

HEX: #4ABB2D
RGB: (74,187,45)

Color info

#4ABB2D contains mainly green color. Web safe color of #4ABB2D is #33CC33 (or #3C3).

RGB color model

#4ABB2D color RGB value is (74,187,45).

  • red value is 74;
  • green value is 187;
  • blue value is 45.
RGB:
(74,187,45)
(29%,73%,18%)

RGB channels and saturation

R 74 of 255 = 29%
G 187 of 255 = 73%
B 45 of 255 = 18%

74
187
45

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

Portions of RGB colors in percentages

R + G + B =
74 + 187 + 45 = 306 (100%)
R 74 of 306 ~ 24.18%
G 187 of 306 ~ 61.11%
B 45 of 306 ~ 14.71%

%24.18
%61.11
%14.71

CMYK color model

#4ABB2D color CMYK value is (60,0,76,27).

  • cyan value is 60.43%
  • magenta value is 0.00%
  • yellow value is 75.94%
  • key color value is 26.67%
CMYK:
(60,0,76,27)
C60M0Y76K27 
(60%,0%,76%,27%)
(0.60/0.00/0.76/0.27)	

CMYK percentages

%60.43
%0
%75.94
%26.67

Codes

Color #4ABB2D in popluar color models

4ABB2D
RGB7418745
HSL108°61.21%45.49%
HSB/HSV108°75.94%73.33%
CMYK60.43%0.00%75.94%
26.67%

Color #4ABB2D in popluar number systems.

HEX4ABB2D
Decimal7418745
Binary100101010111011101101
Octal11227355

Shades and tints

Shades of #4ABB2D

#4ABB2D
(74,187,45)
#44AA29
(68,170,41)
#3E9925
(62,153,37)
#388821
(56,136,33)
#32771D
(50,119,29)
#2C6619
(44,102,25)
#265515
(38,85,21)
#204411
(32,68,17)
#1A330D
(26,51,13)
#142209
(20,34,9)
#0E1105
(14,17,5)
#000000
(0,0,0)

Tints of #4ABB2D

#4ABB2D
(74,187,45)
#5AC140
(90,193,64)
#6AC753
(106,199,83)
#7ACD66
(122,205,102)
#8AD379
(138,211,121)
#9AD98C
(154,217,140)
#AADF9F
(170,223,159)
#BAE5B2
(186,229,178)
#CAEBC5
(202,235,197)
#DAF1D8
(218,241,216)
#EAF7EB
(234,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4ABB2D color. Also use rgb(74,187,45) instead hex code.

Text Font Color

.myTextColor { color: #4ABB2D; }

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

This text font color is #4ABB2D.


Background Color

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

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

This div background color is #4ABB2D.


Border color

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

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

This div border color is #4ABB2D.


Opacity

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

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

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

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

This text has shadow with #4ABB2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4ABB2D on black background.


Color preview on white background

This text has color #4ABB2D on white background.



Black color preview on #4ABB2D background

This text has black color on #4ABB2D background.


White color preview on #4ABB2D background

This text has white color on #4ABB2D background.