#48F63A

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

Shades of Lime Green #48F63A

Tints of Lime Green #48F63A

Color information

#48F63A (or 0x48F63A) is unknown color: approx Lime Green. HEX triplet: 48, F6 and 3A. RGB value is (72,246,58). Sum of RGB (Red+Green+Blue) = 72+246+58=376 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.15% from 376); Green value is 246 (96.48% from 255 or 65.43% from 376); Blue value is 58 (23.05% from 255 or 15.43% from 376); Max value from RGB is 246 - color contains mainly: green. Hex color #48F63A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48F63A is #B709C5. Grayscale: #ADADAD. Windows color (decimal): -11995590 or 3864136. OLE color: 3864136.

HSL color Cylindrical-coordinate representation of color #48F63A: hue angle of 115.53º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #48F63A is Cyan = 0.71, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB7224658-
CMYK0.7100.760.04
HSL115.53º91.26%59.61%-
HSV(B)115.53º76.42%96.47%-
XYZ36.3967.5915.13-
YUV172.5463.3556.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.15%
GREEN value IS 246 (96.48% from 255) = 65.43%
BLUE value IS 58 (23.05% from 255) = 15.43%
R=19.15%
G=65.43%
B=15.43%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal72246580.7100.760.04115.5391.2659.61
Hex48F63A4704C4745b3c
Octal110366721070114416413374
Binary10010001111011011101010001110100110010011101001011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48F63A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,246,58); }

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

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

 a { background-color: rgb(72,246,58); }

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

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

 span { border-color: rgb(72,246,58); }

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