#29BF2E

Color #29BF2E Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #29BF2E

Tints of Lime Green #29BF2E

Color information

#29BF2E (or 0x29BF2E) is unknown color: approx Lime Green. HEX triplet: 29, BF and 2E. RGB value is (41,191,46). Sum of RGB (Red+Green+Blue) = 41+191+46=278 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.75% from 278); Green value is 191 (75% from 255 or 68.71% from 278); Blue value is 46 (18.36% from 255 or 16.55% from 278); Max value from RGB is 191 - color contains mainly: green. Hex color #29BF2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29BF2E is #D640D1. Grayscale: #828282. Windows color (decimal): -14041298 or 3063593. OLE color: 3063593.

HSL color Cylindrical-coordinate representation of color #29BF2E: hue angle of 122º 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 #29BF2E is Cyan = 0.79, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB4119146-
CMYK0.7900.760.25
HSL122º64.66%45.49%-
HSV(B)122º78.53%74.9%-
XYZ20.0437.938.85-
YUV129.6280.8164.79-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.75%
GREEN value IS 191 (75% from 255) = 68.71%
BLUE value IS 46 (18.36% from 255) = 16.55%
R=14.75%
G=68.71%
B=16.55%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal41191460.7900.760.2512264.6645.49
Hex29BF2E4F04C197a412d
Octal512775611701143117210155
Binary101001101111111011101001111010011001100111110101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29BF2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #29BF2E;
 }
 .AnyTagClassName
 {
   color: #29BF2E;
 }
</style>
background-color css

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

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

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

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

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

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