#48BB3D

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

Shades of Lime Green #48BB3D

Tints of Lime Green #48BB3D

Color information

#48BB3D (or 0x48BB3D) is unknown color: approx Lime Green. HEX triplet: 48, BB and 3D. RGB value is (72,187,61). Sum of RGB (Red+Green+Blue) = 72+187+61=320 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.5% from 320); Green value is 187 (73.44% from 255 or 58.44% from 320); Blue value is 61 (24.22% from 255 or 19.06% from 320); Max value from RGB is 187 - color contains mainly: green. Hex color #48BB3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48BB3D is #B744C2. Grayscale: #8A8A8A. Windows color (decimal): -12010691 or 4045640. OLE color: 4045640.

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

Color convert

RGB7218761-
CMYK0.6100.670.27
HSL114.76º50.81%48.63%-
HSV(B)114.76º67.38%73.33%-
XYZ21.2937.2610.48-
YUV138.2584.480.75-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.5%
GREEN value IS 187 (73.44% from 255) = 58.44%
BLUE value IS 61 (24.22% from 255) = 19.06%
R=22.5%
G=58.44%
B=19.06%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal72187610.6100.670.27114.7650.8148.63
Hex48BB3D3D0431B733331
Octal11027375750103331636361
Binary10010001011101111110111110101000011110111110011110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BB3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,187,61); }

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

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

 a { background-color: rgb(72,187,61); }

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

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

 span { border-color: rgb(72,187,61); }

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