#29BC49

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

Shades of Lime Green #29BC49

Tints of Lime Green #29BC49

Color information

#29BC49 (or 0x29BC49) is unknown color: approx Lime Green. HEX triplet: 29, BC and 49. RGB value is (41,188,73). Sum of RGB (Red+Green+Blue) = 41+188+73=302 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.58% from 302); Green value is 188 (73.83% from 255 or 62.25% from 302); Blue value is 73 (28.91% from 255 or 24.17% from 302); Max value from RGB is 188 - color contains mainly: green. Hex color #29BC49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29BC49 is #D643B6. Grayscale: #838383. Windows color (decimal): -14042039 or 4832297. OLE color: 4832297.

HSL color Cylindrical-coordinate representation of color #29BC49: hue angle of 133.06º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #29BC49 is Cyan = 0.78, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB4118873-
CMYK0.7800.610.26
HSL133.06º64.19%44.9%-
HSV(B)133.06º78.19%73.73%-
XYZ20.136.9212.37-
YUV130.9495.363.85-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.58%
GREEN value IS 188 (73.83% from 255) = 62.25%
BLUE value IS 73 (28.91% from 255) = 24.17%
R=13.58%
G=62.25%
B=24.17%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal41188730.7800.610.26133.0664.1944.9
Hex29BC494E03D1A85402d
Octal512741111160753220510055
Binary1010011011110010010011001110011110111010100001011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29BC49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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