#48E138

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

Shades of Lime Green #48E138

Tints of Lime Green #48E138

Color information

#48E138 (or 0x48E138) is unknown color: approx Lime Green. HEX triplet: 48, E1 and 38. RGB value is (72,225,56). Sum of RGB (Red+Green+Blue) = 72+225+56=353 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.40% from 353); Green value is 225 (88.28% from 255 or 63.74% from 353); Blue value is 56 (22.27% from 255 or 15.86% from 353); Max value from RGB is 225 - color contains mainly: green. Hex color #48E138 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48E138 is #B71EC7. Grayscale: #A0A0A0. Windows color (decimal): -12000968 or 3727688. OLE color: 3727688.

HSL color Cylindrical-coordinate representation of color #48E138: hue angle of 114.32º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #48E138 is Cyan = 0.68, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.

Color convert

RGB7222556-
CMYK0.6800.750.12
HSL114.32º73.8%55.1%-
HSV(B)114.32º75.11%88.24%-
XYZ30.3155.5112.86-
YUV159.9969.3165.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.40%
GREEN value IS 225 (88.28% from 255) = 63.74%
BLUE value IS 56 (22.27% from 255) = 15.86%
R=20.40%
G=63.74%
B=15.86%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal72225560.6800.750.12114.3273.855.1
Hex48E1384404BC724a37
Octal1103417010401131416211267
Binary100100011100001111000100010001001011110011100101001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48E138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,225,56); }

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

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

 a { background-color: rgb(72,225,56); }

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

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

 span { border-color: rgb(72,225,56); }

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