Html Css Color HEX #53D441 Lime Green

📋 copy color: '#53D441'

red 83 ◦ green 212 ◦ blue 65

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

Shades of Lime Green #53D441

Tints of Lime Green #53D441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.06%

R = 23.06%
G = 58.89%
B = 18.06%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#53D441 (or 0x53D441) is known color: Lime Green. HEX triplet: 53, D4 and 41. RGB value is (83,212,65). Sum of RGB (Red+Green+Blue) = 83+212+65=360 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.06% from 360); Green value is 212 (83.20% from 255 or 58.89% from 360); Blue value is 65 (25.78% from 255 or 18.06% from 360); Max value from RGB is 212 - color contains mainly: green. Hex color #53D441 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53D441 is #AC2BBE. Grayscale: #9D9D9D. Windows color (decimal): -11283391 or 4314195. OLE color: 4314195.

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

Color convert

RGB 83 212 65 -
CMYK 0.61 0 0.69 0.17
HSL 112.65º 0.63% 0.54% -
HSV(B) 112.65º 0.69% 0.83% -
XYZ 28.06 49.31 13.04 -
YUV 156.67 76.26 75.45 -
System Red Green Blue C M Y K H S L
Decimal 83 212 65 0.61 0 0.69 0.17 112.65 0.63 0.54
Hex 53 D4 41 3D 0 45 11 71 3F 36
Octal 123 324 101 75 0 105 21 161 77 66
Binary 1010011 11010100 1000001 111101 0 1000101 10001 1110001 111111 110110

Color Harmonies of #53D441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D441

Black with #53D441

Text Example


Text Example

White with #53D441

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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