#53EA3F

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

Shades of Lime Green #53EA3F

Tints of Lime Green #53EA3F

Color information

#53EA3F (or 0x53EA3F) is unknown color: approx Lime Green. HEX triplet: 53, EA and 3F. RGB value is (83,234,63). Sum of RGB (Red+Green+Blue) = 83+234+63=380 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.84% from 380); Green value is 234 (91.80% from 255 or 61.58% from 380); Blue value is 63 (25% from 255 or 16.58% from 380); Max value from RGB is 234 - color contains mainly: green. Hex color #53EA3F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #53EA3F is #AC15C0. Grayscale: #A9A9A9. Windows color (decimal): -11277761 or 4188755. OLE color: 4188755.

HSL color Cylindrical-coordinate representation of color #53EA3F: hue angle of 112.98º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #53EA3F is Cyan = 0.65, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB8323463-
CMYK0.6500.730.08
HSL112.98º80.28%58.24%-
HSV(B)112.98º73.08%91.76%-
XYZ33.8961.0414.7-
YUV169.3667.9766.4-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.84%
GREEN value IS 234 (91.80% from 255) = 61.58%
BLUE value IS 63 (25% from 255) = 16.58%
R=21.84%
G=61.58%
B=16.58%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal83234630.6500.730.08112.9880.2858.24
Hex53EA3F41049871503a
Octal1233527710101111016112072
Binary101001111101010111111100000101001001100011100011010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53EA3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,234,63); }

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

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

 a { background-color: rgb(83,234,63); }

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

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

 span { border-color: rgb(83,234,63); }

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