#48DD33

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

Shades of Lime Green #48DD33

Tints of Lime Green #48DD33

Color information

#48DD33 (or 0x48DD33) is unknown color: approx Lime Green. HEX triplet: 48, DD and 33. RGB value is (72,221,51). Sum of RGB (Red+Green+Blue) = 72+221+51=344 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.93% from 344); Green value is 221 (86.72% from 255 or 64.24% from 344); Blue value is 51 (20.31% from 255 or 14.83% from 344); Max value from RGB is 221 - color contains mainly: green. Hex color #48DD33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48DD33 is #B722CC. Grayscale: #9D9D9D. Windows color (decimal): -12001997 or 3398984. OLE color: 3398984.

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

Color convert

RGB7222151-
CMYK0.6700.770.13
HSL112.59º71.43%53.33%-
HSV(B)112.59º76.92%86.67%-
XYZ29.1353.3311.89-
YUV157.0768.1467.32-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.93%
GREEN value IS 221 (86.72% from 255) = 64.24%
BLUE value IS 51 (20.31% from 255) = 14.83%
R=20.93%
G=64.24%
B=14.83%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal72221510.6700.770.13112.5971.4353.33
Hex48DD334304DD714735
Octal1103356310301151516110765
Binary100100011011101110011100001101001101110111100011000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48DD33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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