#48BC37

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

Shades of Lime Green #48BC37

Tints of Lime Green #48BC37

Color information

#48BC37 (or 0x48BC37) is unknown color: approx Lime Green. HEX triplet: 48, BC and 37. RGB value is (72,188,55). Sum of RGB (Red+Green+Blue) = 72+188+55=315 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.86% from 315); Green value is 188 (73.83% from 255 or 59.68% from 315); Blue value is 55 (21.88% from 255 or 17.46% from 315); Max value from RGB is 188 - color contains mainly: green. Hex color #48BC37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48BC37 is #B743C8. Grayscale: #8A8A8A. Windows color (decimal): -12010441 or 3652680. OLE color: 3652680.

HSL color Cylindrical-coordinate representation of color #48BC37: hue angle of 112.33º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48BC37 is Cyan = 0.62, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.26.

Color convert

RGB7218855-
CMYK0.6200.710.26
HSL112.33º54.73%47.65%-
HSV(B)112.33º70.74%73.73%-
XYZ21.3537.629.75-
YUV138.1581.0780.81-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.86%
GREEN value IS 188 (73.83% from 255) = 59.68%
BLUE value IS 55 (21.88% from 255) = 17.46%
R=22.86%
G=59.68%
B=17.46%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal72188550.6200.710.26112.3354.7347.65
Hex48BC373E0471A703730
Octal11027467760107321606760
Binary10010001011110011011111111001000111110101110000110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BC37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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