#1DB626

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

Shades of Lime Green #1DB626

Tints of Lime Green #1DB626

Color information

#1DB626 (or 0x1DB626) is unknown color: approx Lime Green. HEX triplet: 1D, B6 and 26. RGB value is (29,182,38). Sum of RGB (Red+Green+Blue) = 29+182+38=249 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.65% from 249); Green value is 182 (71.48% from 255 or 73.09% from 249); Blue value is 38 (15.23% from 255 or 15.26% from 249); Max value from RGB is 182 - color contains mainly: green. Hex color #1DB626 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DB626 is #E249D9. Grayscale: #787878. Windows color (decimal): -14830042 or 2536989. OLE color: 2536989.

HSL color Cylindrical-coordinate representation of color #1DB626: hue angle of 123.53º degrees, saturation: 0.73, 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 #1DB626 is Cyan = 0.84, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB2918238-
CMYK0.8400.790.29
HSL123.53º72.51%41.37%-
HSV(B)123.53º84.07%71.37%-
XYZ17.5833.867.44-
YUV119.8481.8163.21-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.65%
GREEN value IS 182 (71.48% from 255) = 73.09%
BLUE value IS 38 (15.23% from 255) = 15.26%
R=11.65%
G=73.09%
B=15.26%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal29182380.8400.790.29123.5372.5141.37
Hex1DB6265404F1D7c4929
Octal352664612401173517411151
Binary11101101101101001101010100010011111110111111001001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DB626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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