#48d13d

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

Shades of Lime Green #48D13D

Tints of Lime Green #48D13D

Color information

#48D13D (or 0x48D13D) is unknown color: approx Lime Green. HEX triplet: 48, D1 and 3D. RGB value is (72,209,61). Sum of RGB (Red+Green+Blue) = 72+209+61=342 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.05% from 342); Green value is 209 (82.03% from 255 or 61.11% from 342); Blue value is 61 (24.22% from 255 or 17.84% from 342); Max value from RGB is 209 - color contains mainly: green. Hex color #48D13D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48D13D is #B72EC2. Grayscale: #979797. Windows color (decimal): -12005059 or 4051272. OLE color: 4051272.

HSL color Cylindrical-coordinate representation of color #48D13D: hue angle of 115.54º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48D13D is Cyan = 0.66, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB7220961-
CMYK0.6600.710.18
HSL115.54º61.67%52.94%-
HSV(B)115.54º70.81%81.96%-
XYZ26.3247.3212.16-
YUV151.1677.1171.53-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.05%
GREEN value IS 209 (82.03% from 255) = 61.11%
BLUE value IS 61 (24.22% from 255) = 17.84%
R=21.05%
G=61.11%
B=17.84%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal72209610.6600.710.18115.5461.6752.94
Hex48D13D4204712743e35
Octal110321751020107221647665
Binary100100011010001111101100001001000111100101110100111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48d13d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,209,61); }

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

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

 a { background-color: rgb(72,209,61); }

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

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

 span { border-color: rgb(72,209,61); }

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