Html Css Color HEX #29AF40 Lime Green

📋 copy color: '#29AF40'

red 41 ◦ green 175 ◦ blue 64

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

Shades of Lime Green #29AF40

Tints of Lime Green #29AF40

RGB

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

 GREEN value IS 175 (68.75% from 255) = 62.5%

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

R = 14.64%
G = 62.5%
B = 22.86%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#29AF40 (or 0x29AF40) is known color: Lime Green. HEX triplet: 29, AF and 40. RGB value is (41,175,64). Sum of RGB (Red+Green+Blue) = 41+175+64=280 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.64% from 280); Green value is 175 (68.75% from 255 or 62.5% from 280); Blue value is 64 (25.39% from 255 or 22.86% from 280); Max value from RGB is 175 - color contains mainly: green. Hex color #29AF40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #29AF40 is #D650BF. Grayscale: #7A7A7A. Windows color (decimal): -14045376 or 4239145. OLE color: 4239145.

HSL color Cylindrical-coordinate representation of color #29AF40: hue angle of 130.3º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #29AF40 is Cyan = 0.77, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 41 175 64 -
CMYK 0.77 0 0.63 0.31
HSL 130.3º 0.62% 0.42% -
HSV(B) 130.3º 0.77% 0.69% -
XYZ 17.17 31.5 10.03 -
YUV 122.28 95.11 70.03 -
System Red Green Blue C M Y K H S L
Decimal 41 175 64 0.77 0 0.63 0.31 130.3 0.62 0.42
Hex 29 AF 40 4D 0 3F 1F 82 3E 2A
Octal 51 257 100 115 0 77 37 202 76 52
Binary 101001 10101111 1000000 1001101 0 111111 11111 10000010 111110 101010

Color Harmonies of #29AF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29AF40

Black with #29AF40

Text Example


Text Example

White with #29AF40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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