#48C944

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

Shades of Lime Green #48C944

Tints of Lime Green #48C944

Color information

#48C944 (or 0x48C944) is unknown color: approx Lime Green. HEX triplet: 48, C9 and 44. RGB value is (72,201,68). Sum of RGB (Red+Green+Blue) = 72+201+68=341 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.11% from 341); Green value is 201 (78.91% from 255 or 58.94% from 341); Blue value is 68 (26.95% from 255 or 19.94% from 341); Max value from RGB is 201 - color contains mainly: green. Hex color #48C944 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C944 is #B736BB. Grayscale: #939393. Windows color (decimal): -12007100 or 4507976. OLE color: 4507976.

HSL color Cylindrical-coordinate representation of color #48C944: hue angle of 118.2º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48C944 is Cyan = 0.64, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB7220168-
CMYK0.6400.660.21
HSL118.2º55.19%52.75%-
HSV(B)118.2º66.17%78.82%-
XYZ24.643.5712.58-
YUV147.2783.2674.31-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.11%
GREEN value IS 201 (78.91% from 255) = 58.94%
BLUE value IS 68 (26.95% from 255) = 19.94%
R=21.11%
G=58.94%
B=19.94%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal72201680.6400.660.21118.255.1952.75
Hex48C9444004215763735
Octal1103111041000102251666765
Binary1001000110010011000100100000001000010101011110110110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,201,68); }

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

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

 a { background-color: rgb(72,201,68); }

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

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

 span { border-color: rgb(72,201,68); }

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