Html Css Color HEX #29AF2D Lime Green

📋 copy color: '#29AF2D'

red 41 ◦ green 175 ◦ blue 45

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

Shades of Lime Green #29AF2D

Tints of Lime Green #29AF2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.24%

R = 15.71%
G = 67.05%
B = 17.24%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#29AF2D (or 0x29AF2D) is known color: Lime Green. HEX triplet: 29, AF and 2D. RGB value is (41,175,45). Sum of RGB (Red+Green+Blue) = 41+175+45=261 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.71% from 261); Green value is 175 (68.75% from 255 or 67.05% from 261); Blue value is 45 (17.97% from 255 or 17.24% from 261); Max value from RGB is 175 - color contains mainly: green. Hex color #29AF2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #29AF2D is #D650D2. Grayscale: #787878. Windows color (decimal): -14045395 or 2993961. OLE color: 2993961.

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

Color convert

RGB 41 175 45 -
CMYK 0.77 0 0.74 0.31
HSL 121.79º 0.62% 0.42% -
HSV(B) 121.79º 0.77% 0.69% -
XYZ 16.72 31.32 7.65 -
YUV 120.11 85.61 71.57 -
System Red Green Blue C M Y K H S L
Decimal 41 175 45 0.77 0 0.74 0.31 121.79 0.62 0.42
Hex 29 AF 2D 4D 0 4A 1F 7A 3E 2A
Octal 51 257 55 115 0 112 37 172 76 52
Binary 101001 10101111 101101 1001101 0 1001010 11111 1111010 111110 101010

Color Harmonies of #29AF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29AF2D

Black with #29AF2D

Text Example


Text Example

White with #29AF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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