#1db029

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

Shades of Lime Green #1DB029

Tints of Lime Green #1DB029

Color information

#1DB029 (or 0x1DB029) is unknown color: approx Lime Green. HEX triplet: 1D, B0 and 29. RGB value is (29,176,41). Sum of RGB (Red+Green+Blue) = 29+176+41=246 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.79% from 246); Green value is 176 (69.14% from 255 or 71.54% from 246); Blue value is 41 (16.41% from 255 or 16.67% from 246); Max value from RGB is 176 - color contains mainly: green. Hex color #1DB029 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DB029 is #E24FD6. Grayscale: #757575. Windows color (decimal): -14831575 or 2732061. OLE color: 2732061.

HSL color Cylindrical-coordinate representation of color #1DB029: hue angle of 124.9º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB029 is Cyan = 0.84, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB2917641-
CMYK0.8400.770.31
HSL124.9º71.71%40.2%-
HSV(B)124.9º83.52%69.02%-
XYZ16.4331.477.31-
YUV116.6685.365.48-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.79%
GREEN value IS 176 (69.14% from 255) = 71.54%
BLUE value IS 41 (16.41% from 255) = 16.67%
R=11.79%
G=71.54%
B=16.67%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal29176410.8400.770.31124.971.7140.2
Hex1DB0295404D1F7d4828
Octal352605112401153717511050
Binary11101101100001010011010100010011011111111111011001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1db029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,176,41); }

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

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

 a { background-color: rgb(29,176,41); }

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

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

 span { border-color: rgb(29,176,41); }

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