#48ED43

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

Shades of Lime Green #48ED43

Tints of Lime Green #48ED43

Color information

#48ED43 (or 0x48ED43) is unknown color: approx Lime Green. HEX triplet: 48, ED and 43. RGB value is (72,237,67). Sum of RGB (Red+Green+Blue) = 72+237+67=376 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.15% from 376); Green value is 237 (92.97% from 255 or 63.03% from 376); Blue value is 67 (26.56% from 255 or 17.82% from 376); Max value from RGB is 237 - color contains mainly: green. Hex color #48ED43 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48ED43 is #B712BC. Grayscale: #A8A8A8. Windows color (decimal): -11997885 or 4451656. OLE color: 4451656.

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

Color convert

RGB7223767-
CMYK0.7000.720.07
HSL118.24º82.52%59.61%-
HSV(B)118.24º71.73%92.94%-
XYZ33.9762.3515.55-
YUV168.2870.8459.32-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.15%
GREEN value IS 237 (92.97% from 255) = 63.03%
BLUE value IS 67 (26.56% from 255) = 17.82%
R=19.15%
G=63.03%
B=17.82%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal72237670.7000.720.07118.2482.5259.61
Hex48ED4346048776533c
Octal1103551031060110716612374
Binary100100011101101100001110001100100100011111101101010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48ED43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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