#29BA1D

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

Shades of Lime Green #29BA1D

Tints of Lime Green #29BA1D

Color information

#29BA1D (or 0x29BA1D) is unknown color: approx Lime Green. HEX triplet: 29, BA and 1D. RGB value is (41,186,29). Sum of RGB (Red+Green+Blue) = 41+186+29=256 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.02% from 256); Green value is 186 (73.05% from 255 or 72.66% from 256); Blue value is 29 (11.72% from 255 or 11.33% from 256); Max value from RGB is 186 - color contains mainly: green. Hex color #29BA1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29BA1D is #D645E2. Grayscale: #7D7D7D. Windows color (decimal): -14042595 or 1948201. OLE color: 1948201.

HSL color Cylindrical-coordinate representation of color #29BA1D: hue angle of 115.41º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29BA1D is Cyan = 0.78, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB4118629-
CMYK0.7800.840.27
HSL115.41º73.02%42.16%-
HSV(B)115.41º84.41%72.94%-
XYZ18.735.687.06-
YUV124.7573.9668.27-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.02%
GREEN value IS 186 (73.05% from 255) = 72.66%
BLUE value IS 29 (11.72% from 255) = 11.33%
R=16.02%
G=72.66%
B=11.33%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal41186290.7800.840.27115.4173.0242.16
Hex29BA1D4E0541B73492a
Octal512723511601243316311152
Binary10100110111010111011001110010101001101111100111001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29BA1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,186,29); }

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

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

 a { background-color: rgb(41,186,29); }

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

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

 span { border-color: rgb(41,186,29); }

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