#48D345

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

Shades of Lime Green #48D345

Tints of Lime Green #48D345

Color information

#48D345 (or 0x48D345) is unknown color: approx Lime Green. HEX triplet: 48, D3 and 45. RGB value is (72,211,69). Sum of RGB (Red+Green+Blue) = 72+211+69=352 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.45% from 352); Green value is 211 (82.81% from 255 or 59.94% from 352); Blue value is 69 (27.34% from 255 or 19.60% from 352); Max value from RGB is 211 - color contains mainly: green. Hex color #48D345 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48D345 is #B72CBA. Grayscale: #999999. Windows color (decimal): -12004539 or 4576072. OLE color: 4576072.

HSL color Cylindrical-coordinate representation of color #48D345: hue angle of 118.73º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48D345 is Cyan = 0.66, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB7221169-
CMYK0.6600.670.17
HSL118.73º61.74%54.9%-
HSV(B)118.73º67.3%82.75%-
XYZ27.0448.413.55-
YUV153.2580.4570.05-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.45%
GREEN value IS 211 (82.81% from 255) = 59.94%
BLUE value IS 69 (27.34% from 255) = 19.60%
R=20.45%
G=59.94%
B=19.60%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal72211690.6600.670.17118.7361.7454.9
Hex48D3454204311773e37
Octal1103231051020103211677667
Binary1001000110100111000101100001001000011100011110111111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48D345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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