#48D935

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

Shades of Lime Green #48D935

Tints of Lime Green #48D935

Color information

#48D935 (or 0x48D935) is unknown color: approx Lime Green. HEX triplet: 48, D9 and 35. RGB value is (72,217,53). Sum of RGB (Red+Green+Blue) = 72+217+53=342 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.05% from 342); Green value is 217 (85.16% from 255 or 63.45% from 342); Blue value is 53 (21.09% from 255 or 15.50% from 342); Max value from RGB is 217 - color contains mainly: green. Hex color #48D935 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48D935 is #B726CA. Grayscale: #9B9B9B. Windows color (decimal): -12003019 or 3529032. OLE color: 3529032.

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

Color convert

RGB7221753-
CMYK0.6700.760.15
HSL113.05º68.33%52.94%-
HSV(B)113.05º75.58%85.1%-
XYZ28.1351.2611.78-
YUV154.9570.4668.84-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.05%
GREEN value IS 217 (85.16% from 255) = 63.45%
BLUE value IS 53 (21.09% from 255) = 15.50%
R=21.05%
G=63.45%
B=15.50%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal72217530.6700.760.15113.0568.3352.94
Hex48D9354304CF714435
Octal1103316510301141716110465
Binary100100011011001110101100001101001100111111100011000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48D935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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