#29C32E

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

Shades of Lime Green #29C32E

Tints of Lime Green #29C32E

Color information

#29C32E (or 0x29C32E) is unknown color: approx Lime Green. HEX triplet: 29, C3 and 2E. RGB value is (41,195,46). Sum of RGB (Red+Green+Blue) = 41+195+46=282 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.54% from 282); Green value is 195 (76.56% from 255 or 69.15% from 282); Blue value is 46 (18.36% from 255 or 16.31% from 282); Max value from RGB is 195 - color contains mainly: green. Hex color #29C32E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29C32E is #D63CD1. Grayscale: #848484. Windows color (decimal): -14040274 or 3064617. OLE color: 3064617.

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

Color convert

RGB4119546-
CMYK0.7900.760.24
HSL121.95º65.25%46.27%-
HSV(B)121.95º78.97%76.47%-
XYZ20.9239.79.14-
YUV131.9779.4863.12-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.54%
GREEN value IS 195 (76.56% from 255) = 69.15%
BLUE value IS 46 (18.36% from 255) = 16.31%
R=14.54%
G=69.15%
B=16.31%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal41195460.7900.760.24121.9565.2546.27
Hex29C32E4F04C187a412e
Octal513035611701143017210156
Binary101001110000111011101001111010011001100011110101000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29C32E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,195,46); }

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

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

 a { background-color: rgb(41,195,46); }

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

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

 span { border-color: rgb(41,195,46); }

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