#48c845

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

Shades of Lime Green #48C845

Tints of Lime Green #48C845

Color information

#48C845 (or 0x48C845) is unknown color: approx Lime Green. HEX triplet: 48, C8 and 45. RGB value is (72,200,69). Sum of RGB (Red+Green+Blue) = 72+200+69=341 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.11% from 341); Green value is 200 (78.52% from 255 or 58.65% from 341); Blue value is 69 (27.34% from 255 or 20.23% from 341); Max value from RGB is 200 - color contains mainly: green. Hex color #48C845 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C845 is #B737BA. Grayscale: #939393. Windows color (decimal): -12007355 or 4573256. OLE color: 4573256.

HSL color Cylindrical-coordinate representation of color #48C845: hue angle of 118.63º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48C845 is Cyan = 0.64, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB7220069-
CMYK0.6400.660.22
HSL118.63º54.36%52.75%-
HSV(B)118.63º65.5%78.43%-
XYZ24.443.1212.67-
YUV146.7984.0974.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.11%
GREEN value IS 200 (78.52% from 255) = 58.65%
BLUE value IS 69 (27.34% from 255) = 20.23%
R=21.11%
G=58.65%
B=20.23%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal72200690.6400.660.22118.6354.3652.75
Hex48C8454004216773635
Octal1103101051000102261676665
Binary1001000110010001000101100000001000010101101110111110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48c845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,200,69); }

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

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

 a { background-color: rgb(72,200,69); }

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

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

 span { border-color: rgb(72,200,69); }

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