#29DB26

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

Shades of Lime Green #29DB26

Tints of Lime Green #29DB26

Color information

#29DB26 (or 0x29DB26) is unknown color: approx Lime Green. HEX triplet: 29, DB and 26. RGB value is (41,219,38). Sum of RGB (Red+Green+Blue) = 41+219+38=298 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.76% from 298); Green value is 219 (85.94% from 255 or 73.49% from 298); Blue value is 38 (15.23% from 255 or 12.75% from 298); Max value from RGB is 219 - color contains mainly: green. Hex color #29DB26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29DB26 is #D624D9. Grayscale: #919191. Windows color (decimal): -14034138 or 2546473. OLE color: 2546473.

HSL color Cylindrical-coordinate representation of color #29DB26: hue angle of 119.01º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29DB26 is Cyan = 0.81, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.14.

Color convert

RGB4121938-
CMYK0.8100.830.14
HSL119.01º71.54%50.39%-
HSV(B)119.01º82.65%85.88%-
XYZ26.651.2710.33-
YUV145.1467.5353.72-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.76%
GREEN value IS 219 (85.94% from 255) = 73.49%
BLUE value IS 38 (15.23% from 255) = 12.75%
R=13.76%
G=73.49%
B=12.75%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal41219380.8100.830.14119.0171.5450.39
Hex29DB2651053E774832
Octal513334612101231616711062
Binary10100111011011100110101000101010011111011101111001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29DB26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,219,38); }

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

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

 a { background-color: rgb(41,219,38); }

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

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

 span { border-color: rgb(41,219,38); }

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