#48DA4D

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

Shades of Lime Green #48DA4D

Tints of Lime Green #48DA4D

Color information

#48DA4D (or 0x48DA4D) is unknown color: approx Lime Green. HEX triplet: 48, DA and 4D. RGB value is (72,218,77). Sum of RGB (Red+Green+Blue) = 72+218+77=367 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.62% from 367); Green value is 218 (85.55% from 255 or 59.40% from 367); Blue value is 77 (30.47% from 255 or 20.98% from 367); Max value from RGB is 218 - color contains mainly: green. Hex color #48DA4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48DA4D is #B725B2. Grayscale: #9E9E9E. Windows color (decimal): -12002739 or 5102152. OLE color: 5102152.

HSL color Cylindrical-coordinate representation of color #48DA4D: hue angle of 122.05º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48DA4D is Cyan = 0.67, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB7221877-
CMYK0.6700.650.15
HSL122.05º66.36%56.86%-
HSV(B)122.05º66.97%85.49%-
XYZ29.0852.0615.54-
YUV158.2782.1366.46-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.62%
GREEN value IS 218 (85.55% from 255) = 59.40%
BLUE value IS 77 (30.47% from 255) = 20.98%
R=19.62%
G=59.40%
B=20.98%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal72218770.6700.650.15122.0566.3656.86
Hex48DA4D43041F7a4239
Octal11033211510301011717210271
Binary1001000110110101001101100001101000001111111110101000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48DA4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,218,77); }

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

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

 a { background-color: rgb(72,218,77); }

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

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

 span { border-color: rgb(72,218,77); }

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