Html Css Color HEX #53DC49 Lime Green

📋 copy color: '#53DC49'

red 83 ◦ green 220 ◦ blue 73

#53DC49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #53DC49

Tints of Lime Green #53DC49

RGB

 RED value IS 83 (32.81% from 255) = 22.07%

 GREEN value IS 220 (86.33% from 255) = 58.51%

 BLUE value IS 73 (28.91% from 255) = 19.41%

R = 22.07%
G = 58.51%
B = 19.41%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#53DC49 (or 0x53DC49) is known color: Lime Green. HEX triplet: 53, DC and 49. RGB value is (83,220,73). Sum of RGB (Red+Green+Blue) = 83+220+73=376 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.07% from 376); Green value is 220 (86.33% from 255 or 58.51% from 376); Blue value is 73 (28.91% from 255 or 19.41% from 376); Max value from RGB is 220 - color contains mainly: green. Hex color #53DC49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53DC49 is #AC23B6. Grayscale: #A2A2A2. Windows color (decimal): -11281335 or 4840531. OLE color: 4840531.

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

Color convert

RGB 83 220 73 -
CMYK 0.62 0 0.67 0.14
HSL 115.92º 0.68% 0.57% -
HSV(B) 115.92º 0.67% 0.86% -
XYZ 30.36 53.51 15.03 -
YUV 162.28 77.61 71.45 -
System Red Green Blue C M Y K H S L
Decimal 83 220 73 0.62 0 0.67 0.14 115.92 0.68 0.57
Hex 53 DC 49 3E 0 43 E 74 44 39
Octal 123 334 111 76 0 103 16 164 104 71
Binary 1010011 11011100 1001001 111110 0 1000011 1110 1110100 1000100 111001

Color Harmonies of #53DC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DC49

Black with #53DC49

Text Example


Text Example

White with #53DC49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #53DC49;
 }
 .AnyTagClassName
 {
   color: #53DC49;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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