Html Css Color HEX #29AF30 Lime Green

📋 copy color: '#29AF30'

red 41 ◦ green 175 ◦ blue 48

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

Shades of Lime Green #29AF30

Tints of Lime Green #29AF30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.18%

R = 15.53%
G = 66.29%
B = 18.18%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#29AF30 (or 0x29AF30) is known color: Lime Green. HEX triplet: 29, AF and 30. RGB value is (41,175,48). Sum of RGB (Red+Green+Blue) = 41+175+48=264 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.53% from 264); Green value is 175 (68.75% from 255 or 66.29% from 264); Blue value is 48 (19.14% from 255 or 18.18% from 264); Max value from RGB is 175 - color contains mainly: green. Hex color #29AF30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #29AF30 is #D650CF. Grayscale: #787878. Windows color (decimal): -14045392 or 3190569. OLE color: 3190569.

HSL color Cylindrical-coordinate representation of color #29AF30: hue angle of 123.13º 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 #29AF30 is Cyan = 0.77, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 41 175 48 -
CMYK 0.77 0 0.73 0.31
HSL 123.13º 0.62% 0.42% -
HSV(B) 123.13º 0.77% 0.69% -
XYZ 16.78 31.34 7.96 -
YUV 120.46 87.11 71.33 -
System Red Green Blue C M Y K H S L
Decimal 41 175 48 0.77 0 0.73 0.31 123.13 0.62 0.42
Hex 29 AF 30 4D 0 49 1F 7B 3E 2A
Octal 51 257 60 115 0 111 37 173 76 52
Binary 101001 10101111 110000 1001101 0 1001001 11111 1111011 111110 101010

Color Harmonies of #29AF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29AF30

Black with #29AF30

Text Example


Text Example

White with #29AF30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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