#48ED3C

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

Shades of Lime Green #48ED3C

Tints of Lime Green #48ED3C

Color information

#48ED3C (or 0x48ED3C) is unknown color: approx Lime Green. HEX triplet: 48, ED and 3C. RGB value is (72,237,60). Sum of RGB (Red+Green+Blue) = 72+237+60=369 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.51% from 369); Green value is 237 (92.97% from 255 or 64.23% from 369); Blue value is 60 (23.83% from 255 or 16.26% from 369); Max value from RGB is 237 - color contains mainly: green. Hex color #48ED3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48ED3C is #B712C3. Grayscale: #A8A8A8. Windows color (decimal): -11997892 or 3992904. OLE color: 3992904.

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

Color convert

RGB7223760-
CMYK0.7000.750.07
HSL115.93º83.1%58.24%-
HSV(B)115.93º74.68%92.94%-
XYZ33.7762.2714.51-
YUV167.4967.3459.89-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.51%
GREEN value IS 237 (92.97% from 255) = 64.23%
BLUE value IS 60 (23.83% from 255) = 16.26%
R=19.51%
G=64.23%
B=16.26%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal72237600.7000.750.07115.9383.158.24
Hex48ED3C4604B774533a
Octal110355741060113716412372
Binary10010001110110111110010001100100101111111101001010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48ED3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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