Html Css Color HEX #29B940 Lime Green

📋 copy color: '#29B940'

red 41 ◦ green 185 ◦ blue 64

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

Shades of Lime Green #29B940

Tints of Lime Green #29B940

RGB

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

 GREEN value IS 185 (72.66% from 255) = 63.79%

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

R = 14.14%
G = 63.79%
B = 22.07%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#29B940 (or 0x29B940) is known color: Lime Green. HEX triplet: 29, B9 and 40. RGB value is (41,185,64). Sum of RGB (Red+Green+Blue) = 41+185+64=290 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.14% from 290); Green value is 185 (72.66% from 255 or 63.79% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 185 - color contains mainly: green. Hex color #29B940 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29B940 is #D646BF. Grayscale: #808080. Windows color (decimal): -14042816 or 4241705. OLE color: 4241705.

HSL color Cylindrical-coordinate representation of color #29B940: hue angle of 129.58º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #29B940 is Cyan = 0.78, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 41 185 64 -
CMYK 0.78 0 0.65 0.27
HSL 129.58º 0.64% 0.44% -
HSV(B) 129.58º 0.78% 0.73% -
XYZ 19.19 35.54 10.7 -
YUV 128.15 91.79 65.84 -
System Red Green Blue C M Y K H S L
Decimal 41 185 64 0.78 0 0.65 0.27 129.58 0.64 0.44
Hex 29 B9 40 4E 0 41 1B 82 40 2C
Octal 51 271 100 116 0 101 33 202 100 54
Binary 101001 10111001 1000000 1001110 0 1000001 11011 10000010 1000000 101100

Color Harmonies of #29B940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29B940

Black with #29B940

Text Example


Text Example

White with #29B940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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