COLOR #6DE02A

HEX: #6DE02A RGB: (109,224,42)

Color info

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

RGB color model

#6DE02A color RGB value is (109,224,42).

RGB: (109,224,42) (43%, 88%, 16%)

RGB channels and saturation

R 109 of 255 = 43%
G 224 of 255 = 88%
B 42 of 255 = 16%

109
224
42

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

Portions of RGB colors in percentages

R + G + B = 109 + 224 + 42 = 375 (100%)
R 109 of 375 ~ 29.07%
G 224 of 375 ~ 59.73%
B 42 of 375 ~ 11.2'%

%29.07
%59.73
%11.2

CMYK color model

#6DE02A color CMYK value is (51,0,81,12).

  • cyan value is 51.34%
  • magenta value is 0.00%
  • yellow value is 81.25%
  • key color value is 12.16%

CMYK: (51,0,81,12)
C51M0Y81K12 (51%, 0%, 81%, 12%)
(0.51 / 0.00 / 0.81 / 0.12)

CMYK percentages

%51.34
%0
%81.25
%12.16

Codes

Color #6DE02A in popluar color models

6D E0 2A
RGB 109 224 42
HSL 98° 74.59% 52.16%
HSB/HSV 98° 81.25% 87.84%
CMYK 51.34% 0.00% 81.25%
12.16%

Color #6DE02A in popluar number systems.

HEX 6D E0 2A
Decimal 109 224 42
Binary 1101101 11100000 101010
Octal 155 340 52

Shades and tints

Shades of #6DE02A

#6DE02A
(109,224,42)
#64CC27
(100,204,39)
#5BB824
(91,184,36)
#52A421
(82,164,33)
#49901E
(73,144,30)
#407C1B
(64,124,27)
#376818
(55,104,24)
#2E5415
(46,84,21)
#254012
(37,64,18)
#1C2C0F
(28,44,15)
#13180C
(19,24,12)
#000000
(0,0,0)

Tints of #6DE02A

#6DE02A
(109,224,42)
#7AE23D
(122,226,61)
#87E450
(135,228,80)
#94E663
(148,230,99)
#A1E876
(161,232,118)
#AEEA89
(174,234,137)
#BBEC9C
(187,236,156)
#C8EEAF
(200,238,175)
#D5F0C2
(213,240,194)
#E2F2D5
(226,242,213)
#EFF4E8
(239,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DE02A color. Also use rgb(109,224,42) instead hex code.

Text Font Color

.myTextColor { color: #6DE02A; }

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

This text font color is #6DE02A.

Background Color

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

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

This div background color is #6DE02A.

Border color

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

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

This div border color is #6DE02A.

Opacity

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

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

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

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

This text has shadow with #6DE02A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6DE02A.

Preview

Color preview on black background

This text has color #6DE02A on black background.


Color preview on white background

This text has color #6DE02A on white background.


Black color preview on #6DE02A background

This text has black color on #6DE02A background.


White color preview on #6DE02A background

This text has white color on #6DE02A background.


Related colors

Complementary color

Complementary color for #6DE02A is #921FD5.


I love getcolorcode.com

Triadic colors

1 #2A6DE0 and #E02A6D with #6DE02A are triadic colors.

2 #2AE06D and #E06D2A with #6DE02A are triadic colors.