#48F43B

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

Shades of Lime Green #48F43B

Tints of Lime Green #48F43B

Color information

#48F43B (or 0x48F43B) is unknown color: approx Lime Green. HEX triplet: 48, F4 and 3B. RGB value is (72,244,59). Sum of RGB (Red+Green+Blue) = 72+244+59=375 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.2% from 375); Green value is 244 (95.70% from 255 or 65.07% from 375); Blue value is 59 (23.44% from 255 or 15.73% from 375); Max value from RGB is 244 - color contains mainly: green. Hex color #48F43B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48F43B is #B70BC4. Grayscale: #ACACAC. Windows color (decimal): -11996101 or 3929160. OLE color: 3929160.

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

Color convert

RGB7224459-
CMYK0.7000.760.04
HSL115.78º89.37%59.41%-
HSV(B)115.78º75.82%95.69%-
XYZ35.8166.3915.07-
YUV171.4864.5257.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.2%
GREEN value IS 244 (95.70% from 255) = 65.07%
BLUE value IS 59 (23.44% from 255) = 15.73%
R=19.2%
G=65.07%
B=15.73%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal72244590.7000.760.04115.7889.3759.41
Hex48F43B4604C474593b
Octal110364731060114416413173
Binary10010001111010011101110001100100110010011101001011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48F43B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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