#53D844

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

Shades of Lime Green #53D844

Tints of Lime Green #53D844

Color information

#53D844 (or 0x53D844) is unknown color: approx Lime Green. HEX triplet: 53, D8 and 44. RGB value is (83,216,68). Sum of RGB (Red+Green+Blue) = 83+216+68=367 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.62% from 367); Green value is 216 (84.77% from 255 or 58.86% from 367); Blue value is 68 (26.95% from 255 or 18.53% from 367); Max value from RGB is 216 - color contains mainly: green. Hex color #53D844 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53D844 is #AC27BB. Grayscale: #9F9F9F. Windows color (decimal): -11282364 or 4511827. OLE color: 4511827.

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

Color convert

RGB8321668-
CMYK0.6200.690.15
HSL113.92º65.49%55.69%-
HSV(B)113.92º68.52%84.71%-
XYZ29.1751.3713.85-
YUV159.3676.4473.53-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.62%
GREEN value IS 216 (84.77% from 255) = 58.86%
BLUE value IS 68 (26.95% from 255) = 18.53%
R=22.62%
G=58.86%
B=18.53%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal83216680.6200.690.15113.9265.4955.69
Hex53D8443E045F724138
Octal1233301047601051716210170
Binary101001111011000100010011111001000101111111100101000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53D844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,216,68); }

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

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

 a { background-color: rgb(83,216,68); }

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

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

 span { border-color: rgb(83,216,68); }

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