#29dd1e

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

Shades of Lime Green #29DD1E

Tints of Lime Green #29DD1E

Color information

#29DD1E (or 0x29DD1E) is unknown color: approx Lime Green. HEX triplet: 29, DD and 1E. RGB value is (41,221,30). Sum of RGB (Red+Green+Blue) = 41+221+30=292 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.04% from 292); Green value is 221 (86.72% from 255 or 75.68% from 292); Blue value is 30 (12.11% from 255 or 10.27% from 292); Max value from RGB is 221 - color contains mainly: green. Hex color #29DD1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29DD1E is #D622E1. Grayscale: #919191. Windows color (decimal): -14033634 or 2022697. OLE color: 2022697.

HSL color Cylindrical-coordinate representation of color #29DD1E: hue angle of 116.54º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #29DD1E is Cyan = 0.81, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB4122130-
CMYK0.8100.860.13
HSL116.54º76.1%49.22%-
HSV(B)116.54º86.43%86.67%-
XYZ27.0152.289.9-
YUV145.4162.8753.53-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.04%
GREEN value IS 221 (86.72% from 255) = 75.68%
BLUE value IS 30 (12.11% from 255) = 10.27%
R=14.04%
G=75.68%
B=10.27%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal41221300.8100.860.13116.5476.149.22
Hex29DD1E51056D754c31
Octal513353612101261516511461
Binary1010011101110111110101000101010110110111101011001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29dd1e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29dd1e; }

 p { color: rgb(41,221,30); }

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

<style>
 a { background-color: #29dd1e; }

 a { background-color: rgb(41,221,30); }

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

<style>
 span { border-color: #29dd1e; }

 span { border-color: rgb(41,221,30); }

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