#29C430

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

Shades of Lime Green #29C430

Tints of Lime Green #29C430

Color information

#29C430 (or 0x29C430) is unknown color: approx Lime Green. HEX triplet: 29, C4 and 30. RGB value is (41,196,48). Sum of RGB (Red+Green+Blue) = 41+196+48=285 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.39% from 285); Green value is 196 (76.95% from 255 or 68.77% from 285); Blue value is 48 (19.14% from 255 or 16.84% from 285); Max value from RGB is 196 - color contains mainly: green. Hex color #29C430 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29C430 is #D63BCF. Grayscale: #858585. Windows color (decimal): -14040016 or 3195945. OLE color: 3195945.

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

Color convert

RGB4119648-
CMYK0.7900.760.23
HSL122.71º65.4%46.47%-
HSV(B)122.71º79.08%76.86%-
XYZ21.1940.169.43-
YUV132.7880.1562.53-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.39%
GREEN value IS 196 (76.95% from 255) = 68.77%
BLUE value IS 48 (19.14% from 255) = 16.84%
R=14.39%
G=68.77%
B=16.84%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal41196480.7900.760.23122.7165.446.47
Hex29C4304F04C177b412e
Octal513046011701142717310156
Binary101001110001001100001001111010011001011111110111000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29C430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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