#29bf3c

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

Shades of Lime Green #29BF3C

Tints of Lime Green #29BF3C

Color information

#29BF3C (or 0x29BF3C) is unknown color: approx Lime Green. HEX triplet: 29, BF and 3C. RGB value is (41,191,60). Sum of RGB (Red+Green+Blue) = 41+191+60=292 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.04% from 292); Green value is 191 (75% from 255 or 65.41% from 292); Blue value is 60 (23.83% from 255 or 20.55% from 292); Max value from RGB is 191 - color contains mainly: green. Hex color #29BF3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29BF3C is #D640C3. Grayscale: #838383. Windows color (decimal): -14041284 or 3981097. OLE color: 3981097.

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

Color convert

RGB4119160-
CMYK0.7900.690.25
HSL127.6º64.66%45.49%-
HSV(B)127.6º78.53%74.9%-
XYZ20.3638.0610.55-
YUV131.2287.863.65-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.04%
GREEN value IS 191 (75% from 255) = 65.41%
BLUE value IS 60 (23.83% from 255) = 20.55%
R=14.04%
G=65.41%
B=20.55%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal41191600.7900.690.25127.664.6645.49
Hex29BF3C4F0451980412d
Octal512777411701053120010155
Binary1010011011111111110010011110100010111001100000001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29bf3c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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