#29C04F

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

Shades of Lime Green #29C04F

Tints of Lime Green #29C04F

Color information

#29C04F (or 0x29C04F) is unknown color: approx Lime Green. HEX triplet: 29, C0 and 4F. RGB value is (41,192,79). Sum of RGB (Red+Green+Blue) = 41+192+79=312 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.14% from 312); Green value is 192 (75.39% from 255 or 61.54% from 312); Blue value is 79 (31.25% from 255 or 25.32% from 312); Max value from RGB is 192 - color contains mainly: green. Hex color #29C04F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #29C04F is #D63FB0. Grayscale: #868686. Windows color (decimal): -14041009 or 5226537. OLE color: 5226537.

HSL color Cylindrical-coordinate representation of color #29C04F: hue angle of 135.1º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #29C04F is Cyan = 0.79, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB4119279-
CMYK0.7900.590.25
HSL135.1º64.81%45.69%-
HSV(B)135.1º78.65%75.29%-
XYZ21.1838.7413.76-
YUV133.9796.9761.69-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.14%
GREEN value IS 192 (75.39% from 255) = 61.54%
BLUE value IS 79 (31.25% from 255) = 25.32%
R=13.14%
G=61.54%
B=25.32%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal41192790.7900.590.25135.164.8145.69
Hex29C04F4F03B1987412e
Octal513001171170733120710156
Binary1010011100000010011111001111011101111001100001111000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29C04F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,192,79); }

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

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

 a { background-color: rgb(41,192,79); }

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

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

 span { border-color: rgb(41,192,79); }

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