#53D948

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

Shades of Lime Green #53D948

Tints of Lime Green #53D948

Color information

#53D948 (or 0x53D948) is unknown color: approx Lime Green. HEX triplet: 53, D9 and 48. RGB value is (83,217,72). Sum of RGB (Red+Green+Blue) = 83+217+72=372 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.31% from 372); Green value is 217 (85.16% from 255 or 58.33% from 372); Blue value is 72 (28.52% from 255 or 19.35% from 372); Max value from RGB is 217 - color contains mainly: green. Hex color #53D948 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53D948 is #AC26B7. Grayscale: #A0A0A0. Windows color (decimal): -11282104 or 4774227. OLE color: 4774227.

HSL color Cylindrical-coordinate representation of color #53D948: hue angle of 115.45º 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 #53D948 is Cyan = 0.62, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB8321772-
CMYK0.6200.670.15
HSL115.45º65.61%56.67%-
HSV(B)115.45º66.82%85.1%-
XYZ29.5551.9314.6-
YUV160.478.1172.79-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.31%
GREEN value IS 217 (85.16% from 255) = 58.33%
BLUE value IS 72 (28.52% from 255) = 19.35%
R=22.31%
G=58.33%
B=19.35%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal83217720.6200.670.15115.4565.6156.67
Hex53D9483E043F734239
Octal1233311107601031716310271
Binary101001111011001100100011111001000011111111100111000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53D948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53D948; }

 p { color: rgb(83,217,72); }

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

<style>
 a { background-color: #53D948; }

 a { background-color: rgb(83,217,72); }

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

<style>
 span { border-color: #53D948; }

 span { border-color: rgb(83,217,72); }

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