#48c837

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

Shades of Lime Green #48C837

Tints of Lime Green #48C837

Color information

#48C837 (or 0x48C837) is unknown color: approx Lime Green. HEX triplet: 48, C8 and 37. RGB value is (72,200,55). Sum of RGB (Red+Green+Blue) = 72+200+55=327 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.02% from 327); Green value is 200 (78.52% from 255 or 61.16% from 327); Blue value is 55 (21.88% from 255 or 16.82% from 327); Max value from RGB is 200 - color contains mainly: green. Hex color #48C837 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C837 is #B737C8. Grayscale: #919191. Windows color (decimal): -12007369 or 3655752. OLE color: 3655752.

HSL color Cylindrical-coordinate representation of color #48C837: hue angle of 112.97º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #48C837 is Cyan = 0.64, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB7220055-
CMYK0.6400.720.22
HSL112.97º56.86%50%-
HSV(B)112.97º72.5%78.43%-
XYZ24.0242.9610.64-
YUV145.277.0975.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.02%
GREEN value IS 200 (78.52% from 255) = 61.16%
BLUE value IS 55 (21.88% from 255) = 16.82%
R=22.02%
G=61.16%
B=16.82%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal72200550.6400.720.22112.9756.8650
Hex48C8374004816713932
Octal110310671000110261617162
Binary100100011001000110111100000001001000101101110001111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48c837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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