#53DC40

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

Shades of Lime Green #53DC40

Tints of Lime Green #53DC40

Color information

#53DC40 (or 0x53DC40) is unknown color: approx Lime Green. HEX triplet: 53, DC and 40. RGB value is (83,220,64). Sum of RGB (Red+Green+Blue) = 83+220+64=367 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.62% from 367); Green value is 220 (86.33% from 255 or 59.95% from 367); Blue value is 64 (25.39% from 255 or 17.44% from 367); Max value from RGB is 220 - color contains mainly: green. Hex color #53DC40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53DC40 is #AC23BF. Grayscale: #A1A1A1. Windows color (decimal): -11281344 or 4250707. OLE color: 4250707.

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

Color convert

RGB8322064-
CMYK0.6200.710.14
HSL112.69º69.03%55.69%-
HSV(B)112.69º70.91%86.27%-
XYZ30.0953.413.57-
YUV161.2573.1172.18-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.62%
GREEN value IS 220 (86.33% from 255) = 59.95%
BLUE value IS 64 (25.39% from 255) = 17.44%
R=22.62%
G=59.95%
B=17.44%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal83220640.6200.710.14112.6969.0355.69
Hex53DC403E047E714538
Octal1233341007601071616110570
Binary101001111011100100000011111001000111111011100011000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53DC40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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