#29D948

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

Shades of Lime Green #29D948

Tints of Lime Green #29D948

Color information

#29D948 (or 0x29D948) is unknown color: approx Lime Green. HEX triplet: 29, D9 and 48. RGB value is (41,217,72). Sum of RGB (Red+Green+Blue) = 41+217+72=330 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.42% from 330); Green value is 217 (85.16% from 255 or 65.76% from 330); Blue value is 72 (28.52% from 255 or 21.82% from 330); Max value from RGB is 217 - color contains mainly: green. Hex color #29D948 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29D948 is #D626B7. Grayscale: #949494. Windows color (decimal): -14034616 or 4774185. OLE color: 4774185.

HSL color Cylindrical-coordinate representation of color #29D948: hue angle of 130.57º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29D948 is Cyan = 0.81, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB4121772-
CMYK0.8100.670.15
HSL130.57º69.84%50.59%-
HSV(B)130.57º81.11%85.1%-
XYZ26.950.5714.47-
YUV147.8585.1951.79-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.42%
GREEN value IS 217 (85.16% from 255) = 65.76%
BLUE value IS 72 (28.52% from 255) = 21.82%
R=12.42%
G=65.76%
B=21.82%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal41217720.8100.670.15130.5769.8450.59
Hex29D94851043F834633
Octal5133111012101031720310663
Binary1010011101100110010001010001010000111111100000111000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29D948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,217,72); }

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

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

 a { background-color: rgb(41,217,72); }

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

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

 span { border-color: rgb(41,217,72); }

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