COLOR #54CD29

HEX: #54CD29 RGB: (84,205,41)

Color info

#54CD29 contains mainly green color. Web safe color of #54CD29 is #66CC33 (or #6C3).

RGB color model

#54CD29 color RGB value is (84,205,41).

RGB: (84,205,41) (33%, 80%, 16%)

RGB channels and saturation

R 84 of 255 = 33%
G 205 of 255 = 80%
B 41 of 255 = 16%

84
205
41

R + G + B ~ 43%. #54CD29 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 84 + 205 + 41 = 330 (100%)
R 84 of 330 ~ 25.45%
G 205 of 330 ~ 62.12%
B 41 of 330 ~ 12.42'%

%25.45
%62.12
%12.42

CMYK color model

#54CD29 color CMYK value is (59,0,80,20).

  • cyan value is 59.02%
  • magenta value is 0.00%
  • yellow value is 80.00%
  • key color value is 19.61%
CMYK: (59,0,80,20) C59M0Y80K20 (59%,0%,80%,20%) (0.59/0.00/0.80/0.20) 

CMYK percentages

%59.02
%0
%80
%19.61

Codes

Color #54CD29 in popluar color models

54 CD 29
RGB 84 205 41
HSL 104° 66.67% 48.24%
HSB/HSV 104° 80.00% 80.39%
CMYK 59.02% 0.00% 80.00%
19.61%

Color #54CD29 in popluar number systems.

HEX 54 CD 29
Decimal 84 205 41
Binary 1010100 11001101 101001
Octal 124 315 51

Shades and tints

Shades of #54CD29

#54CD29
(84,205,41)
#4DBB26
(77,187,38)
#46A923
(70,169,35)
#3F9720
(63,151,32)
#38851D
(56,133,29)
#31731A
(49,115,26)
#2A6117
(42,97,23)
#234F14
(35,79,20)
#1C3D11
(28,61,17)
#152B0E
(21,43,14)
#0E190B
(14,25,11)
#000000
(0,0,0)

Tints of #54CD29

#54CD29
(84,205,41)
#63D13C
(99,209,60)
#72D54F
(114,213,79)
#81D962
(129,217,98)
#90DD75
(144,221,117)
#9FE188
(159,225,136)
#AEE59B
(174,229,155)
#BDE9AE
(189,233,174)
#CCEDC1
(204,237,193)
#DBF1D4
(219,241,212)
#EAF5E7
(234,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54CD29 color. Also use rgb(84,205,41) instead hex code.

Text Font Color

.myTextColor { color: #54CD29; }

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

This text font color is #54CD29.

Background Color

.myBgColor { background-color: #54CD29; }

<div style="background-color:#54CD29">Inner text</div>

This div background color is #54CD29.

Border color

.myBorderColor { border: 1px solid #54CD29; }

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

This div border color is #54CD29.

Opacity

.myOpacity80 { color: #54CD29; opacity: 0.8; }

<p style="color:#54CD29;opacity:0.8;">80%</p>

Text with #54CD29 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 #54CD29;}

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

This text has shadow with #54CD29 color.


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

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

This text has shadow with #54CD29 primary color and red secondary color.


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

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

This text has shadow with #54CD29 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #54CD29.

Preview

Color preview on black background

This text has color #54CD29 on black background.


Color preview on white background

This text has color #54CD29 on white background.


Black color preview on #54CD29 background

This text has black color on #54CD29 background.


White color preview on #54CD29 background

This text has white color on #54CD29 background.


Related colors

Complementary color

Complementary color for #hex is #AB32D6.


I love getcolorcode.com

Triadic colors

1 #2954CD and #CD2954 with #54CD29 are triadic colors.

2 #29CD54 and #CD5429 with #54CD29 are triadic colors.