#29BF13

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

Shades of Lime Green #29BF13

Tints of Lime Green #29BF13

Color information

#29BF13 (or 0x29BF13) is unknown color: approx Lime Green. HEX triplet: 29, BF and 13. RGB value is (41,191,19). Sum of RGB (Red+Green+Blue) = 41+191+19=251 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.33% from 251); Green value is 191 (75% from 255 or 76.10% from 251); Blue value is 19 (7.81% from 255 or 7.57% from 251); Max value from RGB is 191 - color contains mainly: green. Hex color #29BF13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #29BF13 is #D640EC. Grayscale: #7F7F7F. Windows color (decimal): -14041325 or 1294121. OLE color: 1294121.

HSL color Cylindrical-coordinate representation of color #29BF13: hue angle of 112.33º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #29BF13 is Cyan = 0.79, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB4119119-
CMYK0.7900.900.25
HSL112.33º81.9%41.18%-
HSV(B)112.33º90.05%74.9%-
XYZ19.6637.786.87-
YUV126.5467.3166.99-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.33%
GREEN value IS 191 (75% from 255) = 76.10%
BLUE value IS 19 (7.81% from 255) = 7.57%
R=16.33%
G=76.10%
B=7.57%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal41191190.7900.900.25112.3381.941.18
Hex29BF134F05A19705229
Octal512772311701323116012251
Binary10100110111111100111001111010110101100111100001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29BF13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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