#48D929

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

Shades of Lime Green #48D929

Tints of Lime Green #48D929

Color information

#48D929 (or 0x48D929) is unknown color: approx Lime Green. HEX triplet: 48, D9 and 29. RGB value is (72,217,41). Sum of RGB (Red+Green+Blue) = 72+217+41=330 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.82% from 330); Green value is 217 (85.16% from 255 or 65.76% from 330); Blue value is 41 (16.41% from 255 or 12.42% from 330); Max value from RGB is 217 - color contains mainly: green. Hex color #48D929 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48D929 is #B726D6. Grayscale: #9A9A9A. Windows color (decimal): -12003031 or 2742600. OLE color: 2742600.

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

Color convert

RGB7221741-
CMYK0.6700.810.15
HSL109.43º69.84%50.59%-
HSV(B)109.43º81.11%85.1%-
XYZ27.8951.1610.5-
YUV153.5864.4669.81-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.82%
GREEN value IS 217 (85.16% from 255) = 65.76%
BLUE value IS 41 (16.41% from 255) = 12.42%
R=21.82%
G=65.76%
B=12.42%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal72217410.6700.810.15109.4369.8450.59
Hex48D92943051F6d4633
Octal1103315110301211715510663
Binary100100011011001101001100001101010001111111011011000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48D929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,217,41); }

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

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

 a { background-color: rgb(72,217,41); }

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

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

 span { border-color: rgb(72,217,41); }

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