#48BC3B

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

Shades of Lime Green #48BC3B

Tints of Lime Green #48BC3B

Color information

#48BC3B (or 0x48BC3B) is unknown color: approx Lime Green. HEX triplet: 48, BC and 3B. RGB value is (72,188,59). Sum of RGB (Red+Green+Blue) = 72+188+59=319 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.57% from 319); Green value is 188 (73.83% from 255 or 58.93% from 319); Blue value is 59 (23.44% from 255 or 18.50% from 319); Max value from RGB is 188 - color contains mainly: green. Hex color #48BC3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48BC3B is #B743C4. Grayscale: #8B8B8B. Windows color (decimal): -12010437 or 3914824. OLE color: 3914824.

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

Color convert

RGB7218859-
CMYK0.6200.690.26
HSL113.95º52.23%48.43%-
HSV(B)113.95º68.62%73.73%-
XYZ21.4537.6610.28-
YUV138.6183.0780.49-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.57%
GREEN value IS 188 (73.83% from 255) = 58.93%
BLUE value IS 59 (23.44% from 255) = 18.50%
R=22.57%
G=58.93%
B=18.50%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal72188590.6200.690.26113.9552.2348.43
Hex48BC3B3E0451A723430
Octal11027473760105321626460
Binary10010001011110011101111111001000101110101110010110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BC3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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