#48B837

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

Shades of Lime Green #48B837

Tints of Lime Green #48B837

Color information

#48B837 (or 0x48B837) is unknown color: approx Lime Green. HEX triplet: 48, B8 and 37. RGB value is (72,184,55). Sum of RGB (Red+Green+Blue) = 72+184+55=311 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.15% from 311); Green value is 184 (72.27% from 255 or 59.16% from 311); Blue value is 55 (21.88% from 255 or 17.68% from 311); Max value from RGB is 184 - color contains mainly: green. Hex color #48B837 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48B837 is #B747C8. Grayscale: #888888. Windows color (decimal): -12011465 or 3651656. OLE color: 3651656.

HSL color Cylindrical-coordinate representation of color #48B837: hue angle of 112.09º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48B837 is Cyan = 0.61, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.28.

Color convert

RGB7218455-
CMYK0.6100.700.28
HSL112.09º53.97%46.86%-
HSV(B)112.09º70.11%72.16%-
XYZ20.535.939.47-
YUV135.8182.3982.49-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.15%
GREEN value IS 184 (72.27% from 255) = 59.16%
BLUE value IS 55 (21.88% from 255) = 17.68%
R=23.15%
G=59.16%
B=17.68%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal72184550.6100.700.28112.0953.9746.86
Hex48B8373D0461C70362f
Octal11027067750106341606657
Binary10010001011100011011111110101000110111001110000110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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