Html Css Color HEX #29AF34 Lime Green

📋 copy color: '#29AF34'

red 41 ◦ green 175 ◦ blue 52

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

Shades of Lime Green #29AF34

Tints of Lime Green #29AF34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.4%

R = 15.3%
G = 65.3%
B = 19.4%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#29AF34 (or 0x29AF34) is known color: Lime Green. HEX triplet: 29, AF and 34. RGB value is (41,175,52). Sum of RGB (Red+Green+Blue) = 41+175+52=268 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.30% from 268); Green value is 175 (68.75% from 255 or 65.30% from 268); Blue value is 52 (20.70% from 255 or 19.40% from 268); Max value from RGB is 175 - color contains mainly: green. Hex color #29AF34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #29AF34 is #D650CB. Grayscale: #797979. Windows color (decimal): -14045388 or 3452713. OLE color: 3452713.

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

Color convert

RGB 41 175 52 -
CMYK 0.77 0 0.70 0.31
HSL 124.93º 0.62% 0.42% -
HSV(B) 124.93º 0.77% 0.69% -
XYZ 16.86 31.38 8.42 -
YUV 120.91 89.11 71 -
System Red Green Blue C M Y K H S L
Decimal 41 175 52 0.77 0 0.70 0.31 124.93 0.62 0.42
Hex 29 AF 34 4D 0 46 1F 7D 3E 2A
Octal 51 257 64 115 0 106 37 175 76 52
Binary 101001 10101111 110100 1001101 0 1000110 11111 1111101 111110 101010

Color Harmonies of #29AF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29AF34

Black with #29AF34

Text Example


Text Example

White with #29AF34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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