#29C40F

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

Shades of Lime Green #29C40F

Tints of Lime Green #29C40F

Color information

#29C40F (or 0x29C40F) is unknown color: approx Lime Green. HEX triplet: 29, C4 and 0F. RGB value is (41,196,15). Sum of RGB (Red+Green+Blue) = 41+196+15=252 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.27% from 252); Green value is 196 (76.95% from 255 or 77.78% from 252); Blue value is 15 (6.25% from 255 or 5.95% from 252); Max value from RGB is 196 - color contains mainly: green. Hex color #29C40F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #29C40F is #D63BF0. Grayscale: #818181. Windows color (decimal): -14040049 or 1033257. OLE color: 1033257.

HSL color Cylindrical-coordinate representation of color #29C40F: hue angle of 111.38º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #29C40F is Cyan = 0.79, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB4119615-
CMYK0.7900.920.23
HSL111.38º85.78%41.37%-
HSV(B)111.38º92.35%76.86%-
XYZ20.7439.997.08-
YUV129.0263.6565.22-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.27%
GREEN value IS 196 (76.95% from 255) = 77.78%
BLUE value IS 15 (6.25% from 255) = 5.95%
R=16.27%
G=77.78%
B=5.95%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal41196150.7900.920.23111.3885.7841.37
Hex29C4F4F05C176f5629
Octal513041711701342715712651
Binary1010011100010011111001111010111001011111011111010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29C40F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,196,15); }

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

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

 a { background-color: rgb(41,196,15); }

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

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

 span { border-color: rgb(41,196,15); }

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