#48DB43

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

Shades of Lime Green #48DB43

Tints of Lime Green #48DB43

Color information

#48DB43 (or 0x48DB43) is unknown color: approx Lime Green. HEX triplet: 48, DB and 43. RGB value is (72,219,67). Sum of RGB (Red+Green+Blue) = 72+219+67=358 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.11% from 358); Green value is 219 (85.94% from 255 or 61.17% from 358); Blue value is 67 (26.56% from 255 or 18.72% from 358); Max value from RGB is 219 - color contains mainly: green. Hex color #48DB43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48DB43 is #B724BC. Grayscale: #9E9E9E. Windows color (decimal): -12002493 or 4447048. OLE color: 4447048.

HSL color Cylindrical-coordinate representation of color #48DB43: hue angle of 118.03º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48DB43 is Cyan = 0.67, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.

Color convert

RGB7221967-
CMYK0.6700.690.14
HSL118.03º67.86%56.08%-
HSV(B)118.03º69.41%85.88%-
XYZ29.0252.4513.9-
YUV157.7276.866.86-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.11%
GREEN value IS 219 (85.94% from 255) = 61.17%
BLUE value IS 67 (26.56% from 255) = 18.72%
R=20.11%
G=61.17%
B=18.72%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal72219670.6700.690.14118.0367.8656.08
Hex48DB4343045E764438
Octal11033310310301051616610470
Binary1001000110110111000011100001101000101111011101101000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48DB43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,219,67); }

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

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

 a { background-color: rgb(72,219,67); }

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

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

 span { border-color: rgb(72,219,67); }

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