Html Css Color HEX #53DE49 Lime Green

📋 copy color: '#53DE49'

red 83 ◦ green 222 ◦ blue 73

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

Shades of Lime Green #53DE49

Tints of Lime Green #53DE49

RGB

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

 GREEN value IS 222 (87.11% from 255) = 58.73%

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

R = 21.96%
G = 58.73%
B = 19.31%

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

#53DE49 (or 0x53DE49) is known color: Lime Green. HEX triplet: 53, DE and 49. RGB value is (83,222,73). Sum of RGB (Red+Green+Blue) = 83+222+73=378 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.96% from 378); Green value is 222 (87.11% from 255 or 58.73% from 378); Blue value is 73 (28.91% from 255 or 19.31% from 378); Max value from RGB is 222 - color contains mainly: green. Hex color #53DE49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53DE49 is #AC21B6. Grayscale: #A3A3A3. Windows color (decimal): -11280823 or 4841043. OLE color: 4841043.

HSL color Cylindrical-coordinate representation of color #53DE49: hue angle of 115.97º degrees, saturation: 0.69, 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 #53DE49 is Cyan = 0.63, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 222 73 -
CMYK 0.63 0 0.67 0.13
HSL 115.97º 0.69% 0.58% -
HSV(B) 115.97º 0.67% 0.87% -
XYZ 30.89 54.56 15.21 -
YUV 163.45 76.95 70.62 -
System Red Green Blue C M Y K H S L
Decimal 83 222 73 0.63 0 0.67 0.13 115.97 0.69 0.58
Hex 53 DE 49 3F 0 43 D 74 45 3A
Octal 123 336 111 77 0 103 15 164 105 72
Binary 1010011 11011110 1001001 111111 0 1000011 1101 1110100 1000101 111010

Color Harmonies of #53DE49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DE49

Black with #53DE49

Text Example


Text Example

White with #53DE49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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