#48DB3D

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

Shades of Lime Green #48DB3D

Tints of Lime Green #48DB3D

Color information

#48DB3D (or 0x48DB3D) is unknown color: approx Lime Green. HEX triplet: 48, DB and 3D. RGB value is (72,219,61). Sum of RGB (Red+Green+Blue) = 72+219+61=352 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.45% from 352); Green value is 219 (85.94% from 255 or 62.22% from 352); Blue value is 61 (24.22% from 255 or 17.33% from 352); Max value from RGB is 219 - color contains mainly: green. Hex color #48DB3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48DB3D is #B724C2. Grayscale: #9D9D9D. Windows color (decimal): -12002499 or 4053832. OLE color: 4053832.

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

Color convert

RGB7221961-
CMYK0.6700.720.14
HSL115.82º68.7%54.9%-
HSV(B)115.82º72.15%85.88%-
XYZ28.8552.3813-
YUV157.0473.867.35-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.45%
GREEN value IS 219 (85.94% from 255) = 62.22%
BLUE value IS 61 (24.22% from 255) = 17.33%
R=20.45%
G=62.22%
B=17.33%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal72219610.6700.720.14115.8268.754.9
Hex48DB3D43048E744537
Octal1103337510301101616410567
Binary100100011011011111101100001101001000111011101001000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48DB3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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