Html Css Color HEX #53D53F Lime Green

📋 copy color: '#53D53F'

red 83 ◦ green 213 ◦ blue 63

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

Shades of Lime Green #53D53F

Tints of Lime Green #53D53F

RGB

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

 GREEN value IS 213 (83.59% from 255) = 59.33%

 BLUE value IS 63 (25% from 255) = 17.55%

R = 23.12%
G = 59.33%
B = 17.55%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#53D53F (or 0x53D53F) is known color: Lime Green. HEX triplet: 53, D5 and 3F. RGB value is (83,213,63). Sum of RGB (Red+Green+Blue) = 83+213+63=359 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.12% from 359); Green value is 213 (83.59% from 255 or 59.33% from 359); Blue value is 63 (25% from 255 or 17.55% from 359); Max value from RGB is 213 - color contains mainly: green. Hex color #53D53F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53D53F is #AC2AC0. Grayscale: #9D9D9D. Windows color (decimal): -11283137 or 4183379. OLE color: 4183379.

HSL color Cylindrical-coordinate representation of color #53D53F: hue angle of 112º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #53D53F is Cyan = 0.61, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 83 213 63 -
CMYK 0.61 0 0.70 0.16
HSL 112º 0.64% 0.54% -
HSV(B) 112º 0.7% 0.84% -
XYZ 28.26 49.79 12.82 -
YUV 157.03 74.93 75.2 -
System Red Green Blue C M Y K H S L
Decimal 83 213 63 0.61 0 0.70 0.16 112 0.64 0.54
Hex 53 D5 3F 3D 0 46 10 70 40 36
Octal 123 325 77 75 0 106 20 160 100 66
Binary 1010011 11010101 111111 111101 0 1000110 10000 1110000 1000000 110110

Color Harmonies of #53D53F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D53F

Black with #53D53F

Text Example


Text Example

White with #53D53F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,213,63); }

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

background-color css

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

 a { background-color: rgb(83,213,63); }

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

border-color css

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

 span { border-color: rgb(83,213,63); }

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