COLOR #55DF2E

HEX: #55DF2E
RGB: (85,223,46)

Color info

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

RGB color model

#55DF2E color RGB value is (85,223,46).

  • red value is 85;
  • green value is 223;
  • blue value is 46.
RGB:
(85,223,46)
(33%,87%,18%)

RGB channels and saturation

R 85 of 255 = 33%
G 223 of 255 = 87%
B 46 of 255 = 18%

85
223
46

R + G + B ~ 46%. #55DF2E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 223 + 46 = 354 (100%)
R 85 of 354 ~ 24.01%
G 223 of 354 ~ 62.99%
B 46 of 354 ~ 12.99%

%24.01
%62.99
%12.99

CMYK color model

#55DF2E color CMYK value is (62,0,79,13).

  • cyan value is 61.88%
  • magenta value is 0.00%
  • yellow value is 79.37%
  • key color value is 12.55%
CMYK:
(62,0,79,13)
C62M0Y79K13 
(62%,0%,79%,13%)
(0.62/0.00/0.79/0.13)	

CMYK percentages

%61.88
%0
%79.37
%12.55

Codes

Color #55DF2E in popluar color models

55DF2E
RGB8522346
HSL107°73.44%52.75%
HSB/HSV107°79.37%87.45%
CMYK61.88%0.00%79.37%
12.55%

Color #55DF2E in popluar number systems.

HEX55DF2E
Decimal8522346
Binary101010111011111101110
Octal12533756

Shades and tints

Shades of #55DF2E

#55DF2E
(85,223,46)
#4ECB2A
(78,203,42)
#47B726
(71,183,38)
#40A322
(64,163,34)
#398F1E
(57,143,30)
#327B1A
(50,123,26)
#2B6716
(43,103,22)
#245312
(36,83,18)
#1D3F0E
(29,63,14)
#162B0A
(22,43,10)
#0F1706
(15,23,6)
#000000
(0,0,0)

Tints of #55DF2E

#55DF2E
(85,223,46)
#64E141
(100,225,65)
#73E354
(115,227,84)
#82E567
(130,229,103)
#91E77A
(145,231,122)
#A0E98D
(160,233,141)
#AFEBA0
(175,235,160)
#BEEDB3
(190,237,179)
#CDEFC6
(205,239,198)
#DCF1D9
(220,241,217)
#EBF3EC
(235,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55DF2E color. Also use rgb(85,223,46) instead hex code.

Text Font Color

.myTextColor { color: #55DF2E; }

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

This text font color is #55DF2E.


Background Color

.myBgColor { background-color: #55DF2E; }

<div style="background-color:#55DF2E">Inner text</div>

This div background color is #55DF2E.


Border color

.myBorderColor { border: 1px solid #55DF2E; }

<div style="border:3px solid #55DF2E">Div</div>

This div border color is #55DF2E.


Opacity

.myOpacity80 { color: #55DF2E; opacity: 0.8; }

<p style="color:#55DF2E;opacity:0.8;">80%</p>

Text with #55DF2E 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 #55DF2E;}

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

This text has shadow with #55DF2E color.

.textShadow {text-shadow: 3px 3px 1px #55DF2E, 3px 3px 1px red;}

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

This text has shadow with #55DF2E primary color and red secondary color.


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

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

This text has shadow with #55DF2E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55DF2E on black background.


Color preview on white background

This text has color #55DF2E on white background.



Black color preview on #55DF2E background

This text has black color on #55DF2E background.


White color preview on #55DF2E background

This text has white color on #55DF2E background.