Html Css Color HEX #29DC2D Lime Green

📋 copy color: '#29DC2D'

red 41 ◦ green 220 ◦ blue 45

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

Shades of Lime Green #29DC2D

Tints of Lime Green #29DC2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.71%

R = 13.4%
G = 71.9%
B = 14.71%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#29DC2D (or 0x29DC2D) is known color: Lime Green. HEX triplet: 29, DC and 2D. RGB value is (41,220,45). Sum of RGB (Red+Green+Blue) = 41+220+45=306 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.40% from 306); Green value is 220 (86.33% from 255 or 71.90% from 306); Blue value is 45 (17.97% from 255 or 14.71% from 306); Max value from RGB is 220 - color contains mainly: green. Hex color #29DC2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29DC2D is #D623D2. Grayscale: #939393. Windows color (decimal): -14033875 or 3005481. OLE color: 3005481.

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

Color convert

RGB 41 220 45 -
CMYK 0.81 0 0.80 0.14
HSL 121.34º 0.72% 0.51% -
HSV(B) 121.34º 0.81% 0.86% -
XYZ 26.98 51.85 11.07 -
YUV 146.53 70.7 52.73 -
System Red Green Blue C M Y K H S L
Decimal 41 220 45 0.81 0 0.80 0.14 121.34 0.72 0.51
Hex 29 DC 2D 51 0 50 E 79 48 33
Octal 51 334 55 121 0 120 16 171 110 63
Binary 101001 11011100 101101 1010001 0 1010000 1110 1111001 1001000 110011

Color Harmonies of #29DC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29DC2D

Black with #29DC2D

Text Example


Text Example

White with #29DC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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