Html Css Color HEX #29BF40 Lime Green

📋 copy color: '#29BF40'

red 41 ◦ green 191 ◦ blue 64

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

Shades of Lime Green #29BF40

Tints of Lime Green #29BF40

RGB

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

 GREEN value IS 191 (75% from 255) = 64.53%

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

R = 13.85%
G = 64.53%
B = 21.62%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#29BF40 (or 0x29BF40) is known color: Lime Green. HEX triplet: 29, BF and 40. RGB value is (41,191,64). Sum of RGB (Red+Green+Blue) = 41+191+64=296 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.85% from 296); Green value is 191 (75% from 255 or 64.53% from 296); Blue value is 64 (25.39% from 255 or 21.62% from 296); Max value from RGB is 191 - color contains mainly: green. Hex color #29BF40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29BF40 is #D640BF. Grayscale: #848484. Windows color (decimal): -14041280 or 4243241. OLE color: 4243241.

HSL color Cylindrical-coordinate representation of color #29BF40: hue angle of 129.2º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #29BF40 is Cyan = 0.79, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 41 191 64 -
CMYK 0.79 0 0.66 0.25
HSL 129.2º 0.65% 0.45% -
HSV(B) 129.2º 0.79% 0.75% -
XYZ 20.47 38.1 11.13 -
YUV 131.67 89.81 63.33 -
System Red Green Blue C M Y K H S L
Decimal 41 191 64 0.79 0 0.66 0.25 129.2 0.65 0.45
Hex 29 BF 40 4F 0 42 19 81 41 2D
Octal 51 277 100 117 0 102 31 201 101 55
Binary 101001 10111111 1000000 1001111 0 1000010 11001 10000001 1000001 101101

Color Harmonies of #29BF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29BF40

Black with #29BF40

Text Example


Text Example

White with #29BF40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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