#29E040

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

Shades of Lime Green #29E040

Tints of Lime Green #29E040

Color information

#29E040 (or 0x29E040) is unknown color: approx Lime Green. HEX triplet: 29, E0 and 40. RGB value is (41,224,64). Sum of RGB (Red+Green+Blue) = 41+224+64=329 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.46% from 329); Green value is 224 (87.89% from 255 or 68.09% from 329); Blue value is 64 (25.39% from 255 or 19.45% from 329); Max value from RGB is 224 - color contains mainly: green. Hex color #29E040 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29E040 is #D61FBF. Grayscale: #979797. Windows color (decimal): -14032832 or 4251689. OLE color: 4251689.

HSL color Cylindrical-coordinate representation of color #29E040: hue angle of 127.54º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29E040 is Cyan = 0.82, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB4122464-
CMYK0.8200.710.12
HSL127.54º74.69%51.96%-
HSV(B)127.54º81.7%87.84%-
XYZ28.554.1513.8-
YUV151.0478.8749.51-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.46%
GREEN value IS 224 (87.89% from 255) = 68.09%
BLUE value IS 64 (25.39% from 255) = 19.45%
R=12.46%
G=68.09%
B=19.45%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal41224640.8200.710.12127.5474.6951.96
Hex29E04052047C804b34
Octal5134010012201071420011364
Binary1010011110000010000001010010010001111100100000001001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29E040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,224,64); }

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

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

 a { background-color: rgb(41,224,64); }

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

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

 span { border-color: rgb(41,224,64); }

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