Html Css Color HEX #29DB4A Lime Green

📋 copy color: '#29DB4A'

red 41 ◦ green 219 ◦ blue 74

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

Shades of Lime Green #29DB4A

Tints of Lime Green #29DB4A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 65.57%

 BLUE value IS 74 (29.3% from 255) = 22.16%

R = 12.28%
G = 65.57%
B = 22.16%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#29DB4A (or 0x29DB4A) is known color: Lime Green. HEX triplet: 29, DB and 4A. RGB value is (41,219,74). Sum of RGB (Red+Green+Blue) = 41+219+74=334 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.28% from 334); Green value is 219 (85.94% from 255 or 65.57% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 219 - color contains mainly: green. Hex color #29DB4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29DB4A is #D624B5. Grayscale: #959595. Windows color (decimal): -14034102 or 4905769. OLE color: 4905769.

HSL color Cylindrical-coordinate representation of color #29DB4A: hue angle of 131.12º degrees, saturation: 0.71, 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 #29DB4A is Cyan = 0.81, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 41 219 74 -
CMYK 0.81 0 0.66 0.14
HSL 131.12º 0.71% 0.51% -
HSV(B) 131.12º 0.81% 0.86% -
XYZ 27.48 51.63 15 -
YUV 149.25 85.53 50.79 -
System Red Green Blue C M Y K H S L
Decimal 41 219 74 0.81 0 0.66 0.14 131.12 0.71 0.51
Hex 29 DB 4A 51 0 42 E 83 47 33
Octal 51 333 112 121 0 102 16 203 107 63
Binary 101001 11011011 1001010 1010001 0 1000010 1110 10000011 1000111 110011

Color Harmonies of #29DB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29DB4A

Black with #29DB4A

Text Example


Text Example

White with #29DB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,219,74); }

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

background-color css

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

 a { background-color: rgb(41,219,74); }

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

border-color css

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

 span { border-color: rgb(41,219,74); }

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