#48D952

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

Shades of Lime Green #48D952

Tints of Lime Green #48D952

Color information

#48D952 (or 0x48D952) is unknown color: approx Lime Green. HEX triplet: 48, D9 and 52. RGB value is (72,217,82). Sum of RGB (Red+Green+Blue) = 72+217+82=371 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.41% from 371); Green value is 217 (85.16% from 255 or 58.49% from 371); Blue value is 82 (32.42% from 255 or 22.10% from 371); Max value from RGB is 217 - color contains mainly: green. Hex color #48D952 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D952 is #B726AD. Grayscale: #9E9E9E. Windows color (decimal): -12002990 or 5429576. OLE color: 5429576.

HSL color Cylindrical-coordinate representation of color #48D952: hue angle of 124.14º 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 #48D952 is Cyan = 0.67, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB7221782-
CMYK0.6700.620.15
HSL124.14º65.61%56.67%-
HSV(B)124.14º66.82%85.1%-
XYZ29.0151.6116.42-
YUV158.2684.9666.48-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.41%
GREEN value IS 217 (85.16% from 255) = 58.49%
BLUE value IS 82 (32.42% from 255) = 22.10%
R=19.41%
G=58.49%
B=22.10%

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
Decimal72217820.6700.620.15124.1465.6156.67
Hex48D9524303EF7c4239
Octal1103311221030761717410271
Binary100100011011001101001010000110111110111111111001000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48D952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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