#29C04D

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

Shades of Lime Green #29C04D

Tints of Lime Green #29C04D

Color information

#29C04D (or 0x29C04D) is unknown color: approx Lime Green. HEX triplet: 29, C0 and 4D. RGB value is (41,192,77). Sum of RGB (Red+Green+Blue) = 41+192+77=310 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.23% from 310); Green value is 192 (75.39% from 255 or 61.94% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 192 - color contains mainly: green. Hex color #29C04D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #29C04D is #D63FB2. Grayscale: #868686. Windows color (decimal): -14041011 or 5095465. OLE color: 5095465.

HSL color Cylindrical-coordinate representation of color #29C04D: hue angle of 134.3º 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 #29C04D is Cyan = 0.79, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB4119277-
CMYK0.7900.600.25
HSL134.3º64.81%45.69%-
HSV(B)134.3º78.65%75.29%-
XYZ21.138.7113.38-
YUV133.7495.9761.85-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.23%
GREEN value IS 192 (75.39% from 255) = 61.94%
BLUE value IS 77 (30.47% from 255) = 24.84%
R=13.23%
G=61.94%
B=24.84%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal41192770.7900.600.25134.364.8145.69
Hex29C04D4F03C1986412e
Octal513001151170743120610156
Binary1010011100000010011011001111011110011001100001101000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29C04D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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