#1DD232

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

Shades of Lime Green #1DD232

Tints of Lime Green #1DD232

Color information

#1DD232 (or 0x1DD232) is unknown color: approx Lime Green. HEX triplet: 1D, D2 and 32. RGB value is (29,210,50). Sum of RGB (Red+Green+Blue) = 29+210+50=289 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.03% from 289); Green value is 210 (82.42% from 255 or 72.66% from 289); Blue value is 50 (19.92% from 255 or 17.30% from 289); Max value from RGB is 210 - color contains mainly: green. Hex color #1DD232 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DD232 is #E22DCD. Grayscale: #8A8A8A. Windows color (decimal): -14822862 or 3330589. OLE color: 3330589.

HSL color Cylindrical-coordinate representation of color #1DD232: hue angle of 126.96º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DD232 is Cyan = 0.86, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB2921050-
CMYK0.8600.760.18
HSL126.96º75.73%46.86%-
HSV(B)126.96º86.19%82.35%-
XYZ24.1346.5810.74-
YUV137.6478.5350.51-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.03%
GREEN value IS 210 (82.42% from 255) = 72.66%
BLUE value IS 50 (19.92% from 255) = 17.30%
R=10.03%
G=72.66%
B=17.30%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal29210500.8600.760.18126.9675.7346.86
Hex1DD2325604C127f4c2f
Octal353226212601142217711457
Binary11101110100101100101010110010011001001011111111001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DD232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,210,50); }

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

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

 a { background-color: rgb(29,210,50); }

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

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

 span { border-color: rgb(29,210,50); }

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