#48D940

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

Shades of Lime Green #48D940

Tints of Lime Green #48D940

Color information

#48D940 (or 0x48D940) is unknown color: approx Lime Green. HEX triplet: 48, D9 and 40. RGB value is (72,217,64). Sum of RGB (Red+Green+Blue) = 72+217+64=353 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.40% from 353); Green value is 217 (85.16% from 255 or 61.47% from 353); Blue value is 64 (25.39% from 255 or 18.13% from 353); Max value from RGB is 217 - color contains mainly: green. Hex color #48D940 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48D940 is #B726BF. Grayscale: #9C9C9C. Windows color (decimal): -12003008 or 4249928. OLE color: 4249928.

HSL color Cylindrical-coordinate representation of color #48D940: hue angle of 116.86º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48D940 is Cyan = 0.67, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB7221764-
CMYK0.6700.710.15
HSL116.86º66.81%55.1%-
HSV(B)116.86º70.51%85.1%-
XYZ28.4151.3713.27-
YUV156.275.9667.94-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.40%
GREEN value IS 217 (85.16% from 255) = 61.47%
BLUE value IS 64 (25.39% from 255) = 18.13%
R=20.40%
G=61.47%
B=18.13%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal72217640.6700.710.15116.8666.8155.1
Hex48D94043047F754337
Octal11033110010301071716510367
Binary1001000110110011000000100001101000111111111101011000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48D940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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