#1DCD18

Color #1DCD18 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #1DCD18

Tints of Lime Green #1DCD18

Color information

#1DCD18 (or 0x1DCD18) is unknown color: approx Lime Green. HEX triplet: 1D, CD and 18. RGB value is (29,205,24). Sum of RGB (Red+Green+Blue) = 29+205+24=258 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.24% from 258); Green value is 205 (80.47% from 255 or 79.46% from 258); Blue value is 24 (9.77% from 255 or 9.30% from 258); Max value from RGB is 205 - color contains mainly: green. Hex color #1DCD18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DCD18 is #E232E7. Grayscale: #848484. Windows color (decimal): -14824168 or 1625373. OLE color: 1625373.

HSL color Cylindrical-coordinate representation of color #1DCD18: hue angle of 118.34º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DCD18 is Cyan = 0.86, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB2920524-
CMYK0.8600.880.20
HSL118.34º79.04%44.9%-
HSV(B)118.34º88.29%80.39%-
XYZ22.543.998.17-
YUV131.7467.1954.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 29 (11.72% from 255) = 11.24%
GREEN value IS 205 (80.47% from 255) = 79.46%
BLUE value IS 24 (9.77% from 255) = 9.30%
R=11.24%
G=79.46%
B=9.30%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal29205240.8600.880.20118.3479.0444.9
Hex1DCD185605814764f2d
Octal353153012601302416611755
Binary1110111001101110001010110010110001010011101101001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DCD18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1DCD18; }

 p { color: rgb(29,205,24); }

 H1.HeaderClassName
 {
   color: #1DCD18;
 }
 .AnyTagClassName
 {
   color: #1DCD18;
 }
</style>
background-color css

<style>
 a { background-color: #1DCD18; }

 a { background-color: rgb(29,205,24); }

 div.DivClassName
 {
   background-color: #1DCD18;
 }
 .BgClassName
 {
   background-color: #1DCD18;
 }
</style>
border-color css

<style>
 span { border-color: #1DCD18; }

 span { border-color: rgb(29,205,24); }

 td.TdClassName
 {
   border-color: #1DCD18;
 }
 .TagClassName
 {
   border-color: #1DCD18;
 }
</style>