Html Css Color HEX #29DD32 Lime Green

📋 copy color: '#29DD32'

red 41 ◦ green 221 ◦ blue 50

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

Shades of Lime Green #29DD32

Tints of Lime Green #29DD32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.03%

R = 13.14%
G = 70.83%
B = 16.03%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#29DD32 (or 0x29DD32) is known color: Lime Green. HEX triplet: 29, DD and 32. RGB value is (41,221,50). Sum of RGB (Red+Green+Blue) = 41+221+50=312 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.14% from 312); Green value is 221 (86.72% from 255 or 70.83% from 312); Blue value is 50 (19.92% from 255 or 16.03% from 312); Max value from RGB is 221 - color contains mainly: green. Hex color #29DD32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29DD32 is #D622CD. Grayscale: #949494. Windows color (decimal): -14033614 or 3333417. OLE color: 3333417.

HSL color Cylindrical-coordinate representation of color #29DD32: hue angle of 123º 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 #29DD32 is Cyan = 0.81, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 41 221 50 -
CMYK 0.81 0 0.77 0.13
HSL 123º 0.73% 0.51% -
HSV(B) 123º 0.81% 0.87% -
XYZ 27.35 52.41 11.69 -
YUV 147.69 72.87 51.9 -
System Red Green Blue C M Y K H S L
Decimal 41 221 50 0.81 0 0.77 0.13 123 0.73 0.51
Hex 29 DD 32 51 0 4D D 7B 49 33
Octal 51 335 62 121 0 115 15 173 111 63
Binary 101001 11011101 110010 1010001 0 1001101 1101 1111011 1001001 110011

Color Harmonies of #29DD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29DD32

Black with #29DD32

Text Example


Text Example

White with #29DD32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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