#1DBD1E

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

Shades of Lime Green #1DBD1E

Tints of Lime Green #1DBD1E

Color information

#1DBD1E (or 0x1DBD1E) is unknown color: approx Lime Green. HEX triplet: 1D, BD and 1E. RGB value is (29,189,30). Sum of RGB (Red+Green+Blue) = 29+189+30=248 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.69% from 248); Green value is 189 (74.22% from 255 or 76.21% from 248); Blue value is 30 (12.11% from 255 or 12.10% from 248); Max value from RGB is 189 - color contains mainly: green. Hex color #1DBD1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DBD1E is #E242E1. Grayscale: #7B7B7B. Windows color (decimal): -14828258 or 2014493. OLE color: 2014493.

HSL color Cylindrical-coordinate representation of color #1DBD1E: hue angle of 120.38º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DBD1E is Cyan = 0.85, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB2918930-
CMYK0.8500.840.26
HSL120.38º73.39%42.75%-
HSV(B)120.38º84.66%74.12%-
XYZ18.9436.757.32-
YUV123.0375.4960.93-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.69%
GREEN value IS 189 (74.22% from 255) = 76.21%
BLUE value IS 30 (12.11% from 255) = 12.10%
R=11.69%
G=76.21%
B=12.10%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal29189300.8500.840.26120.3873.3942.75
Hex1DBD1E550541A78492b
Octal352753612501243217011153
Binary1110110111101111101010101010101001101011110001001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DBD1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,189,30); }

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

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

 a { background-color: rgb(29,189,30); }

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

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

 span { border-color: rgb(29,189,30); }

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