#48E329

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

Shades of Lime Green #48E329

Tints of Lime Green #48E329

Color information

#48E329 (or 0x48E329) is unknown color: approx Lime Green. HEX triplet: 48, E3 and 29. RGB value is (72,227,41). Sum of RGB (Red+Green+Blue) = 72+227+41=340 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.18% from 340); Green value is 227 (89.06% from 255 or 66.76% from 340); Blue value is 41 (16.41% from 255 or 12.06% from 340); Max value from RGB is 227 - color contains mainly: green. Hex color #48E329 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48E329 is #B71CD6. Grayscale: #A0A0A0. Windows color (decimal): -12000471 or 2745160. OLE color: 2745160.

HSL color Cylindrical-coordinate representation of color #48E329: hue angle of 110º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #48E329 is Cyan = 0.68, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.

Color convert

RGB7222741-
CMYK0.6800.820.11
HSL110º76.86%52.55%-
HSV(B)110º81.94%89.02%-
XYZ30.5456.4811.39-
YUV159.4561.1565.62-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.18%
GREEN value IS 227 (89.06% from 255) = 66.76%
BLUE value IS 41 (16.41% from 255) = 12.06%
R=21.18%
G=66.76%
B=12.06%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal72227410.6800.820.1111076.8652.55
Hex48E32944052B6e4d35
Octal1103435110401221315611565
Binary100100011100011101001100010001010010101111011101001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48E329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48E329; }

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

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

<style>
 a { background-color: #48E329; }

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

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

<style>
 span { border-color: #48E329; }

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

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