Html Css Color HEX #29DD40 Lime Green

📋 copy color: '#29DD40'

red 41 ◦ green 221 ◦ blue 64

#29DD40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #29DD40

Tints of Lime Green #29DD40

RGB

 RED value IS 41 (16.41% from 255) = 12.58%

 GREEN value IS 221 (86.72% from 255) = 67.79%

 BLUE value IS 64 (25.39% from 255) = 19.63%

R = 12.58%
G = 67.79%
B = 19.63%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#29DD40 (or 0x29DD40) is known color: Lime Green. HEX triplet: 29, DD and 40. RGB value is (41,221,64). Sum of RGB (Red+Green+Blue) = 41+221+64=326 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.58% from 326); Green value is 221 (86.72% from 255 or 67.79% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 221 - color contains mainly: green. Hex color #29DD40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29DD40 is #D622BF. Grayscale: #959595. Windows color (decimal): -14033600 or 4250921. OLE color: 4250921.

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

Color convert

RGB 41 221 64 -
CMYK 0.81 0 0.71 0.13
HSL 127.67º 0.73% 0.51% -
HSV(B) 127.67º 0.81% 0.87% -
XYZ 27.7 52.55 13.53 -
YUV 149.28 79.87 50.77 -
System Red Green Blue C M Y K H S L
Decimal 41 221 64 0.81 0 0.71 0.13 127.67 0.73 0.51
Hex 29 DD 40 51 0 47 D 80 49 33
Octal 51 335 100 121 0 107 15 200 111 63
Binary 101001 11011101 1000000 1010001 0 1000111 1101 10000000 1001001 110011

Color Harmonies of #29DD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29DD40

Black with #29DD40

Text Example


Text Example

White with #29DD40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,221,64); }

 H1.HeaderClassName
 {
   color: #29DD40;
 }
 .AnyTagClassName
 {
   color: #29DD40;
 }
</style>

background-color css

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

 a { background-color: rgb(41,221,64); }

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

border-color css

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

 span { border-color: rgb(41,221,64); }

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