#29DD2E

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

Shades of Lime Green #29DD2E

Tints of Lime Green #29DD2E

Color information

#29DD2E (or 0x29DD2E) is unknown color: approx Lime Green. HEX triplet: 29, DD and 2E. RGB value is (41,221,46). Sum of RGB (Red+Green+Blue) = 41+221+46=308 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.31% from 308); Green value is 221 (86.72% from 255 or 71.75% from 308); Blue value is 46 (18.36% from 255 or 14.94% from 308); Max value from RGB is 221 - color contains mainly: green. Hex color #29DD2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29DD2E is #D622D1. Grayscale: #939393. Windows color (decimal): -14033618 or 3071273. OLE color: 3071273.

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

Color convert

RGB4122146-
CMYK0.8100.790.13
HSL121.67º72.58%51.37%-
HSV(B)121.67º81.45%86.67%-
XYZ27.2652.3811.26-
YUV147.2370.8752.23-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.31%
GREEN value IS 221 (86.72% from 255) = 71.75%
BLUE value IS 46 (18.36% from 255) = 14.94%
R=13.31%
G=71.75%
B=14.94%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal41221460.8100.790.13121.6772.5851.37
Hex29DD2E5104FD7a4933
Octal513355612101171517211163
Binary10100111011101101110101000101001111110111110101001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29DD2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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