#48CD3E

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

Shades of Lime Green #48CD3E

Tints of Lime Green #48CD3E

Color information

#48CD3E (or 0x48CD3E) is unknown color: approx Lime Green. HEX triplet: 48, CD and 3E. RGB value is (72,205,62). Sum of RGB (Red+Green+Blue) = 72+205+62=339 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.24% from 339); Green value is 205 (80.47% from 255 or 60.47% from 339); Blue value is 62 (24.61% from 255 or 18.29% from 339); Max value from RGB is 205 - color contains mainly: green. Hex color #48CD3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48CD3E is #B732C1. Grayscale: #959595. Windows color (decimal): -12006082 or 4115784. OLE color: 4115784.

HSL color Cylindrical-coordinate representation of color #48CD3E: hue angle of 115.8º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48CD3E is Cyan = 0.65, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB7220562-
CMYK0.6500.700.20
HSL115.8º58.85%52.35%-
HSV(B)115.8º69.76%80.39%-
XYZ25.3745.3911.98-
YUV148.9378.9473.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.24%
GREEN value IS 205 (80.47% from 255) = 60.47%
BLUE value IS 62 (24.61% from 255) = 18.29%
R=21.24%
G=60.47%
B=18.29%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal72205620.6500.700.20115.858.8552.35
Hex48CD3E4104614743b34
Octal110315761010106241647364
Binary100100011001101111110100000101000110101001110100111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48CD3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,205,62); }

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

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

 a { background-color: rgb(72,205,62); }

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

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

 span { border-color: rgb(72,205,62); }

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