#29BE13

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

Shades of Lime Green #29BE13

Tints of Lime Green #29BE13

Color information

#29BE13 (or 0x29BE13) is unknown color: approx Lime Green. HEX triplet: 29, BE and 13. RGB value is (41,190,19). Sum of RGB (Red+Green+Blue) = 41+190+19=250 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.4% from 250); Green value is 190 (74.61% from 255 or 76% from 250); Blue value is 19 (7.81% from 255 or 7.6% from 250); Max value from RGB is 190 - color contains mainly: green. Hex color #29BE13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #29BE13 is #D641EC. Grayscale: #7E7E7E. Windows color (decimal): -14041581 or 1293865. OLE color: 1293865.

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

Color convert

RGB4119019-
CMYK0.7800.900.25
HSL112.28º81.82%40.98%-
HSV(B)112.28º90%74.51%-
XYZ19.4537.356.8-
YUV125.9567.6467.4-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.4%
GREEN value IS 190 (74.61% from 255) = 76%
BLUE value IS 19 (7.81% from 255) = 7.6%
R=16.4%
G=76%
B=7.6%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal41190190.7800.900.25112.2881.8240.98
Hex29BE134E05A19705229
Octal512762311601323116012251
Binary10100110111110100111001110010110101100111100001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29BE13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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