Html Css Color HEX #29DD10 Lime Green

📋 copy color: '#29DD10'

red 41 ◦ green 221 ◦ blue 16

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

Shades of Lime Green #29DD10

Tints of Lime Green #29DD10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.76%

R = 14.75%
G = 79.5%
B = 5.76%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#29DD10 (or 0x29DD10) is known color: Lime Green. HEX triplet: 29, DD and 10. RGB value is (41,221,16). Sum of RGB (Red+Green+Blue) = 41+221+16=278 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.75% from 278); Green value is 221 (86.72% from 255 or 79.50% from 278); Blue value is 16 (6.64% from 255 or 5.76% from 278); Max value from RGB is 221 - color contains mainly: green. Hex color #29DD10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #29DD10 is #D622EF. Grayscale: #909090. Windows color (decimal): -14033648 or 1105193. OLE color: 1105193.

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

Color convert

RGB 41 221 16 -
CMYK 0.81 0 0.93 0.13
HSL 112.68º 0.86% 0.46% -
HSV(B) 112.68º 0.93% 0.87% -
XYZ 26.86 52.22 9.15 -
YUV 143.81 55.87 54.67 -
System Red Green Blue C M Y K H S L
Decimal 41 221 16 0.81 0 0.93 0.13 112.68 0.86 0.46
Hex 29 DD 10 51 0 5D D 71 56 2E
Octal 51 335 20 121 0 135 15 161 126 56
Binary 101001 11011101 10000 1010001 0 1011101 1101 1110001 1010110 101110

Color Harmonies of #29DD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29DD10

Black with #29DD10

Text Example


Text Example

White with #29DD10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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