#53E140

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

Shades of Lime Green #53E140

Tints of Lime Green #53E140

Color information

#53E140 (or 0x53E140) is unknown color: approx Lime Green. HEX triplet: 53, E1 and 40. RGB value is (83,225,64). Sum of RGB (Red+Green+Blue) = 83+225+64=372 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.31% from 372); Green value is 225 (88.28% from 255 or 60.48% from 372); Blue value is 64 (25.39% from 255 or 17.20% from 372); Max value from RGB is 225 - color contains mainly: green. Hex color #53E140 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53E140 is #AC1EBF. Grayscale: #A4A4A4. Windows color (decimal): -11280064 or 4251987. OLE color: 4251987.

HSL color Cylindrical-coordinate representation of color #53E140: hue angle of 112.92º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #53E140 is Cyan = 0.63, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB8322564-
CMYK0.6300.720.12
HSL112.92º72.85%56.67%-
HSV(B)112.92º71.56%88.24%-
XYZ31.4256.0614.02-
YUV164.1971.4670.09-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.31%
GREEN value IS 225 (88.28% from 255) = 60.48%
BLUE value IS 64 (25.39% from 255) = 17.20%
R=22.31%
G=60.48%
B=17.20%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal83225640.6300.720.12112.9272.8556.67
Hex53E1403F048C714939
Octal1233411007701101416111171
Binary101001111100001100000011111101001000110011100011001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53E140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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