Html Css Color HEX #53D545 Lime Green

📋 copy color: '#53D545'

red 83 ◦ green 213 ◦ blue 69

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

Shades of Lime Green #53D545

Tints of Lime Green #53D545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.9%

R = 22.74%
G = 58.36%
B = 18.9%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#53D545 (or 0x53D545) is known color: Lime Green. HEX triplet: 53, D5 and 45. RGB value is (83,213,69). Sum of RGB (Red+Green+Blue) = 83+213+69=365 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.74% from 365); Green value is 213 (83.59% from 255 or 58.36% from 365); Blue value is 69 (27.34% from 255 or 18.90% from 365); Max value from RGB is 213 - color contains mainly: green. Hex color #53D545 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53D545 is #AC2ABA. Grayscale: #9E9E9E. Windows color (decimal): -11283131 or 4576595. OLE color: 4576595.

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

Color convert

RGB 83 213 69 -
CMYK 0.61 0 0.68 0.16
HSL 114.17º 0.63% 0.55% -
HSV(B) 114.17º 0.68% 0.84% -
XYZ 28.44 49.86 13.75 -
YUV 157.71 77.93 74.71 -
System Red Green Blue C M Y K H S L
Decimal 83 213 69 0.61 0 0.68 0.16 114.17 0.63 0.55
Hex 53 D5 45 3D 0 44 10 72 3F 37
Octal 123 325 105 75 0 104 20 162 77 67
Binary 1010011 11010101 1000101 111101 0 1000100 10000 1110010 111111 110111

Color Harmonies of #53D545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D545

Black with #53D545

Text Example


Text Example

White with #53D545

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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