#1DDD23

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

Shades of Lime Green #1DDD23

Tints of Lime Green #1DDD23

Color information

#1DDD23 (or 0x1DDD23) is unknown color: approx Lime Green. HEX triplet: 1D, DD and 23. RGB value is (29,221,35). Sum of RGB (Red+Green+Blue) = 29+221+35=285 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.18% from 285); Green value is 221 (86.72% from 255 or 77.54% from 285); Blue value is 35 (14.06% from 255 or 12.28% from 285); Max value from RGB is 221 - color contains mainly: green. Hex color #1DDD23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DDD23 is #E222DC. Grayscale: #8E8E8E. Windows color (decimal): -14820061 or 2350365. OLE color: 2350365.

HSL color Cylindrical-coordinate representation of color #1DDD23: hue angle of 121.88º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DDD23 is Cyan = 0.87, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.

Color convert

RGB2922135-
CMYK0.8700.840.13
HSL121.88º76.8%49.02%-
HSV(B)121.88º86.88%86.67%-
XYZ26.6752.110.24-
YUV142.3967.3947.12-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.18%
GREEN value IS 221 (86.72% from 255) = 77.54%
BLUE value IS 35 (14.06% from 255) = 12.28%
R=10.18%
G=77.54%
B=12.28%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal29221350.8700.840.13121.8876.849.02
Hex1DDD2357054D7a4d31
Octal353354312701241517211561
Binary1110111011101100011101011101010100110111110101001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DDD23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,221,35); }

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

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

 a { background-color: rgb(29,221,35); }

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

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

 span { border-color: rgb(29,221,35); }

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