#29C44B

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

Shades of Lime Green #29C44B

Tints of Lime Green #29C44B

Color information

#29C44B (or 0x29C44B) is unknown color: approx Lime Green. HEX triplet: 29, C4 and 4B. RGB value is (41,196,75). Sum of RGB (Red+Green+Blue) = 41+196+75=312 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.14% from 312); Green value is 196 (76.95% from 255 or 62.82% from 312); Blue value is 75 (29.69% from 255 or 24.04% from 312); Max value from RGB is 196 - color contains mainly: green. Hex color #29C44B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29C44B is #D63BB4. Grayscale: #888888. Windows color (decimal): -14039989 or 4965417. OLE color: 4965417.

HSL color Cylindrical-coordinate representation of color #29C44B: hue angle of 133.16º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #29C44B is Cyan = 0.79, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB4119675-
CMYK0.7900.620.23
HSL133.16º65.4%46.47%-
HSV(B)133.16º79.08%76.86%-
XYZ21.9240.4613.31-
YUV135.8693.6560.34-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.14%
GREEN value IS 196 (76.95% from 255) = 62.82%
BLUE value IS 75 (29.69% from 255) = 24.04%
R=13.14%
G=62.82%
B=24.04%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal41196750.7900.620.23133.1665.446.47
Hex29C44B4F03E1785412e
Octal513041131170762720510156
Binary1010011100010010010111001111011111010111100001011000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29C44B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,196,75); }

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

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

 a { background-color: rgb(41,196,75); }

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

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

 span { border-color: rgb(41,196,75); }

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