#48D953

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

Shades of Lime Green #48D953

Tints of Lime Green #48D953

Color information

#48D953 (or 0x48D953) is unknown color: approx Lime Green. HEX triplet: 48, D9 and 53. RGB value is (72,217,83). Sum of RGB (Red+Green+Blue) = 72+217+83=372 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.35% from 372); Green value is 217 (85.16% from 255 or 58.33% from 372); Blue value is 83 (32.81% from 255 or 22.31% from 372); Max value from RGB is 217 - color contains mainly: green. Hex color #48D953 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D953 is #B726AC. Grayscale: #9E9E9E. Windows color (decimal): -12002989 or 5495112. OLE color: 5495112.

HSL color Cylindrical-coordinate representation of color #48D953: hue angle of 124.55º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48D953 is Cyan = 0.67, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB7221783-
CMYK0.6700.620.15
HSL124.55º65.61%56.67%-
HSV(B)124.55º66.82%85.1%-
XYZ29.0551.6316.62-
YUV158.3785.4666.4-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.35%
GREEN value IS 217 (85.16% from 255) = 58.33%
BLUE value IS 83 (32.81% from 255) = 22.31%
R=19.35%
G=58.33%
B=22.31%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal72217830.6700.620.15124.5565.6156.67
Hex48D9534303EF7d4239
Octal1103311231030761717510271
Binary100100011011001101001110000110111110111111111011000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48D953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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