COLOR #2CCA30

HEX: #2CCA30 RGB: (44,202,48)

Color info

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

RGB color model

#2CCA30 color RGB value is (44,202,48).

RGB: (44,202,48) (17%, 79%, 19%)

RGB channels and saturation

R 44 of 255 = 17%
G 202 of 255 = 79%
B 48 of 255 = 19%

44
202
48

R + G + B ~ 38%. #2CCA30 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 44 + 202 + 48 = 294 (100%)
R 44 of 294 ~ 14.97%
G 202 of 294 ~ 68.71%
B 48 of 294 ~ 16.33'%

%14.97
%68.71
%16.33

CMYK color model

#2CCA30 color CMYK value is (78,0,76,21).

  • cyan value is 78.22%
  • magenta value is 0.00%
  • yellow value is 76.24%
  • key color value is 20.78%
CMYK: (78,0,76,21) C78M0Y76K21 (78%,0%,76%,21%) (0.78/0.00/0.76/0.21) 

CMYK percentages

%78.22
%0
%76.24
%20.78

Codes

Color #2CCA30 in popluar color models

2C CA 30
RGB 44 202 48
HSL 122° 64.23% 48.24%
HSB/HSV 122° 78.22% 79.22%
CMYK 78.22% 0.00% 76.24%
20.78%

Color #2CCA30 in popluar number systems.

HEX 2C CA 30
Decimal 44 202 48
Binary 101100 11001010 110000
Octal 54 312 60

Shades and tints

Shades of #2CCA30

#2CCA30
(44,202,48)
#28B82C
(40,184,44)
#24A628
(36,166,40)
#209424
(32,148,36)
#1C8220
(28,130,32)
#18701C
(24,112,28)
#145E18
(20,94,24)
#104C14
(16,76,20)
#0C3A10
(12,58,16)
#08280C
(8,40,12)
#041608
(4,22,8)
#000000
(0,0,0)

Tints of #2CCA30

#2CCA30
(44,202,48)
#3FCE42
(63,206,66)
#52D254
(82,210,84)
#65D666
(101,214,102)
#78DA78
(120,218,120)
#8BDE8A
(139,222,138)
#9EE29C
(158,226,156)
#B1E6AE
(177,230,174)
#C4EAC0
(196,234,192)
#D7EED2
(215,238,210)
#EAF2E4
(234,242,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2CCA30 color. Also use rgb(44,202,48) instead hex code.

Text Font Color

.myTextColor { color: #2CCA30; }

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

This text font color is #2CCA30.

Background Color

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

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

This div background color is #2CCA30.

Border color

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

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

This div border color is #2CCA30.

Opacity

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

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

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

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

This text has shadow with #2CCA30 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2CCA30.

Preview

Color preview on black background

This text has color #2CCA30 on black background.


Color preview on white background

This text has color #2CCA30 on white background.


Black color preview on #2CCA30 background

This text has black color on #2CCA30 background.


White color preview on #2CCA30 background

This text has white color on #2CCA30 background.


Related colors

Complementary color

Complementary color for #hex is #D335CF.


I love getcolorcode.com

Triadic colors

1 #302CCA and #CA302C with #2CCA30 are triadic colors.

2 #30CA2C and #CA2C30 with #2CCA30 are triadic colors.