Html Css Color HEX #29D80D Lime Green

📋 copy color: '#29D80D'

red 41 ◦ green 216 ◦ blue 13

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

Shades of Lime Green #29D80D

Tints of Lime Green #29D80D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 80%

 BLUE value IS 13 (5.47% from 255) = 4.81%

R = 15.19%
G = 80%
B = 4.81%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#29D80D (or 0x29D80D) is known color: Lime Green. HEX triplet: 29, D8 and 0D. RGB value is (41,216,13). Sum of RGB (Red+Green+Blue) = 41+216+13=270 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.19% from 270); Green value is 216 (84.77% from 255 or 80% from 270); Blue value is 13 (5.47% from 255 or 4.81% from 270); Max value from RGB is 216 - color contains mainly: green. Hex color #29D80D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #29D80D is #D627F2. Grayscale: #8D8D8D. Windows color (decimal): -14034931 or 907305. OLE color: 907305.

HSL color Cylindrical-coordinate representation of color #29D80D: hue angle of 111.72º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #29D80D is Cyan = 0.81, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 41 216 13 -
CMYK 0.81 0 0.94 0.15
HSL 111.72º 0.89% 0.45% -
HSV(B) 111.72º 0.94% 0.85% -
XYZ 25.54 49.61 8.61 -
YUV 140.53 56.02 57.01 -
System Red Green Blue C M Y K H S L
Decimal 41 216 13 0.81 0 0.94 0.15 111.72 0.89 0.45
Hex 29 D8 D 51 0 5E F 70 59 2D
Octal 51 330 15 121 0 136 17 160 131 55
Binary 101001 11011000 1101 1010001 0 1011110 1111 1110000 1011001 101101

Color Harmonies of #29D80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29D80D

Black with #29D80D

Text Example


Text Example

White with #29D80D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,216,13); }

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

background-color css

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

 a { background-color: rgb(41,216,13); }

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

border-color css

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

 span { border-color: rgb(41,216,13); }

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