#48D449

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

Shades of Lime Green #48D449

Tints of Lime Green #48D449

Color information

#48D449 (or 0x48D449) is unknown color: approx Lime Green. HEX triplet: 48, D4 and 49. RGB value is (72,212,73). Sum of RGB (Red+Green+Blue) = 72+212+73=357 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.17% from 357); Green value is 212 (83.20% from 255 or 59.38% from 357); Blue value is 73 (28.91% from 255 or 20.45% from 357); Max value from RGB is 212 - color contains mainly: green. Hex color #48D449 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48D449 is #B72BB6. Grayscale: #9A9A9A. Windows color (decimal): -12004279 or 4838472. OLE color: 4838472.

HSL color Cylindrical-coordinate representation of color #48D449: hue angle of 120.43º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48D449 is Cyan = 0.66, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB7221273-
CMYK0.6600.660.17
HSL120.43º61.95%55.69%-
HSV(B)120.43º66.04%83.14%-
XYZ27.4248.9514.31-
YUV154.2982.1269.3-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.17%
GREEN value IS 212 (83.20% from 255) = 59.38%
BLUE value IS 73 (28.91% from 255) = 20.45%
R=20.17%
G=59.38%
B=20.45%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal72212730.6600.660.17120.4361.9555.69
Hex48D4494204211783e38
Octal1103241111020102211707670
Binary1001000110101001001001100001001000010100011111000111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48D449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,212,73); }

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

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

 a { background-color: rgb(72,212,73); }

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

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

 span { border-color: rgb(72,212,73); }

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