#48C94F

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

Shades of Lime Green #48C94F

Tints of Lime Green #48C94F

Color information

#48C94F (or 0x48C94F) is unknown color: approx Lime Green. HEX triplet: 48, C9 and 4F. RGB value is (72,201,79). Sum of RGB (Red+Green+Blue) = 72+201+79=352 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.45% from 352); Green value is 201 (78.91% from 255 or 57.10% from 352); Blue value is 79 (31.25% from 255 or 22.44% from 352); Max value from RGB is 201 - color contains mainly: green. Hex color #48C94F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48C94F is #B736B0. Grayscale: #949494. Windows color (decimal): -12007089 or 5228872. OLE color: 5228872.

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

Color convert

RGB7220179-
CMYK0.6400.610.21
HSL123.26º54.43%53.53%-
HSV(B)123.26º64.18%78.82%-
XYZ24.9743.7214.52-
YUV148.5288.7673.42-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.45%
GREEN value IS 201 (78.91% from 255) = 57.10%
BLUE value IS 79 (31.25% from 255) = 22.44%
R=20.45%
G=57.10%
B=22.44%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal72201790.6400.610.21123.2654.4353.53
Hex48C94F4003D157b3636
Octal110311117100075251736666
Binary100100011001001100111110000000111101101011111011110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C94F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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