#53E52C

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

Shades of Lime Green #53E52C

Tints of Lime Green #53E52C

Color information

#53E52C (or 0x53E52C) is unknown color: approx Lime Green. HEX triplet: 53, E5 and 2C. RGB value is (83,229,44). Sum of RGB (Red+Green+Blue) = 83+229+44=356 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.31% from 356); Green value is 229 (89.84% from 255 or 64.33% from 356); Blue value is 44 (17.58% from 255 or 12.36% from 356); Max value from RGB is 229 - color contains mainly: green. Hex color #53E52C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53E52C is #AC1AD3. Grayscale: #A4A4A4. Windows color (decimal): -11279060 or 2942291. OLE color: 2942291.

HSL color Cylindrical-coordinate representation of color #53E52C: hue angle of 107.35º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #53E52C is Cyan = 0.64, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.

Color convert

RGB8322944-
CMYK0.6400.810.10
HSL107.35º78.06%53.53%-
HSV(B)107.35º80.79%89.8%-
XYZ32.0458.0611.9-
YUV164.2660.1370.04-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.31%
GREEN value IS 229 (89.84% from 255) = 64.33%
BLUE value IS 44 (17.58% from 255) = 12.36%
R=23.31%
G=64.33%
B=12.36%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal83229440.6400.810.10107.3578.0653.53
Hex53E52C40051A6b4e36
Octal1233455410001211215311666
Binary101001111100101101100100000001010001101011010111001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53E52C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,229,44); }

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

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

 a { background-color: rgb(83,229,44); }

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

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

 span { border-color: rgb(83,229,44); }

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