#53D44C

Color #53D44C Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #53D44C

Tints of Lime Green #53D44C

Color information

#53D44C (or 0x53D44C) is unknown color: approx Lime Green. HEX triplet: 53, D4 and 4C. RGB value is (83,212,76). Sum of RGB (Red+Green+Blue) = 83+212+76=371 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.37% from 371); Green value is 212 (83.20% from 255 or 57.14% from 371); Blue value is 76 (30.08% from 255 or 20.49% from 371); Max value from RGB is 212 - color contains mainly: green. Hex color #53D44C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53D44C is #AC2BB3. Grayscale: #9E9E9E. Windows color (decimal): -11283380 or 5035091. OLE color: 5035091.

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

Color convert

RGB8321276-
CMYK0.6100.640.17
HSL116.91º61.26%56.47%-
HSV(B)116.91º64.15%83.14%-
XYZ28.4249.4514.88-
YUV157.9281.7674.56-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.37%
GREEN value IS 212 (83.20% from 255) = 57.14%
BLUE value IS 76 (30.08% from 255) = 20.49%
R=22.37%
G=57.14%
B=20.49%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal83212760.6100.640.17116.9161.2656.47
Hex53D44C3D04011753d38
Octal123324114750100211657570
Binary101001111010100100110011110101000000100011110101111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53D44C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #53D44C;
 }
 .AnyTagClassName
 {
   color: #53D44C;
 }
</style>
background-color css

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

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

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

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

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

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