#53d648

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

Shades of Lime Green #53D648

Tints of Lime Green #53D648

Color information

#53D648 (or 0x53D648) is unknown color: approx Lime Green. HEX triplet: 53, D6 and 48. RGB value is (83,214,72). Sum of RGB (Red+Green+Blue) = 83+214+72=369 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.49% from 369); Green value is 214 (83.98% from 255 or 57.99% from 369); Blue value is 72 (28.52% from 255 or 19.51% from 369); Max value from RGB is 214 - color contains mainly: green. Hex color #53D648 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53D648 is #AC29B7. Grayscale: #9F9F9F. Windows color (decimal): -11282872 or 4773459. OLE color: 4773459.

HSL color Cylindrical-coordinate representation of color #53D648: hue angle of 115.35º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53D648 is Cyan = 0.61, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB8321472-
CMYK0.6100.660.16
HSL115.35º63.39%56.08%-
HSV(B)115.35º66.36%83.92%-
XYZ28.7850.414.34-
YUV158.6479.174.05-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.49%
GREEN value IS 214 (83.98% from 255) = 57.99%
BLUE value IS 72 (28.52% from 255) = 19.51%
R=22.49%
G=57.99%
B=19.51%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal83214720.6100.660.16115.3563.3956.08
Hex53D6483D04210733f38
Octal123326110750102201637770
Binary101001111010110100100011110101000010100001110011111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53d648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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