Html Css Color HEX #53D449 Lime Green

📋 copy color: '#53D449'

red 83 ◦ green 212 ◦ blue 73

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

Shades of Lime Green #53D449

Tints of Lime Green #53D449

RGB

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

 GREEN value IS 212 (83.2% from 255) = 57.61%

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

R = 22.55%
G = 57.61%
B = 19.84%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#53D449 (or 0x53D449) is known color: Lime Green. HEX triplet: 53, D4 and 49. RGB value is (83,212,73). Sum of RGB (Red+Green+Blue) = 83+212+73=368 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.55% from 368); Green value is 212 (83.20% from 255 or 57.61% from 368); Blue value is 73 (28.91% from 255 or 19.84% from 368); Max value from RGB is 212 - color contains mainly: green. Hex color #53D449 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53D449 is #AC2BB6. Grayscale: #9E9E9E. Windows color (decimal): -11283383 or 4838483. OLE color: 4838483.

HSL color Cylindrical-coordinate representation of color #53D449: hue angle of 115.68º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53D449 is Cyan = 0.61, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB 83 212 73 -
CMYK 0.61 0 0.66 0.17
HSL 115.68º 0.62% 0.56% -
HSV(B) 115.68º 0.66% 0.83% -
XYZ 28.31 49.41 14.35 -
YUV 157.58 80.26 74.8 -
System Red Green Blue C M Y K H S L
Decimal 83 212 73 0.61 0 0.66 0.17 115.68 0.62 0.56
Hex 53 D4 49 3D 0 42 11 74 3E 38
Octal 123 324 111 75 0 102 21 164 76 70
Binary 1010011 11010100 1001001 111101 0 1000010 10001 1110100 111110 111000

Color Harmonies of #53D449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D449

Black with #53D449

Text Example


Text Example

White with #53D449

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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