#48D52E

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

Shades of Lime Green #48D52E

Tints of Lime Green #48D52E

Color information

#48D52E (or 0x48D52E) is unknown color: approx Lime Green. HEX triplet: 48, D5 and 2E. RGB value is (72,213,46). Sum of RGB (Red+Green+Blue) = 72+213+46=331 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.75% from 331); Green value is 213 (83.59% from 255 or 64.35% from 331); Blue value is 46 (18.36% from 255 or 13.90% from 331); Max value from RGB is 213 - color contains mainly: green. Hex color #48D52E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48D52E is #B72AD1. Grayscale: #989898. Windows color (decimal): -12004050 or 3069256. OLE color: 3069256.

HSL color Cylindrical-coordinate representation of color #48D52E: hue angle of 110.66º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #48D52E is Cyan = 0.66, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB7221346-
CMYK0.6600.780.16
HSL110.66º66.53%50.78%-
HSV(B)110.66º78.4%83.53%-
XYZ26.9649.1610.65-
YUV151.868.2971.08-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.75%
GREEN value IS 213 (83.59% from 255) = 64.35%
BLUE value IS 46 (18.36% from 255) = 13.90%
R=21.75%
G=64.35%
B=13.90%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal72213460.6600.780.16110.6666.5350.78
Hex48D52E4204E106f4333
Octal1103255610201162015710363
Binary1001000110101011011101000010010011101000011011111000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48D52E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,213,46); }

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

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

 a { background-color: rgb(72,213,46); }

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

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

 span { border-color: rgb(72,213,46); }

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