#29B130

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

Shades of Lime Green #29B130

Tints of Lime Green #29B130

Color information

#29B130 (or 0x29B130) is unknown color: approx Lime Green. HEX triplet: 29, B1 and 30. RGB value is (41,177,48). Sum of RGB (Red+Green+Blue) = 41+177+48=266 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.41% from 266); Green value is 177 (69.53% from 255 or 66.54% from 266); Blue value is 48 (19.14% from 255 or 18.05% from 266); Max value from RGB is 177 - color contains mainly: green. Hex color #29B130 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #29B130 is #D64ECF. Grayscale: #7A7A7A. Windows color (decimal): -14044880 or 3191081. OLE color: 3191081.

HSL color Cylindrical-coordinate representation of color #29B130: hue angle of 123.09º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #29B130 is Cyan = 0.77, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB4117748-
CMYK0.7700.730.31
HSL123.09º62.39%42.75%-
HSV(B)123.09º76.84%69.41%-
XYZ17.1732.138.09-
YUV121.6386.4470.49-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.41%
GREEN value IS 177 (69.53% from 255) = 66.54%
BLUE value IS 48 (19.14% from 255) = 18.05%
R=15.41%
G=66.54%
B=18.05%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal41177480.7700.730.31123.0962.3942.75
Hex29B1304D0491F7b3e2b
Octal51261601150111371737653
Binary10100110110001110000100110101001001111111111011111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29B130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,177,48); }

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

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

 a { background-color: rgb(41,177,48); }

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

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

 span { border-color: rgb(41,177,48); }

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