COLOR #1ABC30

HEX: #1ABC30
RGB: (26,188,48)

Color info

#1ABC30 contains mainly green color. Web safe color of #1ABC30 is #00CC33 (or #0C3).

RGB color model

#1ABC30 color RGB value is (26,188,48).

  • red value is 26;
  • green value is 188;
  • blue value is 48.
RGB:
(26,188,48)
(10%,74%,19%)

RGB channels and saturation

R 26 of 255 = 10%
G 188 of 255 = 74%
B 48 of 255 = 19%

26
188
48

R + G + B ~ 34%. #1ABC30 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
26 + 188 + 48 = 262 (100%)
R 26 of 262 ~ 9.92%
G 188 of 262 ~ 71.76%
B 48 of 262 ~ 18.32%

%9.92
%71.76
%18.32

CMYK color model

#1ABC30 color CMYK value is (86,0,74,26).

  • cyan value is 86.17%
  • magenta value is 0.00%
  • yellow value is 74.47%
  • key color value is 26.27%
CMYK:
(86,0,74,26)
C86M0Y74K26 
(86%,0%,74%,26%)
(0.86/0.00/0.74/0.26)	

CMYK percentages

%86.17
%0
%74.47
%26.27

Codes

Color #1ABC30 in popluar color models

1ABC30
RGB2618848
HSL128°75.70%41.96%
HSB/HSV128°86.17%73.73%
CMYK86.17%0.00%74.47%
26.27%

Color #1ABC30 in popluar number systems.

HEX1ABC30
Decimal2618848
Binary1101010111100110000
Octal3227460

Shades and tints

Shades of #1ABC30

#1ABC30
(26,188,48)
#18AB2C
(24,171,44)
#169A28
(22,154,40)
#148924
(20,137,36)
#127820
(18,120,32)
#10671C
(16,103,28)
#0E5618
(14,86,24)
#0C4514
(12,69,20)
#0A3410
(10,52,16)
#08230C
(8,35,12)
#061208
(6,18,8)
#000000
(0,0,0)

Tints of #1ABC30

#1ABC30
(26,188,48)
#2EC242
(46,194,66)
#42C854
(66,200,84)
#56CE66
(86,206,102)
#6AD478
(106,212,120)
#7EDA8A
(126,218,138)
#92E09C
(146,224,156)
#A6E6AE
(166,230,174)
#BAECC0
(186,236,192)
#CEF2D2
(206,242,210)
#E2F8E4
(226,248,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1ABC30 color. Also use rgb(26,188,48) instead hex code.

Text Font Color

.myTextColor { color: #1ABC30; }

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

This text font color is #1ABC30.


Background Color

.myBgColor { background-color: #1ABC30; }

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

This div background color is #1ABC30.


Border color

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

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

This div border color is #1ABC30.


Opacity

.myOpacity80 { color: #1ABC30; opacity: 0.8; }

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

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

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

This text has shadow with #1ABC30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1ABC30 on black background.


Color preview on white background

This text has color #1ABC30 on white background.



Black color preview on #1ABC30 background

This text has black color on #1ABC30 background.


White color preview on #1ABC30 background

This text has white color on #1ABC30 background.