#48D340

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

Shades of Lime Green #48D340

Tints of Lime Green #48D340

Color information

#48D340 (or 0x48D340) is unknown color: approx Lime Green. HEX triplet: 48, D3 and 40. RGB value is (72,211,64). Sum of RGB (Red+Green+Blue) = 72+211+64=347 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.75% from 347); Green value is 211 (82.81% from 255 or 60.81% from 347); Blue value is 64 (25.39% from 255 or 18.44% from 347); Max value from RGB is 211 - color contains mainly: green. Hex color #48D340 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48D340 is #B72CBF. Grayscale: #999999. Windows color (decimal): -12004544 or 4248392. OLE color: 4248392.

HSL color Cylindrical-coordinate representation of color #48D340: hue angle of 116.73º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48D340 is Cyan = 0.66, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB7221164-
CMYK0.6600.700.17
HSL116.73º62.55%53.92%-
HSV(B)116.73º69.67%82.75%-
XYZ26.8948.3412.76-
YUV152.6877.9570.45-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.75%
GREEN value IS 211 (82.81% from 255) = 60.81%
BLUE value IS 64 (25.39% from 255) = 18.44%
R=20.75%
G=60.81%
B=18.44%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal72211640.6600.700.17116.7362.5553.92
Hex48D3404204611753f36
Octal1103231001020106211657766
Binary1001000110100111000000100001001000110100011110101111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48D340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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