#29B642

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

Shades of Lime Green #29B642

Tints of Lime Green #29B642

Color information

#29B642 (or 0x29B642) is unknown color: approx Lime Green. HEX triplet: 29, B6 and 42. RGB value is (41,182,66). Sum of RGB (Red+Green+Blue) = 41+182+66=289 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.19% from 289); Green value is 182 (71.48% from 255 or 62.98% from 289); Blue value is 66 (26.17% from 255 or 22.84% from 289); Max value from RGB is 182 - color contains mainly: green. Hex color #29B642 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29B642 is #D649BD. Grayscale: #7E7E7E. Windows color (decimal): -14043582 or 4372009. OLE color: 4372009.

HSL color Cylindrical-coordinate representation of color #29B642: hue angle of 130.64º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #29B642 is Cyan = 0.77, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB4118266-
CMYK0.7700.640.29
HSL130.64º63.23%43.73%-
HSV(B)130.64º77.47%71.37%-
XYZ18.6334.3210.8-
YUV126.6293.7966.93-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.19%
GREEN value IS 182 (71.48% from 255) = 62.98%
BLUE value IS 66 (26.17% from 255) = 22.84%
R=14.19%
G=62.98%
B=22.84%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal41182660.7700.640.29130.6463.2343.73
Hex29B6424D0401D833f2c
Octal512661021150100352037754
Binary1010011011011010000101001101010000001110110000011111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29B642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,182,66); }

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

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

 a { background-color: rgb(41,182,66); }

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

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

 span { border-color: rgb(41,182,66); }

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