#48DD44

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

Shades of Lime Green #48DD44

Tints of Lime Green #48DD44

Color information

#48DD44 (or 0x48DD44) is unknown color: approx Lime Green. HEX triplet: 48, DD and 44. RGB value is (72,221,68). Sum of RGB (Red+Green+Blue) = 72+221+68=361 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.94% from 361); Green value is 221 (86.72% from 255 or 61.22% from 361); Blue value is 68 (26.95% from 255 or 18.84% from 361); Max value from RGB is 221 - color contains mainly: green. Hex color #48DD44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48DD44 is #B722BB. Grayscale: #9F9F9F. Windows color (decimal): -12001980 or 4513096. OLE color: 4513096.

HSL color Cylindrical-coordinate representation of color #48DD44: hue angle of 118.43º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48DD44 is Cyan = 0.67, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB7222168-
CMYK0.6700.690.13
HSL118.43º69.23%56.67%-
HSV(B)118.43º69.23%86.67%-
XYZ29.5753.5114.24-
YUV159.0176.6465.94-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.94%
GREEN value IS 221 (86.72% from 255) = 61.22%
BLUE value IS 68 (26.95% from 255) = 18.84%
R=19.94%
G=61.22%
B=18.84%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal72221680.6700.690.13118.4369.2356.67
Hex48DD4443045D764539
Octal11033510410301051516610571
Binary1001000110111011000100100001101000101110111101101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48DD44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,221,68); }

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

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

 a { background-color: rgb(72,221,68); }

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

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

 span { border-color: rgb(72,221,68); }

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