Html Css Color HEX #53DF49 Lime Green

📋 copy color: '#53DF49'

red 83 ◦ green 223 ◦ blue 73

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

Shades of Lime Green #53DF49

Tints of Lime Green #53DF49

RGB

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

 GREEN value IS 223 (87.5% from 255) = 58.84%

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

R = 21.9%
G = 58.84%
B = 19.26%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#53DF49 (or 0x53DF49) is known color: Lime Green. HEX triplet: 53, DF and 49. RGB value is (83,223,73). Sum of RGB (Red+Green+Blue) = 83+223+73=379 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.90% from 379); Green value is 223 (87.5% from 255 or 58.84% from 379); Blue value is 73 (28.91% from 255 or 19.26% from 379); Max value from RGB is 223 - color contains mainly: green. Hex color #53DF49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53DF49 is #AC20B6. Grayscale: #A4A4A4. Windows color (decimal): -11280567 or 4841299. OLE color: 4841299.

HSL color Cylindrical-coordinate representation of color #53DF49: hue angle of 116º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53DF49 is Cyan = 0.63, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 223 73 -
CMYK 0.63 0 0.67 0.13
HSL 116º 0.7% 0.58% -
HSV(B) 116º 0.67% 0.87% -
XYZ 31.16 55.1 15.3 -
YUV 164.04 76.62 70.2 -
System Red Green Blue C M Y K H S L
Decimal 83 223 73 0.63 0 0.67 0.13 116 0.7 0.58
Hex 53 DF 49 3F 0 43 D 74 46 3A
Octal 123 337 111 77 0 103 15 164 106 72
Binary 1010011 11011111 1001001 111111 0 1000011 1101 1110100 1000110 111010

Color Harmonies of #53DF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DF49

Black with #53DF49

Text Example


Text Example

White with #53DF49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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