Html Css Color HEX #29E140 Lime Green

📋 copy color: '#29E140'

red 41 ◦ green 225 ◦ blue 64

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

Shades of Lime Green #29E140

Tints of Lime Green #29E140

RGB

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

 GREEN value IS 225 (88.28% from 255) = 68.18%

 BLUE value IS 64 (25.39% from 255) = 19.39%

R = 12.42%
G = 68.18%
B = 19.39%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#29E140 (or 0x29E140) is known color: Lime Green. HEX triplet: 29, E1 and 40. RGB value is (41,225,64). Sum of RGB (Red+Green+Blue) = 41+225+64=330 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.42% from 330); Green value is 225 (88.28% from 255 or 68.18% from 330); Blue value is 64 (25.39% from 255 or 19.39% from 330); Max value from RGB is 225 - color contains mainly: green. Hex color #29E140 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29E140 is #D61EBF. Grayscale: #989898. Windows color (decimal): -14032576 or 4251945. OLE color: 4251945.

HSL color Cylindrical-coordinate representation of color #29E140: hue angle of 127.5º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29E140 is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB 41 225 64 -
CMYK 0.82 0 0.72 0.12
HSL 127.5º 0.75% 0.52% -
HSV(B) 127.5º 0.82% 0.88% -
XYZ 28.77 54.69 13.89 -
YUV 151.63 78.54 49.09 -
System Red Green Blue C M Y K H S L
Decimal 41 225 64 0.82 0 0.72 0.12 127.5 0.75 0.52
Hex 29 E1 40 52 0 48 C 80 4B 34
Octal 51 341 100 122 0 110 14 200 113 64
Binary 101001 11100001 1000000 1010010 0 1001000 1100 10000000 1001011 110100

Color Harmonies of #29E140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29E140

Black with #29E140

Text Example


Text Example

White with #29E140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,225,64); }

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

background-color css

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

 a { background-color: rgb(41,225,64); }

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

border-color css

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

 span { border-color: rgb(41,225,64); }

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