#48E037

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

Shades of Lime Green #48E037

Tints of Lime Green #48E037

Color information

#48E037 (or 0x48E037) is unknown color: approx Lime Green. HEX triplet: 48, E0 and 37. RGB value is (72,224,55). Sum of RGB (Red+Green+Blue) = 72+224+55=351 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.51% from 351); Green value is 224 (87.89% from 255 or 63.82% from 351); Blue value is 55 (21.88% from 255 or 15.67% from 351); Max value from RGB is 224 - color contains mainly: green. Hex color #48E037 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48E037 is #B71FC8. Grayscale: #9F9F9F. Windows color (decimal): -12001225 or 3661896. OLE color: 3661896.

HSL color Cylindrical-coordinate representation of color #48E037: hue angle of 113.96º degrees, saturation: 0.73, 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 #48E037 is Cyan = 0.68, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.

Color convert

RGB7222455-
CMYK0.6800.750.12
HSL113.96º73.16%54.71%-
HSV(B)113.96º75.45%87.84%-
XYZ30.0254.9612.64-
YUV159.2969.1465.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.51%
GREEN value IS 224 (87.89% from 255) = 63.82%
BLUE value IS 55 (21.88% from 255) = 15.67%
R=20.51%
G=63.82%
B=15.67%

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
Decimal72224550.6800.750.12113.9673.1654.71
Hex48E0374404BC724937
Octal1103406710401131416211167
Binary100100011100000110111100010001001011110011100101001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48E037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,224,55); }

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

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

 a { background-color: rgb(72,224,55); }

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

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

 span { border-color: rgb(72,224,55); }

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