Html Css Color HEX #53D040 Lime Green

📋 copy color: '#53D040'

red 83 ◦ green 208 ◦ blue 64

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

Shades of Lime Green #53D040

Tints of Lime Green #53D040

RGB

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

 GREEN value IS 208 (81.64% from 255) = 58.59%

 BLUE value IS 64 (25.39% from 255) = 18.03%

R = 23.38%
G = 58.59%
B = 18.03%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#53D040 (or 0x53D040) is known color: Lime Green. HEX triplet: 53, D0 and 40. RGB value is (83,208,64). Sum of RGB (Red+Green+Blue) = 83+208+64=355 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.38% from 355); Green value is 208 (81.64% from 255 or 58.59% from 355); Blue value is 64 (25.39% from 255 or 18.03% from 355); Max value from RGB is 208 - color contains mainly: green. Hex color #53D040 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53D040 is #AC2FBF. Grayscale: #9A9A9A. Windows color (decimal): -11284416 or 4247635. OLE color: 4247635.

HSL color Cylindrical-coordinate representation of color #53D040: hue angle of 112.08º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #53D040 is Cyan = 0.60, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 83 208 64 -
CMYK 0.60 0 0.69 0.18
HSL 112.08º 0.61% 0.53% -
HSV(B) 112.08º 0.69% 0.82% -
XYZ 27.05 47.32 12.56 -
YUV 154.21 77.09 77.21 -
System Red Green Blue C M Y K H S L
Decimal 83 208 64 0.60 0 0.69 0.18 112.08 0.61 0.53
Hex 53 D0 40 3C 0 45 12 70 3D 35
Octal 123 320 100 74 0 105 22 160 75 65
Binary 1010011 11010000 1000000 111100 0 1000101 10010 1110000 111101 110101

Color Harmonies of #53D040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D040

Black with #53D040

Text Example


Text Example

White with #53D040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,208,64); }

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

background-color css

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

 a { background-color: rgb(83,208,64); }

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

border-color css

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

 span { border-color: rgb(83,208,64); }

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