#29C13A

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

Shades of Lime Green #29C13A

Tints of Lime Green #29C13A

Color information

#29C13A (or 0x29C13A) is unknown color: approx Lime Green. HEX triplet: 29, C1 and 3A. RGB value is (41,193,58). Sum of RGB (Red+Green+Blue) = 41+193+58=292 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.04% from 292); Green value is 193 (75.78% from 255 or 66.10% from 292); Blue value is 58 (23.05% from 255 or 19.86% from 292); Max value from RGB is 193 - color contains mainly: green. Hex color #29C13A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29C13A is #D63EC5. Grayscale: #848484. Windows color (decimal): -14040774 or 3850537. OLE color: 3850537.

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

Color convert

RGB4119358-
CMYK0.7900.700.24
HSL126.71º64.96%45.88%-
HSV(B)126.71º78.76%75.69%-
XYZ20.7538.9210.42-
YUV132.1686.1462.98-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.04%
GREEN value IS 193 (75.78% from 255) = 66.10%
BLUE value IS 58 (23.05% from 255) = 19.86%
R=14.04%
G=66.10%
B=19.86%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal41193580.7900.700.24126.7164.9645.88
Hex29C13A4F046187f412e
Octal513017211701063017710156
Binary101001110000011110101001111010001101100011111111000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29C13A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,193,58); }

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

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

 a { background-color: rgb(41,193,58); }

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

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

 span { border-color: rgb(41,193,58); }

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