Html Css Color HEX #53D648 Lime Green

📋 copy color: '#53D648'

red 83 ◦ green 214 ◦ blue 72

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

Shades of Lime Green #53D648

Tints of Lime Green #53D648

RGB

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

 GREEN value IS 214 (83.98% from 255) = 57.99%

 BLUE value IS 72 (28.52% from 255) = 19.51%

R = 22.49%
G = 57.99%
B = 19.51%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#53D648 (or 0x53D648) is known color: Lime Green. HEX triplet: 53, D6 and 48. RGB value is (83,214,72). Sum of RGB (Red+Green+Blue) = 83+214+72=369 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.49% from 369); Green value is 214 (83.98% from 255 or 57.99% from 369); Blue value is 72 (28.52% from 255 or 19.51% from 369); Max value from RGB is 214 - color contains mainly: green. Hex color #53D648 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53D648 is #AC29B7. Grayscale: #9F9F9F. Windows color (decimal): -11282872 or 4773459. OLE color: 4773459.

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

Color convert

RGB 83 214 72 -
CMYK 0.61 0 0.66 0.16
HSL 115.35º 0.63% 0.56% -
HSV(B) 115.35º 0.66% 0.84% -
XYZ 28.78 50.4 14.34 -
YUV 158.64 79.1 74.05 -
System Red Green Blue C M Y K H S L
Decimal 83 214 72 0.61 0 0.66 0.16 115.35 0.63 0.56
Hex 53 D6 48 3D 0 42 10 73 3F 38
Octal 123 326 110 75 0 102 20 163 77 70
Binary 1010011 11010110 1001000 111101 0 1000010 10000 1110011 111111 111000

Color Harmonies of #53D648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D648

Black with #53D648

Text Example


Text Example

White with #53D648

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,214,72); }

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

background-color css

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

 a { background-color: rgb(83,214,72); }

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

border-color css

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

 span { border-color: rgb(83,214,72); }

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