#29AC3A

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

Shades of Lime Green #29AC3A

Tints of Lime Green #29AC3A

Color information

#29AC3A (or 0x29AC3A) is unknown color: approx Lime Green. HEX triplet: 29, AC and 3A. RGB value is (41,172,58). Sum of RGB (Red+Green+Blue) = 41+172+58=271 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.13% from 271); Green value is 172 (67.58% from 255 or 63.47% from 271); Blue value is 58 (23.05% from 255 or 21.40% from 271); Max value from RGB is 172 - color contains mainly: green. Hex color #29AC3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #29AC3A is #D653C5. Grayscale: #787878. Windows color (decimal): -14046150 or 3845161. OLE color: 3845161.

HSL color Cylindrical-coordinate representation of color #29AC3A: hue angle of 127.79º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #29AC3A is Cyan = 0.76, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB4117258-
CMYK0.7600.660.33
HSL127.79º61.5%41.76%-
HSV(B)127.79º76.16%67.45%-
XYZ16.4330.288.98-
YUV119.8493.171.77-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.13%
GREEN value IS 172 (67.58% from 255) = 63.47%
BLUE value IS 58 (23.05% from 255) = 21.40%
R=15.13%
G=63.47%
B=21.40%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal41172580.7600.660.33127.7961.541.76
Hex29AC3A4C04221803e2a
Octal51254721140102412007652
Binary1010011010110011101010011000100001010000110000000111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29AC3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,172,58); }

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

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

 a { background-color: rgb(41,172,58); }

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

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

 span { border-color: rgb(41,172,58); }

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