#48D824

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

Shades of Lime Green #48D824

Tints of Lime Green #48D824

Color information

#48D824 (or 0x48D824) is unknown color: approx Lime Green. HEX triplet: 48, D8 and 24. RGB value is (72,216,36). Sum of RGB (Red+Green+Blue) = 72+216+36=324 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.22% from 324); Green value is 216 (84.77% from 255 or 66.67% from 324); Blue value is 36 (14.45% from 255 or 11.11% from 324); Max value from RGB is 216 - color contains mainly: green. Hex color #48D824 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48D824 is #B727DB. Grayscale: #999999. Windows color (decimal): -12003292 or 2414664. OLE color: 2414664.

HSL color Cylindrical-coordinate representation of color #48D824: hue angle of 108º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #48D824 is Cyan = 0.67, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB7221636-
CMYK0.6700.830.15
HSL108º71.43%49.41%-
HSV(B)108º83.33%84.71%-
XYZ27.5550.629.99-
YUV152.4262.2970.64-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.22%
GREEN value IS 216 (84.77% from 255) = 66.67%
BLUE value IS 36 (14.45% from 255) = 11.11%
R=22.22%
G=66.67%
B=11.11%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal72216360.6700.830.1510871.4349.41
Hex48D82443053F6c4731
Octal1103304410301231715410761
Binary100100011011000100100100001101010011111111011001000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48D824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,216,36); }

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

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

 a { background-color: rgb(72,216,36); }

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

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

 span { border-color: rgb(72,216,36); }

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