Html Css Color HEX #53D448 Lime Green

📋 copy color: '#53D448'

red 83 ◦ green 212 ◦ blue 72

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

Shades of Lime Green #53D448

Tints of Lime Green #53D448

RGB

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

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

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

R = 22.62%
G = 57.77%
B = 19.62%

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

#53D448 (or 0x53D448) is known color: Lime Green. HEX triplet: 53, D4 and 48. RGB value is (83,212,72). Sum of RGB (Red+Green+Blue) = 83+212+72=367 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.62% from 367); Green value is 212 (83.20% from 255 or 57.77% from 367); Blue value is 72 (28.52% from 255 or 19.62% from 367); Max value from RGB is 212 - color contains mainly: green. Hex color #53D448 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53D448 is #AC2BB7. Grayscale: #9D9D9D. Windows color (decimal): -11283384 or 4772947. OLE color: 4772947.

HSL color Cylindrical-coordinate representation of color #53D448: hue angle of 115.29º 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 #53D448 is Cyan = 0.61, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB 83 212 72 -
CMYK 0.61 0 0.66 0.17
HSL 115.29º 0.62% 0.56% -
HSV(B) 115.29º 0.66% 0.83% -
XYZ 28.28 49.39 14.17 -
YUV 157.47 79.76 74.88 -
System Red Green Blue C M Y K H S L
Decimal 83 212 72 0.61 0 0.66 0.17 115.29 0.62 0.56
Hex 53 D4 48 3D 0 42 11 73 3E 38
Octal 123 324 110 75 0 102 21 163 76 70
Binary 1010011 11010100 1001000 111101 0 1000010 10001 1110011 111110 111000

Color Harmonies of #53D448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D448

Black with #53D448

Text Example


Text Example

White with #53D448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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