#29C945

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

Shades of Lime Green #29C945

Tints of Lime Green #29C945

Color information

#29C945 (or 0x29C945) is unknown color: approx Lime Green. HEX triplet: 29, C9 and 45. RGB value is (41,201,69). Sum of RGB (Red+Green+Blue) = 41+201+69=311 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.18% from 311); Green value is 201 (78.91% from 255 or 64.63% from 311); Blue value is 69 (27.34% from 255 or 22.19% from 311); Max value from RGB is 201 - color contains mainly: green. Hex color #29C945 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29C945 is #D636BA. Grayscale: #8A8A8A. Windows color (decimal): -14038715 or 4573481. OLE color: 4573481.

HSL color Cylindrical-coordinate representation of color #29C945: hue angle of 130.5º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29C945 is Cyan = 0.80, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB4120169-
CMYK0.8000.660.21
HSL130.5º66.12%47.45%-
HSV(B)130.5º79.6%78.82%-
XYZ22.8842.6712.66-
YUV138.1188.9958.73-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.18%
GREEN value IS 201 (78.91% from 255) = 64.63%
BLUE value IS 69 (27.34% from 255) = 22.19%
R=13.18%
G=64.63%
B=22.19%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal41201690.8000.660.21130.566.1247.45
Hex29C945500421582422f
Octal5131110512001022520210257
Binary10100111001001100010110100000100001010101100000101000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29C945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,201,69); }

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

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

 a { background-color: rgb(41,201,69); }

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

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

 span { border-color: rgb(41,201,69); }

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