#29B522

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

Shades of Lime Green #29B522

Tints of Lime Green #29B522

Color information

#29B522 (or 0x29B522) is unknown color: approx Lime Green. HEX triplet: 29, B5 and 22. RGB value is (41,181,34). Sum of RGB (Red+Green+Blue) = 41+181+34=256 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.02% from 256); Green value is 181 (71.09% from 255 or 70.70% from 256); Blue value is 34 (13.67% from 255 or 13.28% from 256); Max value from RGB is 181 - color contains mainly: green. Hex color #29B522 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29B522 is #D64ADD. Grayscale: #7A7A7A. Windows color (decimal): -14043870 or 2274601. OLE color: 2274601.

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

Color convert

RGB4118134-
CMYK0.7700.810.29
HSL117.14º68.37%42.16%-
HSV(B)117.14º81.22%70.98%-
XYZ17.7333.637.07-
YUV122.3878.1269.95-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.02%
GREEN value IS 181 (71.09% from 255) = 70.70%
BLUE value IS 34 (13.67% from 255) = 13.28%
R=16.02%
G=70.70%
B=13.28%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal41181340.7700.810.29117.1468.3742.16
Hex29B5224D0511D75442a
Octal512654211501213516510452
Binary101001101101011000101001101010100011110111101011000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29B522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,181,34); }

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

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

 a { background-color: rgb(41,181,34); }

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

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

 span { border-color: rgb(41,181,34); }

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