#29DA3A

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

Shades of Lime Green #29DA3A

Tints of Lime Green #29DA3A

Color information

#29DA3A (or 0x29DA3A) is unknown color: approx Lime Green. HEX triplet: 29, DA and 3A. RGB value is (41,218,58). Sum of RGB (Red+Green+Blue) = 41+218+58=317 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.93% from 317); Green value is 218 (85.55% from 255 or 68.77% from 317); Blue value is 58 (23.05% from 255 or 18.30% from 317); Max value from RGB is 218 - color contains mainly: green. Hex color #29DA3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29DA3A is #D625C5. Grayscale: #939393. Windows color (decimal): -14034374 or 3856937. OLE color: 3856937.

HSL color Cylindrical-coordinate representation of color #29DA3A: hue angle of 125.76º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29DA3A is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB4121858-
CMYK0.8100.730.15
HSL125.76º70.52%50.78%-
HSV(B)125.76º81.19%85.49%-
XYZ26.7550.9212.42-
YUV146.8477.8652.51-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.93%
GREEN value IS 218 (85.55% from 255) = 68.77%
BLUE value IS 58 (23.05% from 255) = 18.30%
R=12.93%
G=68.77%
B=18.30%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal41218580.8100.730.15125.7670.5250.78
Hex29DA3A51049F7e4733
Octal513327212101111717610763
Binary10100111011010111010101000101001001111111111101000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29DA3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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