#48dc3f

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

Shades of Lime Green #48DC3F

Tints of Lime Green #48DC3F

Color information

#48DC3F (or 0x48DC3F) is unknown color: approx Lime Green. HEX triplet: 48, DC and 3F. RGB value is (72,220,63). Sum of RGB (Red+Green+Blue) = 72+220+63=355 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.28% from 355); Green value is 220 (86.33% from 255 or 61.97% from 355); Blue value is 63 (25% from 255 or 17.75% from 355); Max value from RGB is 220 - color contains mainly: green. Hex color #48DC3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48DC3F is #B723C0. Grayscale: #9E9E9E. Windows color (decimal): -12002241 or 4185160. OLE color: 4185160.

HSL color Cylindrical-coordinate representation of color #48DC3F: hue angle of 116.56º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48DC3F is Cyan = 0.67, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB7222063-
CMYK0.6700.710.14
HSL116.56º69.16%55.49%-
HSV(B)116.56º71.36%86.27%-
XYZ29.1652.9213.38-
YUV157.8574.4766.77-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.28%
GREEN value IS 220 (86.33% from 255) = 61.97%
BLUE value IS 63 (25% from 255) = 17.75%
R=20.28%
G=61.97%
B=17.75%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal72220630.6700.710.14116.5669.1655.49
Hex48DC3F43047E754537
Octal1103347710301071616510567
Binary100100011011100111111100001101000111111011101011000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48dc3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,220,63); }

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

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

 a { background-color: rgb(72,220,63); }

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

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

 span { border-color: rgb(72,220,63); }

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