COLOR #6DCD30

HEX: #6DCD30 RGB: (109,205,48)

Color info

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

RGB color model

#6DCD30 color RGB value is (109,205,48).

RGB: (109,205,48) (43%, 80%, 19%)

RGB channels and saturation

R 109 of 255 = 43%
G 205 of 255 = 80%
B 48 of 255 = 19%

109
205
48

R + G + B ~ 47%. #6DCD30 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 109 + 205 + 48 = 362 (100%)
R 109 of 362 ~ 30.11%
G 205 of 362 ~ 56.63%
B 48 of 362 ~ 13.26'%

%30.11
%56.63
%13.26

CMYK color model

#6DCD30 color CMYK value is (47,0,77,20).

  • cyan value is 46.83%
  • magenta value is 0.00%
  • yellow value is 76.59%
  • key color value is 19.61%

CMYK: (47,0,77,20)
C47M0Y77K20 (47%, 0%, 77%, 20%)
(0.47 / 0.00 / 0.77 / 0.20)

CMYK percentages

%46.83
%0
%76.59
%19.61

Codes

Color #6DCD30 in popluar color models

6D CD 30
RGB 109 205 48
HSL 97° 62.06% 49.61%
HSB/HSV 97° 76.59% 80.39%
CMYK 46.83% 0.00% 76.59%
19.61%

Color #6DCD30 in popluar number systems.

HEX 6D CD 30
Decimal 109 205 48
Binary 1101101 11001101 110000
Octal 155 315 60

Shades and tints

Shades of #6DCD30

#6DCD30
(109,205,48)
#64BB2C
(100,187,44)
#5BA928
(91,169,40)
#529724
(82,151,36)
#498520
(73,133,32)
#40731C
(64,115,28)
#376118
(55,97,24)
#2E4F14
(46,79,20)
#253D10
(37,61,16)
#1C2B0C
(28,43,12)
#131908
(19,25,8)
#000000
(0,0,0)

Tints of #6DCD30

#6DCD30
(109,205,48)
#7AD142
(122,209,66)
#87D554
(135,213,84)
#94D966
(148,217,102)
#A1DD78
(161,221,120)
#AEE18A
(174,225,138)
#BBE59C
(187,229,156)
#C8E9AE
(200,233,174)
#D5EDC0
(213,237,192)
#E2F1D2
(226,241,210)
#EFF5E4
(239,245,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DCD30 color. Also use rgb(109,205,48) instead hex code.

Text Font Color

.myTextColor { color: #6DCD30; }

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

This text font color is #6DCD30.

Background Color

.myBgColor { background-color: #6DCD30; }

<div style="background-color:#6DCD30">Inner text</div>

This div background color is #6DCD30.

Border color

.myBorderColor { border: 1px solid #6DCD30; }

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

This div border color is #6DCD30.

Opacity

.myOpacity80 { color: #6DCD30; opacity: 0.8; }

<p style="color:#6DCD30;opacity:0.8;">80%</p>

Text with #6DCD30 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 #6DCD30;}

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

This text has shadow with #6DCD30 color.


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

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

This text has shadow with #6DCD30 primary color and red secondary color.


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

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

This text has shadow with #6DCD30 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6DCD30.

Preview

Color preview on black background

This text has color #6DCD30 on black background.


Color preview on white background

This text has color #6DCD30 on white background.


Black color preview on #6DCD30 background

This text has black color on #6DCD30 background.


White color preview on #6DCD30 background

This text has white color on #6DCD30 background.


Related colors

Complementary color

Complementary color for #hex is #9232CF.


I love getcolorcode.com

Triadic colors

1 #306DCD and #CD306D with #6DCD30 are triadic colors.

2 #30CD6D and #CD6D30 with #6DCD30 are triadic colors.