#53E13D

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

Shades of Lime Green #53E13D

Tints of Lime Green #53E13D

Color information

#53E13D (or 0x53E13D) is unknown color: approx Lime Green. HEX triplet: 53, E1 and 3D. RGB value is (83,225,61). Sum of RGB (Red+Green+Blue) = 83+225+61=369 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.49% from 369); Green value is 225 (88.28% from 255 or 60.98% from 369); Blue value is 61 (24.22% from 255 or 16.53% from 369); Max value from RGB is 225 - color contains mainly: green. Hex color #53E13D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53E13D is #AC1EC2. Grayscale: #A4A4A4. Windows color (decimal): -11280067 or 4055379. OLE color: 4055379.

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

Color convert

RGB8322561-
CMYK0.6300.730.12
HSL111.95º73.21%56.08%-
HSV(B)111.95º72.89%88.24%-
XYZ31.3356.0313.58-
YUV163.8569.9670.34-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.49%
GREEN value IS 225 (88.28% from 255) = 60.98%
BLUE value IS 61 (24.22% from 255) = 16.53%
R=22.49%
G=60.98%
B=16.53%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal83225610.6300.730.12111.9573.2156.08
Hex53E13D3F049C704938
Octal123341757701111416011170
Binary10100111110000111110111111101001001110011100001001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53E13D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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