#53DC4E

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

Shades of Lime Green #53DC4E

Tints of Lime Green #53DC4E

Color information

#53DC4E (or 0x53DC4E) is unknown color: approx Lime Green. HEX triplet: 53, DC and 4E. RGB value is (83,220,78). Sum of RGB (Red+Green+Blue) = 83+220+78=381 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.78% from 381); Green value is 220 (86.33% from 255 or 57.74% from 381); Blue value is 78 (30.86% from 255 or 20.47% from 381); Max value from RGB is 220 - color contains mainly: green. Hex color #53DC4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53DC4E is #AC23B1. Grayscale: #A3A3A3. Windows color (decimal): -11281330 or 5168211. OLE color: 5168211.

HSL color Cylindrical-coordinate representation of color #53DC4E: hue angle of 117.89º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53DC4E is Cyan = 0.62, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB8322078-
CMYK0.6200.650.14
HSL117.89º66.98%58.43%-
HSV(B)117.89º64.55%86.27%-
XYZ30.5453.5815.94-
YUV162.8580.1171.05-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.78%
GREEN value IS 220 (86.33% from 255) = 57.74%
BLUE value IS 78 (30.86% from 255) = 20.47%
R=21.78%
G=57.74%
B=20.47%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal83220780.6200.650.14117.8966.9858.43
Hex53DC4E3E041E76433a
Octal1233341167601011616610372
Binary101001111011100100111011111001000001111011101101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53DC4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,220,78); }

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

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

 a { background-color: rgb(83,220,78); }

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

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

 span { border-color: rgb(83,220,78); }

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