#29C234

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

Shades of Lime Green #29C234

Tints of Lime Green #29C234

Color information

#29C234 (or 0x29C234) is unknown color: approx Lime Green. HEX triplet: 29, C2 and 34. RGB value is (41,194,52). Sum of RGB (Red+Green+Blue) = 41+194+52=287 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.29% from 287); Green value is 194 (76.17% from 255 or 67.60% from 287); Blue value is 52 (20.70% from 255 or 18.12% from 287); Max value from RGB is 194 - color contains mainly: green. Hex color #29C234 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29C234 is #D63DCB. Grayscale: #848484. Windows color (decimal): -14040524 or 3457577. OLE color: 3457577.

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

Color convert

RGB4119452-
CMYK0.7900.730.24
HSL124.31º65.11%46.08%-
HSV(B)124.31º78.87%76.08%-
XYZ20.8339.39.74-
YUV132.0682.8163.05-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.29%
GREEN value IS 194 (76.17% from 255) = 67.60%
BLUE value IS 52 (20.70% from 255) = 18.12%
R=14.29%
G=67.60%
B=18.12%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal41194520.7900.730.24124.3165.1146.08
Hex29C2344F049187c412e
Octal513026411701113017410156
Binary101001110000101101001001111010010011100011111001000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29C234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,194,52); }

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

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

 a { background-color: rgb(41,194,52); }

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

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

 span { border-color: rgb(41,194,52); }

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