#1DB42D

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

Shades of Lime Green #1DB42D

Tints of Lime Green #1DB42D

Color information

#1DB42D (or 0x1DB42D) is unknown color: approx Lime Green. HEX triplet: 1D, B4 and 2D. RGB value is (29,180,45). Sum of RGB (Red+Green+Blue) = 29+180+45=254 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.42% from 254); Green value is 180 (70.70% from 255 or 70.87% from 254); Blue value is 45 (17.97% from 255 or 17.72% from 254); Max value from RGB is 180 - color contains mainly: green. Hex color #1DB42D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DB42D is #E24BD2. Grayscale: #777777. Windows color (decimal): -14830547 or 2995229. OLE color: 2995229.

HSL color Cylindrical-coordinate representation of color #1DB42D: hue angle of 126.36º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB42D is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB2918045-
CMYK0.8400.750.29
HSL126.36º72.25%40.98%-
HSV(B)126.36º83.89%70.59%-
XYZ17.333.097.96-
YUV119.4685.9763.48-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.42%
GREEN value IS 180 (70.70% from 255) = 70.87%
BLUE value IS 45 (17.97% from 255) = 17.72%
R=11.42%
G=70.87%
B=17.72%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal29180450.8400.750.29126.3672.2540.98
Hex1DB42D5404B1D7e4829
Octal352645512401133517611051
Binary11101101101001011011010100010010111110111111101001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DB42D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,180,45); }

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

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

 a { background-color: rgb(29,180,45); }

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

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

 span { border-color: rgb(29,180,45); }

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