#29bf2a

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

Shades of Lime Green #29BF2A

Tints of Lime Green #29BF2A

Color information

#29BF2A (or 0x29BF2A) is unknown color: approx Lime Green. HEX triplet: 29, BF and 2A. RGB value is (41,191,42). Sum of RGB (Red+Green+Blue) = 41+191+42=274 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.96% from 274); Green value is 191 (75% from 255 or 69.71% from 274); Blue value is 42 (16.80% from 255 or 15.33% from 274); Max value from RGB is 191 - color contains mainly: green. Hex color #29BF2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29BF2A is #D640D5. Grayscale: #818181. Windows color (decimal): -14041302 or 2801449. OLE color: 2801449.

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

Color convert

RGB4119142-
CMYK0.7900.780.25
HSL120.4º64.66%45.49%-
HSV(B)120.4º78.53%74.9%-
XYZ19.9637.98.45-
YUV129.1678.8165.12-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.96%
GREEN value IS 191 (75% from 255) = 69.71%
BLUE value IS 42 (16.80% from 255) = 15.33%
R=14.96%
G=69.71%
B=15.33%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal41191420.7900.780.25120.464.6645.49
Hex29BF2A4F04E1978412d
Octal512775211701163117010155
Binary101001101111111010101001111010011101100111110001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29bf2a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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