#29D749

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

Shades of Lime Green #29D749

Tints of Lime Green #29D749

Color information

#29D749 (or 0x29D749) is unknown color: approx Lime Green. HEX triplet: 29, D7 and 49. RGB value is (41,215,73). Sum of RGB (Red+Green+Blue) = 41+215+73=329 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.46% from 329); Green value is 215 (84.38% from 255 or 65.35% from 329); Blue value is 73 (28.91% from 255 or 22.19% from 329); Max value from RGB is 215 - color contains mainly: green. Hex color #29D749 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29D749 is #D628B6. Grayscale: #939393. Windows color (decimal): -14035127 or 4839209. OLE color: 4839209.

HSL color Cylindrical-coordinate representation of color #29D749: hue angle of 131.03º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29D749 is Cyan = 0.81, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB4121573-
CMYK0.8100.660.16
HSL131.03º68.5%50.2%-
HSV(B)131.03º80.93%84.31%-
XYZ26.4249.5514.48-
YUV146.7986.3552.55-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.46%
GREEN value IS 215 (84.38% from 255) = 65.35%
BLUE value IS 73 (28.91% from 255) = 22.19%
R=12.46%
G=65.35%
B=22.19%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal41215730.8100.660.16131.0368.550.2
Hex29D7495104210834532
Octal5132711112101022020310562
Binary10100111010111100100110100010100001010000100000111000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29D749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,215,73); }

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

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

 a { background-color: rgb(41,215,73); }

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

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

 span { border-color: rgb(41,215,73); }

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