#1DDE26

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

Shades of Lime Green #1DDE26

Tints of Lime Green #1DDE26

Color information

#1DDE26 (or 0x1DDE26) is unknown color: approx Lime Green. HEX triplet: 1D, DE and 26. RGB value is (29,222,38). Sum of RGB (Red+Green+Blue) = 29+222+38=289 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.03% from 289); Green value is 222 (87.11% from 255 or 76.82% from 289); Blue value is 38 (15.23% from 255 or 13.15% from 289); Max value from RGB is 222 - color contains mainly: green. Hex color #1DDE26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DDE26 is #E221D9. Grayscale: #8F8F8F. Windows color (decimal): -14819802 or 2547229. OLE color: 2547229.

HSL color Cylindrical-coordinate representation of color #1DDE26: hue angle of 122.8º 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 #1DDE26 is Cyan = 0.87, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB2922238-
CMYK0.8700.830.13
HSL122.8º76.89%49.22%-
HSV(B)122.8º86.94%87.06%-
XYZ26.9852.6410.57-
YUV143.3268.5646.46-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.03%
GREEN value IS 222 (87.11% from 255) = 76.82%
BLUE value IS 38 (15.23% from 255) = 13.15%
R=10.03%
G=76.82%
B=13.15%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal29222380.8700.830.13122.876.8949.22
Hex1DDE2657053D7b4d31
Octal353364612701231517311561
Binary1110111011110100110101011101010011110111110111001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DDE26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,222,38); }

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

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

 a { background-color: rgb(29,222,38); }

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

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

 span { border-color: rgb(29,222,38); }

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