COLOR #2CC119

HEX: #2CC119
RGB: (44,193,25)

Color info

#2CC119 contains mainly green color. Web safe color of #2CC119 is #33CC00 (or #3C0).

RGB color model

#2CC119 color RGB value is (44,193,25).

  • red value is 44;
  • green value is 193;
  • blue value is 25.
RGB:
(44,193,25)
(17%,76%,10%)

RGB channels and saturation

R 44 of 255 = 17%
G 193 of 255 = 76%
B 25 of 255 = 10%

44
193
25

R + G + B ~ 34%. #2CC119 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 193 + 25 = 262 (100%)
R 44 of 262 ~ 16.79%
G 193 of 262 ~ 73.66%
B 25 of 262 ~ 9.54%

%16.79
%73.66
%9.54

CMYK color model

#2CC119 color CMYK value is (77,0,87,24).

  • cyan value is 77.20%
  • magenta value is 0.00%
  • yellow value is 87.05%
  • key color value is 24.31%
CMYK:
(77,0,87,24)
C77M0Y87K24 
(77%,0%,87%,24%)
(0.77/0.00/0.87/0.24)	

CMYK percentages

%77.2
%0
%87.05
%24.31

Codes

Color #2CC119 in popluar color models

2CC119
RGB4419325
HSL113°77.06%42.75%
HSB/HSV113°87.05%75.69%
CMYK77.20%0.00%87.05%
24.31%

Color #2CC119 in popluar number systems.

HEX2CC119
Decimal4419325
Binary1011001100000111001
Octal5430131

Shades and tints

Shades of #2CC119

#2CC119
(44,193,25)
#28B017
(40,176,23)
#249F15
(36,159,21)
#208E13
(32,142,19)
#1C7D11
(28,125,17)
#186C0F
(24,108,15)
#145B0D
(20,91,13)
#104A0B
(16,74,11)
#0C3909
(12,57,9)
#082807
(8,40,7)
#041705
(4,23,5)
#000000
(0,0,0)

Tints of #2CC119

#2CC119
(44,193,25)
#3FC62D
(63,198,45)
#52CB41
(82,203,65)
#65D055
(101,208,85)
#78D569
(120,213,105)
#8BDA7D
(139,218,125)
#9EDF91
(158,223,145)
#B1E4A5
(177,228,165)
#C4E9B9
(196,233,185)
#D7EECD
(215,238,205)
#EAF3E1
(234,243,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2CC119 color. Also use rgb(44,193,25) instead hex code.

Text Font Color

.myTextColor { color: #2CC119; }

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

This text font color is #2CC119.


Background Color

.myBgColor { background-color: #2CC119; }

<div style="background-color:#2CC119">Inner text</div>

This div background color is #2CC119.


Border color

.myBorderColor { border: 1px solid #2CC119; }

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

This div border color is #2CC119.


Opacity

.myOpacity80 { color: #2CC119; opacity: 0.8; }

<p style="color:#2CC119;opacity:0.8;">80%</p>

Text with #2CC119 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 #2CC119;}

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

This text has shadow with #2CC119 color.

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

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

This text has shadow with #2CC119 primary color and red secondary color.


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

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

This text has shadow with #2CC119 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2CC119 on black background.


Color preview on white background

This text has color #2CC119 on white background.



Black color preview on #2CC119 background

This text has black color on #2CC119 background.


White color preview on #2CC119 background

This text has white color on #2CC119 background.