#48E53D

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

Shades of Lime Green #48E53D

Tints of Lime Green #48E53D

Color information

#48E53D (or 0x48E53D) is unknown color: approx Lime Green. HEX triplet: 48, E5 and 3D. RGB value is (72,229,61). Sum of RGB (Red+Green+Blue) = 72+229+61=362 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.89% from 362); Green value is 229 (89.84% from 255 or 63.26% from 362); Blue value is 61 (24.22% from 255 or 16.85% from 362); Max value from RGB is 229 - color contains mainly: green. Hex color #48E53D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48E53D is #B71AC2. Grayscale: #A3A3A3. Windows color (decimal): -11999939 or 4056392. OLE color: 4056392.

HSL color Cylindrical-coordinate representation of color #48E53D: hue angle of 116.07º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #48E53D is Cyan = 0.69, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.

Color convert

RGB7222961-
CMYK0.6900.730.10
HSL116.07º76.36%56.86%-
HSV(B)116.07º73.36%89.8%-
XYZ31.5357.7513.9-
YUV162.970.4963.16-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.89%
GREEN value IS 229 (89.84% from 255) = 63.26%
BLUE value IS 61 (24.22% from 255) = 16.85%
R=19.89%
G=63.26%
B=16.85%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal72229610.6900.730.10116.0776.3656.86
Hex48E53D45049A744c39
Octal1103457510501111216411471
Binary100100011100101111101100010101001001101011101001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48E53D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,229,61); }

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

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

 a { background-color: rgb(72,229,61); }

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

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

 span { border-color: rgb(72,229,61); }

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