COLOR #3ABC25

HEX: #3ABC25
RGB: (58,188,37)

Color info

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

RGB color model

#3ABC25 color RGB value is (58,188,37).

  • red value is 58;
  • green value is 188;
  • blue value is 37.
RGB:
(58,188,37)
(23%,74%,15%)

RGB channels and saturation

R 58 of 255 = 23%
G 188 of 255 = 74%
B 37 of 255 = 15%

58
188
37

R + G + B ~ 37%. #3ABC25 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 188 + 37 = 283 (100%)
R 58 of 283 ~ 20.49%
G 188 of 283 ~ 66.43%
B 37 of 283 ~ 13.07%

%20.49
%66.43
%13.07

CMYK color model

#3ABC25 color CMYK value is (69,0,80,26).

  • cyan value is 69.15%
  • magenta value is 0.00%
  • yellow value is 80.32%
  • key color value is 26.27%
CMYK:
(69,0,80,26)
C69M0Y80K26 
(69%,0%,80%,26%)
(0.69/0.00/0.80/0.26)	

CMYK percentages

%69.15
%0
%80.32
%26.27

Codes

Color #3ABC25 in popluar color models

3ABC25
RGB5818837
HSL112°67.11%44.12%
HSB/HSV112°80.32%73.73%
CMYK69.15%0.00%80.32%
26.27%

Color #3ABC25 in popluar number systems.

HEX3ABC25
Decimal5818837
Binary11101010111100100101
Octal7227445

Shades and tints

Shades of #3ABC25

#3ABC25
(58,188,37)
#35AB22
(53,171,34)
#309A1F
(48,154,31)
#2B891C
(43,137,28)
#267819
(38,120,25)
#216716
(33,103,22)
#1C5613
(28,86,19)
#174510
(23,69,16)
#12340D
(18,52,13)
#0D230A
(13,35,10)
#081207
(8,18,7)
#000000
(0,0,0)

Tints of #3ABC25

#3ABC25
(58,188,37)
#4BC238
(75,194,56)
#5CC84B
(92,200,75)
#6DCE5E
(109,206,94)
#7ED471
(126,212,113)
#8FDA84
(143,218,132)
#A0E097
(160,224,151)
#B1E6AA
(177,230,170)
#C2ECBD
(194,236,189)
#D3F2D0
(211,242,208)
#E4F8E3
(228,248,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3ABC25 color. Also use rgb(58,188,37) instead hex code.

Text Font Color

.myTextColor { color: #3ABC25; }

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

This text font color is #3ABC25.


Background Color

.myBgColor { background-color: #3ABC25; }

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

This div background color is #3ABC25.


Border color

.myBorderColor { border: 1px solid #3ABC25; }

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

This div border color is #3ABC25.


Opacity

.myOpacity80 { color: #3ABC25; opacity: 0.8; }

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

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

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

This text has shadow with #3ABC25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3ABC25 on black background.


Color preview on white background

This text has color #3ABC25 on white background.



Black color preview on #3ABC25 background

This text has black color on #3ABC25 background.


White color preview on #3ABC25 background

This text has white color on #3ABC25 background.