Html Css Color HEX #29DC10 Lime Green

📋 copy color: '#29DC10'

red 41 ◦ green 220 ◦ blue 16

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

Shades of Lime Green #29DC10

Tints of Lime Green #29DC10

RGB

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

 GREEN value IS 220 (86.33% from 255) = 79.42%

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

R = 14.8%
G = 79.42%
B = 5.78%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#29DC10 (or 0x29DC10) is known color: Lime Green. HEX triplet: 29, DC and 10. RGB value is (41,220,16). Sum of RGB (Red+Green+Blue) = 41+220+16=277 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.80% from 277); Green value is 220 (86.33% from 255 or 79.42% from 277); Blue value is 16 (6.64% from 255 or 5.78% from 277); Max value from RGB is 220 - color contains mainly: green. Hex color #29DC10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #29DC10 is #D623EF. Grayscale: #8F8F8F. Windows color (decimal): -14033904 or 1104937. OLE color: 1104937.

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

Color convert

RGB 41 220 16 -
CMYK 0.81 0 0.93 0.14
HSL 112.65º 0.86% 0.46% -
HSV(B) 112.65º 0.93% 0.86% -
XYZ 26.6 51.7 9.07 -
YUV 143.22 56.2 55.09 -
System Red Green Blue C M Y K H S L
Decimal 41 220 16 0.81 0 0.93 0.14 112.65 0.86 0.46
Hex 29 DC 10 51 0 5D E 71 56 2E
Octal 51 334 20 121 0 135 16 161 126 56
Binary 101001 11011100 10000 1010001 0 1011101 1110 1110001 1010110 101110

Color Harmonies of #29DC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29DC10

Black with #29DC10

Text Example


Text Example

White with #29DC10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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