#48B939

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

Shades of Lime Green #48B939

Tints of Lime Green #48B939

Color information

#48B939 (or 0x48B939) is unknown color: approx Lime Green. HEX triplet: 48, B9 and 39. RGB value is (72,185,57). Sum of RGB (Red+Green+Blue) = 72+185+57=314 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.93% from 314); Green value is 185 (72.66% from 255 or 58.92% from 314); Blue value is 57 (22.66% from 255 or 18.15% from 314); Max value from RGB is 185 - color contains mainly: green. Hex color #48B939 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48B939 is #B746C6. Grayscale: #898989. Windows color (decimal): -12011207 or 3782984. OLE color: 3782984.

HSL color Cylindrical-coordinate representation of color #48B939: hue angle of 112.97º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48B939 is Cyan = 0.61, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB7218557-
CMYK0.6100.690.27
HSL112.97º52.89%47.45%-
HSV(B)112.97º69.19%72.55%-
XYZ20.7636.379.8-
YUV136.6283.0681.91-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.93%
GREEN value IS 185 (72.66% from 255) = 58.92%
BLUE value IS 57 (22.66% from 255) = 18.15%
R=22.93%
G=58.92%
B=18.15%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal72185570.6100.690.27112.9752.8947.45
Hex48B9393D0451B71352f
Octal11027171750105331616557
Binary10010001011100111100111110101000101110111110001110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,185,57); }

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

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

 a { background-color: rgb(72,185,57); }

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

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

 span { border-color: rgb(72,185,57); }

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