COLOR #1CED1D

HEX: #1CED1D
RGB: (28,237,29)

Color info

#1CED1D contains mainly green color. Web safe color of #1CED1D is #33FF33 (or #3F3).

RGB color model

#1CED1D color RGB value is (28,237,29).

  • red value is 28;
  • green value is 237;
  • blue value is 29.
RGB:
(28,237,29)
(11%,93%,11%)

RGB channels and saturation

R 28 of 255 = 11%
G 237 of 255 = 93%
B 29 of 255 = 11%

28
237
29

R + G + B ~ 38%. #1CED1D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 237 + 29 = 294 (100%)
R 28 of 294 ~ 9.52%
G 237 of 294 ~ 80.61%
B 29 of 294 ~ 9.86%

%9.52
%80.61
%9.86

CMYK color model

#1CED1D color CMYK value is (88,0,88,7).

  • cyan value is 88.19%
  • magenta value is 0.00%
  • yellow value is 87.76%
  • key color value is 7.06%
CMYK:
(88,0,88,7)
C88M0Y88K7 
(88%,0%,88%,7%)
(0.88/0.00/0.88/0.07)	

CMYK percentages

%88.19
%0
%87.76
%7.06

Codes

Color #1CED1D in popluar color models

1CED1D
RGB2823729
HSL120°85.31%51.96%
HSB/HSV120°88.19%92.94%
CMYK88.19%0.00%87.76%
7.06%

Color #1CED1D in popluar number systems.

HEX1CED1D
Decimal2823729
Binary111001110110111101
Octal3435535

Shades and tints

Shades of #1CED1D

#1CED1D
(28,237,29)
#1AD81B
(26,216,27)
#18C319
(24,195,25)
#16AE17
(22,174,23)
#149915
(20,153,21)
#128413
(18,132,19)
#106F11
(16,111,17)
#0E5A0F
(14,90,15)
#0C450D
(12,69,13)
#0A300B
(10,48,11)
#081B09
(8,27,9)
#000000
(0,0,0)

Tints of #1CED1D

#1CED1D
(28,237,29)
#30EE31
(48,238,49)
#44EF45
(68,239,69)
#58F059
(88,240,89)
#6CF16D
(108,241,109)
#80F281
(128,242,129)
#94F395
(148,243,149)
#A8F4A9
(168,244,169)
#BCF5BD
(188,245,189)
#D0F6D1
(208,246,209)
#E4F7E5
(228,247,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1CED1D color. Also use rgb(28,237,29) instead hex code.

Text Font Color

.myTextColor { color: #1CED1D; }

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

This text font color is #1CED1D.


Background Color

.myBgColor { background-color: #1CED1D; }

<div style="background-color:#1CED1D">Inner text</div>

This div background color is #1CED1D.


Border color

.myBorderColor { border: 1px solid #1CED1D; }

<div style="border:3px solid #1CED1D">Div</div>

This div border color is #1CED1D.


Opacity

.myOpacity80 { color: #1CED1D; opacity: 0.8; }

<p style="color:#1CED1D;opacity:0.8;">80%</p>

Text with #1CED1D 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 #1CED1D;}

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

This text has shadow with #1CED1D color.

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

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

This text has shadow with #1CED1D primary color and red secondary color.


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

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

This text has shadow with #1CED1D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1CED1D on black background.


Color preview on white background

This text has color #1CED1D on white background.



Black color preview on #1CED1D background

This text has black color on #1CED1D background.


White color preview on #1CED1D background

This text has white color on #1CED1D background.