#48ED46

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

Shades of Lime Green #48ED46

Tints of Lime Green #48ED46

Color information

#48ED46 (or 0x48ED46) is unknown color: approx Lime Green. HEX triplet: 48, ED and 46. RGB value is (72,237,70). Sum of RGB (Red+Green+Blue) = 72+237+70=379 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.00% from 379); Green value is 237 (92.97% from 255 or 62.53% from 379); Blue value is 70 (27.73% from 255 or 18.47% from 379); Max value from RGB is 237 - color contains mainly: green. Hex color #48ED46 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48ED46 is #B712B9. Grayscale: #A9A9A9. Windows color (decimal): -11997882 or 4648264. OLE color: 4648264.

HSL color Cylindrical-coordinate representation of color #48ED46: hue angle of 119.28º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48ED46 is Cyan = 0.70, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB7223770-
CMYK0.7000.700.07
HSL119.28º82.27%60.2%-
HSV(B)119.28º70.46%92.94%-
XYZ34.0662.3916.04-
YUV168.6372.3459.08-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.00%
GREEN value IS 237 (92.97% from 255) = 62.53%
BLUE value IS 70 (27.73% from 255) = 18.47%
R=19.00%
G=62.53%
B=18.47%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal72237700.7000.700.07119.2882.2760.2
Hex48ED4646046777523c
Octal1103551061060106716712274
Binary100100011101101100011010001100100011011111101111010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48ED46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,237,70); }

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

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

 a { background-color: rgb(72,237,70); }

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

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

 span { border-color: rgb(72,237,70); }

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