#48D552

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

Shades of Lime Green #48D552

Tints of Lime Green #48D552

Color information

#48D552 (or 0x48D552) is unknown color: approx Lime Green. HEX triplet: 48, D5 and 52. RGB value is (72,213,82). Sum of RGB (Red+Green+Blue) = 72+213+82=367 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.62% from 367); Green value is 213 (83.59% from 255 or 58.04% from 367); Blue value is 82 (32.42% from 255 or 22.34% from 367); Max value from RGB is 213 - color contains mainly: green. Hex color #48D552 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D552 is #B72AAD. Grayscale: #9C9C9C. Windows color (decimal): -12004014 or 5428552. OLE color: 5428552.

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

Color convert

RGB7221382-
CMYK0.6600.620.16
HSL124.26º62.67%55.88%-
HSV(B)124.26º66.2%83.53%-
XYZ27.9949.5816.08-
YUV155.9186.2968.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.62%
GREEN value IS 213 (83.59% from 255) = 58.04%
BLUE value IS 82 (32.42% from 255) = 22.34%
R=19.62%
G=58.04%
B=22.34%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal72213820.6600.620.16124.2662.6755.88
Hex48D5524203E107c3f38
Octal110325122102076201747770
Binary100100011010101101001010000100111110100001111100111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48D552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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